#F695AE

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

Shades of Illusion #F695AE

Tints of Illusion #F695AE

Color information

#F695AE (or 0xF695AE) is unknown color: approx Illusion. HEX triplet: F6, 95 and AE. RGB value is (246,149,174). Sum of RGB (Red+Green+Blue) = 246+149+174=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F695AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F695AE is #096A51. Grayscale: #B4B4B4. Windows color (decimal): -617042 or 11441654. OLE color: 11441654.

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

Color convert

RGB246149174-
CMYK00.390.290.04
HSL344.54º84.35%77.45%-
HSV(B)344.54º39.43%96.47%-
XYZ56.3944.1445.59-
YUV180.85124.14174.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.23%
GREEN value IS 149 (58.59% from 255) = 26.19%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=43.23%
G=26.19%
B=30.58%

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
Decimal24614917400.390.290.04344.5484.3577.45
HexF695AE0271D4159544d
Octal366225256047354531124115
Binary11110110100101011010111001001111110110010101100110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F695AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F695AE; }

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

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

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

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

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

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

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

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