#f296b7

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

Shades of Illusion #F296B7

Tints of Illusion #F296B7

Color information

#F296B7 (or 0xF296B7) is unknown color: approx Illusion. HEX triplet: F2, 96 and B7. RGB value is (242,150,183). Sum of RGB (Red+Green+Blue) = 242+150+183=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F296B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296B7 is #0D6948. Grayscale: #B5B5B5. Windows color (decimal): -878921 or 12031730. OLE color: 12031730.

HSL color Cylindrical-coordinate representation of color #F296B7: hue angle of 338.48º 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 #F296B7 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB242150183-
CMYK00.380.240.05
HSL338.48º77.97%76.86%-
HSV(B)338.48º38.02%94.9%-
XYZ56.0744.1150.36-
YUV181.27128.98171.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.09%
GREEN value IS 150 (58.98% from 255) = 26.09%
BLUE value IS 183 (71.88% from 255) = 31.83%
R=42.09%
G=26.09%
B=31.83%

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
Decimal24215018300.380.240.05338.4877.9776.86
HexF296B70261851524e4d
Octal362226267046305522116115
Binary11110010100101101011011101001101100010110101001010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f296b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f296b7; }

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

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

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

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

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

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

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

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