#F696AF

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

Shades of Illusion #F696AF

Tints of Illusion #F696AF

Color information

#F696AF (or 0xF696AF) is unknown color: approx Illusion. HEX triplet: F6, 96 and AF. RGB value is (246,150,175). Sum of RGB (Red+Green+Blue) = 246+150+175=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F696AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F696AF is #096950. Grayscale: #B5B5B5. Windows color (decimal): -616785 or 11507446. OLE color: 11507446.

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

Color convert

RGB246150175-
CMYK00.390.290.04
HSL344.38º84.21%77.65%-
HSV(B)344.38º39.02%96.47%-
XYZ56.6544.546.16-
YUV181.55124.3173.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.08%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 175 (68.75% from 255) = 30.65%
R=43.08%
G=26.27%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615017500.390.290.04344.3884.2177.65
HexF696AF0271D4158544e
Octal366226257047354530124116
Binary11110110100101101010111101001111110110010101100010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F696AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F696AF; }

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

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

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

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

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

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

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

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