#F292B8

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

Shades of Illusion #F292B8

Tints of Illusion #F292B8

Color information

#F292B8 (or 0xF292B8) is unknown color: approx Illusion. HEX triplet: F2, 92 and B8. RGB value is (242,146,184). Sum of RGB (Red+Green+Blue) = 242+146+184=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F292B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F292B8 is #0D6D47. Grayscale: #B2B2B2. Windows color (decimal): -879944 or 12096242. OLE color: 12096242.

HSL color Cylindrical-coordinate representation of color #F292B8: hue angle of 336.25º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F292B8 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB242146184-
CMYK00.400.240.05
HSL336.25º78.69%76.08%-
HSV(B)336.25º39.67%94.9%-
XYZ55.5542.950.7-
YUV179.04130.8172.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.31%
GREEN value IS 146 (57.42% from 255) = 25.52%
BLUE value IS 184 (72.27% from 255) = 32.17%
R=42.31%
G=25.52%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214618400.400.240.05336.2578.6976.08
HexF292B80281851504f4c
Octal362222270050305520117114
Binary11110010100100101011100001010001100010110101000010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F292B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F292B8; }

 p { color: rgb(242,146,184); }

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

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

 a { background-color: rgb(242,146,184); }

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

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

 span { border-color: rgb(242,146,184); }

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