#f695b6

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

Shades of Illusion #F695B6

Tints of Illusion #F695B6

Color information

#F695B6 (or 0xF695B6) is unknown color: approx Illusion. HEX triplet: F6, 95 and B6. RGB value is (246,149,182). Sum of RGB (Red+Green+Blue) = 246+149+182=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F695B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F695B6 is #096A49. Grayscale: #B5B5B5. Windows color (decimal): -617034 or 11965942. OLE color: 11965942.

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

Color convert

RGB246149182-
CMYK00.390.260.04
HSL339.59º84.35%77.45%-
HSV(B)339.59º39.43%96.47%-
XYZ57.244.4749.82-
YUV181.76128.14173.82-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.63%
GREEN value IS 149 (58.59% from 255) = 25.82%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=42.63%
G=25.82%
B=31.54%

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
Decimal24614918200.390.260.04339.5984.3577.45
HexF695B60271A4154544d
Octal366225266047324524124115
Binary11110110100101011011011001001111101010010101010010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f695b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f695b6; }

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

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

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

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

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

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

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

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