#F99DAF

Color #F99DAF Illusion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Illusion #F99DAF

Tints of Illusion #F99DAF

Color information

#F99DAF (or 0xF99DAF) is unknown color: approx Illusion. HEX triplet: F9, 9D and AF. RGB value is (249,157,175). Sum of RGB (Red+Green+Blue) = 249+157+175=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99DAF is #066250. Grayscale: #BABABA. Windows color (decimal): -418385 or 11509241. OLE color: 11509241.

HSL color Cylindrical-coordinate representation of color #F99DAF: hue angle of 348.26º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99DAF is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249157175-
CMYK00.370.300.02
HSL348.26º88.46%79.61%-
HSV(B)348.26º36.95%97.65%-
XYZ58.8647.3546.59-
YUV186.56121.48172.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 42.86%
GREEN value IS 157 (61.72% from 255) = 27.02%
BLUE value IS 175 (68.75% from 255) = 30.12%
R=42.86%
G=27.02%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915717500.370.300.02348.2688.4679.61
HexF99DAF0251E215c5850
Octal371235257045362534130120
Binary1111100110011101101011110100101111101010101110010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99DAF; }

 p { color: rgb(249,157,175); }

 H1.HeaderClassName
 {
   color: #F99DAF;
 }
 .AnyTagClassName
 {
   color: #F99DAF;
 }
</style>
background-color css

<style>
 a { background-color: #F99DAF; }

 a { background-color: rgb(249,157,175); }

 div.DivClassName
 {
   background-color: #F99DAF;
 }
 .BgClassName
 {
   background-color: #F99DAF;
 }
</style>
border-color css

<style>
 span { border-color: #F99DAF; }

 span { border-color: rgb(249,157,175); }

 td.TdClassName
 {
   border-color: #F99DAF;
 }
 .TagClassName
 {
   border-color: #F99DAF;
 }
</style>