#F296B8

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

Shades of Illusion #F296B8

Tints of Illusion #F296B8

Color information

#F296B8 (or 0xF296B8) is unknown color: approx Illusion. HEX triplet: F2, 96 and B8. RGB value is (242,150,184). Sum of RGB (Red+Green+Blue) = 242+150+184=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F296B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296B8 is #0D6947. Grayscale: #B5B5B5. Windows color (decimal): -878920 or 12097266. OLE color: 12097266.

HSL color Cylindrical-coordinate representation of color #F296B8: hue angle of 337.83º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F296B8 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB242150184-
CMYK00.380.240.05
HSL337.83º77.97%76.86%-
HSV(B)337.83º38.02%94.9%-
XYZ56.1844.1550.91-
YUV181.38129.48171.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.01%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 184 (72.27% from 255) = 31.94%
R=42.01%
G=26.04%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215018400.380.240.05337.8377.9776.86
HexF296B80261851524e4d
Octal362226270046305522116115
Binary11110010100101101011100001001101100010110101001010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F296B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F296B8; }

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

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

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

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

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

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

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

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