#F695BA

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

Shades of Illusion #F695BA

Tints of Illusion #F695BA

Color information

#F695BA (or 0xF695BA) is unknown color: approx Illusion. HEX triplet: F6, 95 and BA. RGB value is (246,149,186). Sum of RGB (Red+Green+Blue) = 246+149+186=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F695BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F695BA is #096A45. Grayscale: #B6B6B6. Windows color (decimal): -617030 or 12228086. OLE color: 12228086.

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

Color convert

RGB246149186-
CMYK00.390.240.04
HSL337.11º84.35%77.45%-
HSV(B)337.11º39.43%96.47%-
XYZ57.6244.6352.03-
YUV182.22130.14173.49-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.34%
GREEN value IS 149 (58.59% from 255) = 25.65%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=42.34%
G=25.65%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614918600.390.240.04337.1184.3577.45
HexF695BA027184151544d
Octal366225272047304521124115
Binary11110110100101011011101001001111100010010101000110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F695BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F695BA; }

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

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

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

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

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

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

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

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