#F992B1

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

Shades of Illusion #F992B1

Tints of Illusion #F992B1

Color information

#F992B1 (or 0xF992B1) is unknown color: approx Illusion. HEX triplet: F9, 92 and B1. RGB value is (249,146,177). Sum of RGB (Red+Green+Blue) = 249+146+177=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F992B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F992B1 is #066D4E. Grayscale: #B4B4B4. Windows color (decimal): -421199 or 11637497. OLE color: 11637497.

HSL color Cylindrical-coordinate representation of color #F992B1: hue angle of 341.94º 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 #F992B1 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB249146177-
CMYK00.410.290.02
HSL341.94º89.57%77.45%-
HSV(B)341.94º41.37%97.65%-
XYZ57.2843.8747.04-
YUV180.33126.12176.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.53%
GREEN value IS 146 (57.42% from 255) = 25.52%
BLUE value IS 177 (69.53% from 255) = 30.94%
R=43.53%
G=25.52%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914617700.410.290.02341.9489.5777.45
HexF992B10291D21565a4d
Octal371222261051352526132115
Binary1111100110010010101100010101001111011010101011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F992B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F992B1; }

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

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

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

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

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

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

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

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