#F696B2

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

Shades of Illusion #F696B2

Tints of Illusion #F696B2

Color information

#F696B2 (or 0xF696B2) is unknown color: approx Illusion. HEX triplet: F6, 96 and B2. RGB value is (246,150,178). Sum of RGB (Red+Green+Blue) = 246+150+178=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F696B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F696B2 is #09694D. Grayscale: #B5B5B5. Windows color (decimal): -616782 or 11704054. OLE color: 11704054.

HSL color Cylindrical-coordinate representation of color #F696B2: hue angle of 342.5º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F696B2 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB246150178-
CMYK00.390.280.04
HSL342.5º84.21%77.65%-
HSV(B)342.5º39.02%96.47%-
XYZ56.9544.6247.73-
YUV181.9125.8173.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.86%
GREEN value IS 150 (58.98% from 255) = 26.13%
BLUE value IS 178 (69.92% from 255) = 31.01%
R=42.86%
G=26.13%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615017800.390.280.04342.584.2177.65
HexF696B20271C4156544e
Octal366226262047344526124116
Binary11110110100101101011001001001111110010010101011010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F696B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F696B2; }

 p { color: rgb(246,150,178); }

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

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

 a { background-color: rgb(246,150,178); }

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

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

 span { border-color: rgb(246,150,178); }

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