#F696B8

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

Shades of Illusion #F696B8

Tints of Illusion #F696B8

Color information

#F696B8 (or 0xF696B8) is unknown color: approx Illusion. HEX triplet: F6, 96 and B8. RGB value is (246,150,184). Sum of RGB (Red+Green+Blue) = 246+150+184=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F696B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696B8 is #096947. Grayscale: #B6B6B6. Windows color (decimal): -616776 or 12097270. OLE color: 12097270.

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

Color convert

RGB246150184-
CMYK00.390.250.04
HSL338.75º84.21%77.65%-
HSV(B)338.75º39.02%96.47%-
XYZ57.5644.8750.97-
YUV182.58128.8173.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.41%
GREEN value IS 150 (58.98% from 255) = 25.86%
BLUE value IS 184 (72.27% from 255) = 31.72%
R=42.41%
G=25.86%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615018400.390.250.04338.7584.2177.65
HexF696B8027194153544e
Octal366226270047314523124116
Binary11110110100101101011100001001111100110010101001110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F696B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F696B8; }

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

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

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

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

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

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

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

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