#F996BA

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

Shades of Illusion #F996BA

Tints of Illusion #F996BA

Color information

#F996BA (or 0xF996BA) is unknown color: approx Illusion. HEX triplet: F9, 96 and BA. RGB value is (249,150,186). Sum of RGB (Red+Green+Blue) = 249+150+186=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F996BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996BA is #066945. Grayscale: #B7B7B7. Windows color (decimal): -420166 or 12228345. OLE color: 12228345.

HSL color Cylindrical-coordinate representation of color #F996BA: hue angle of 338.18º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F996BA is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB249150186-
CMYK00.400.250.02
HSL338.18º89.19%78.24%-
HSV(B)338.18º39.76%97.65%-
XYZ58.8445.552.14-
YUV183.7129.3174.57-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.56%
GREEN value IS 150 (58.98% from 255) = 25.64%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=42.56%
G=25.64%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915018600.400.250.02338.1889.1978.24
HexF996BA028192152594e
Octal371226272050312522131116
Binary1111100110010110101110100101000110011010101001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F996BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F996BA; }

 p { color: rgb(249,150,186); }

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

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

 a { background-color: rgb(249,150,186); }

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

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

 span { border-color: rgb(249,150,186); }

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