#F992B6

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

Shades of Illusion #F992B6

Tints of Illusion #F992B6

Color information

#F992B6 (or 0xF992B6) is unknown color: approx Illusion. HEX triplet: F9, 92 and B6. RGB value is (249,146,182). Sum of RGB (Red+Green+Blue) = 249+146+182=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F992B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992B6 is #066D49. Grayscale: #B4B4B4. Windows color (decimal): -421194 or 11965177. OLE color: 11965177.

HSL color Cylindrical-coordinate representation of color #F992B6: hue angle of 339.03º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F992B6 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB249146182-
CMYK00.410.270.02
HSL339.03º89.57%77.45%-
HSV(B)339.03º41.37%97.65%-
XYZ57.7944.0749.72-
YUV180.9128.62176.57-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.15%
GREEN value IS 146 (57.42% from 255) = 25.30%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=43.15%
G=25.30%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914618200.410.270.02339.0389.5777.45
HexF992B60291B21535a4d
Octal371222266051332523132115
Binary1111100110010010101101100101001110111010101001110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F992B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F992B6; }

 p { color: rgb(249,146,182); }

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

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

 a { background-color: rgb(249,146,182); }

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

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

 span { border-color: rgb(249,146,182); }

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