#F99FAC

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

Shades of Illusion #F99FAC

Tints of Illusion #F99FAC

Color information

#F99FAC (or 0xF99FAC) is unknown color: approx Illusion. HEX triplet: F9, 9F and AC. RGB value is (249,159,172). Sum of RGB (Red+Green+Blue) = 249+159+172=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99FAC is #066053. Grayscale: #BBBBBB. Windows color (decimal): -417876 or 11313145. OLE color: 11313145.

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

Color convert

RGB249159172-
CMYK00.360.310.02
HSL351.33º88.24%80%-
HSV(B)351.33º36.14%97.65%-
XYZ58.9147.9145.17-
YUV187.39119.32171.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.93%
GREEN value IS 159 (62.5% from 255) = 27.41%
BLUE value IS 172 (67.58% from 255) = 29.66%
R=42.93%
G=27.41%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915917200.360.310.02351.3388.2480
HexF99FAC0241F215f5850
Octal371237254044372537130120
Binary1111100110011111101011000100100111111010101111110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99FAC; }

 p { color: rgb(249,159,172); }

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

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

 a { background-color: rgb(249,159,172); }

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

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

 span { border-color: rgb(249,159,172); }

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