Color Hex Logo

#f499fe Color Hex

#F499FE
(244,153,254)
0 Favorites   0 Comments

Color spaces of #f499fe

RGB 244153254
HSL0.820.980.80
HSV294°40°100°
CMYK 0.040.400.00   0.00
XYZ66.588949.171399.7473
Yxy49.17130.30900.2282
Hunter Lab70.122346.7917-35.2531
CIE-Lab75.557849.4310-36.3840

#f499fe color RGB value is (244,153,254).

#f499fe hex color red value is 244, green value is 153 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f499fe hue: 0.82 , saturation: 0.98 and the lightness value of f499fe is 0.80.

The process color (four color CMYK) of #f499fe color hex is 0.04, 0.40, 0.00, 0.00. Web safe color of #f499fe is #ff99ff. Color #f499fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011001 11111110
Octal 364 231 376
Decimal 244 153 254
Hex F4 99 FE

RGB Percentages of Color #f499fe

%37.48
%23.50
%39.02

CMYK Percentages of Color #f499fe

%4
%40
%0
%0

Triadic Colors of #f499fe

#f499fe #fef499 #99fef4

Analogous Colors of #f499fe

#f499fe #fe99d6 #c299fe

Monochromatic Colors of #f499fe

#f499fe

Complementary Color

#f499fe #a3fe99

#f499fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f499fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f499fe Color CSS Codes

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

#f499fe Text Font Color

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

This sample text font color is #f499fe
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.


#f499fe Background Color

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

This div background color is #f499fe


#f499fe Border Color

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

This div border color is #f499fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,153,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 #f499fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f499fe

Related Colors


Comments

No comments written yet.

Please login to write comment.