#F696B6

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

Shades of Illusion #F696B6

Tints of Illusion #F696B6

Color information

#F696B6 (or 0xF696B6) is unknown color: approx Illusion. HEX triplet: F6, 96 and B6. RGB value is (246,150,182). Sum of RGB (Red+Green+Blue) = 246+150+182=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F696B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696B6 is #096949. Grayscale: #B6B6B6. Windows color (decimal): -616778 or 11966198. OLE color: 11966198.

HSL color Cylindrical-coordinate representation of color #F696B6: hue angle of 340º 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 #F696B6 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB246150182-
CMYK00.390.260.04
HSL340º84.21%77.65%-
HSV(B)340º39.02%96.47%-
XYZ57.3644.7849.88-
YUV182.35127.8173.4-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.56%
GREEN value IS 150 (58.98% from 255) = 25.95%
BLUE value IS 182 (71.48% from 255) = 31.49%
R=42.56%
G=25.95%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615018200.390.260.0434084.2177.65
HexF696B60271A4154544e
Octal366226266047324524124116
Binary11110110100101101011011001001111101010010101010010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F696B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F696B6; }

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

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

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

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

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

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

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

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