#F59BAF

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

Shades of Illusion #F59BAF

Tints of Illusion #F59BAF

Color information

#F59BAF (or 0xF59BAF) is unknown color: approx Illusion. HEX triplet: F5, 9B and AF. RGB value is (245,155,175). Sum of RGB (Red+Green+Blue) = 245+155+175=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59BAF is #0A6450. Grayscale: #B8B8B8. Windows color (decimal): -681041 or 11508725. OLE color: 11508725.

HSL color Cylindrical-coordinate representation of color #F59BAF: hue angle of 346.67º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59BAF is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245155175-
CMYK00.370.290.04
HSL346.67º81.82%78.43%-
HSV(B)346.67º36.73%96.08%-
XYZ57.1245.9546.42-
YUV184.19122.82171.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.61%
GREEN value IS 155 (60.94% from 255) = 26.96%
BLUE value IS 175 (68.75% from 255) = 30.43%
R=42.61%
G=26.96%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515517500.370.290.04346.6781.8278.43
HexF59BAF0251D415b524e
Octal365233257045354533122116
Binary11110101100110111010111101001011110110010101101110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59BAF; }

 p { color: rgb(245,155,175); }

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

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

 a { background-color: rgb(245,155,175); }

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

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

 span { border-color: rgb(245,155,175); }

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