#F694AD

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

Shades of Illusion #F694AD

Tints of Illusion #F694AD

Color information

#F694AD (or 0xF694AD) is unknown color: approx Illusion. HEX triplet: F6, 94 and AD. RGB value is (246,148,173). Sum of RGB (Red+Green+Blue) = 246+148+173=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F694AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F694AD is #096B52. Grayscale: #B4B4B4. Windows color (decimal): -617299 or 11375862. OLE color: 11375862.

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

Color convert

RGB246148173-
CMYK00.400.300.04
HSL344.69º84.48%77.25%-
HSV(B)344.69º39.84%96.47%-
XYZ56.1443.7945.03-
YUV180.15123.97174.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.39%
GREEN value IS 148 (58.20% from 255) = 26.10%
BLUE value IS 173 (67.97% from 255) = 30.51%
R=43.39%
G=26.10%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614817300.400.300.04344.6984.4877.25
HexF694AD0281E4159544d
Octal366224255050364531124115
Binary11110110100101001010110101010001111010010101100110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F694AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F694AD; }

 p { color: rgb(246,148,173); }

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

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

 a { background-color: rgb(246,148,173); }

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

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

 span { border-color: rgb(246,148,173); }

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