Color Hex Logo

#f246fe Color Hex

#F246FE
(242,70,254)
0 Favorites   0 Comments

Color spaces of #f246fe

RGB 24270254
HSL0.820.990.64
HSV296°72°100°
CMYK 0.050.720.00   0.00
XYZ56.697530.413396.6480
Yxy30.41330.30850.1655
Hunter Lab55.148387.0050-65.3027
CIE-Lab62.009284.6530-57.7106

#f246fe color RGB value is (242,70,254).

#f246fe hex color red value is 242, green value is 70 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f246fe hue: 0.82 , saturation: 0.99 and the lightness value of f246fe is 0.64.

The process color (four color CMYK) of #f246fe color hex is 0.05, 0.72, 0.00, 0.00. Web safe color of #f246fe is #ff33ff. Color #f246fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000110 11111110
Octal 362 106 376
Decimal 242 70 254
Hex F2 46 FE

RGB Percentages of Color #f246fe

%42.76
%12.37
%44.88

CMYK Percentages of Color #f246fe

%5
%72
%0
%0

Triadic Colors of #f246fe

#f246fe #fef246 #46fef2

Analogous Colors of #f246fe

#f246fe #fe46ae #9646fe

Monochromatic Colors of #f246fe

#f246fe

Complementary Color

#f246fe #52fe46

#f246fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f246fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f246fe Color CSS Codes

.mybgcolor {background-color:#f246fe; } 
.myforecolor {color:#f246fe; }
.mybordercolor {border:3px solid #f246fe; }

#f246fe Text Font Color

<p style="color:#f246fe">Text here</p>

This sample text font color is #f246fe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f246fe Background Color

<div style="background-color:#f246fe">
Div content here</div>

This div background color is #f246fe


#f246fe Border Color

<div style="border:3px solid #f246fe">
Div here</div>

This div border color is #f246fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,70,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f246fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f246fe;
  -webkit-box-shadow: 1px 1px 3px 2px #f246fe;
  box-shadow:         1px 1px 3px 2px #f246fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,70,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f246fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f246fe;
  -webkit-box-shadow: 1px 1px 3px 2px #f246fe;
  box-shadow:         1px 1px 3px 2px #f246fe;">
Div content here</div>

This div box has shadow with color #f246fe

Related Colors


Comments

No comments written yet.

Please login to write comment.