#F59BBA

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

Shades of Illusion #F59BBA

Tints of Illusion #F59BBA

Color information

#F59BBA (or 0xF59BBA) is unknown color: approx Illusion. HEX triplet: F5, 9B and BA. RGB value is (245,155,186). Sum of RGB (Red+Green+Blue) = 245+155+186=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BBA is #0A6445. Grayscale: #B9B9B9. Windows color (decimal): -681030 or 12229621. OLE color: 12229621.

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

Color convert

RGB245155186-
CMYK00.370.240.04
HSL339.33º81.82%78.43%-
HSV(B)339.33º36.73%96.08%-
XYZ58.2446.452.34-
YUV185.44128.32170.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.81%
GREEN value IS 155 (60.94% from 255) = 26.45%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=41.81%
G=26.45%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515518600.370.240.04339.3381.8278.43
HexF59BBA025184153524e
Octal365233272045304523122116
Binary11110101100110111011101001001011100010010101001110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59BBA; }

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

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

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

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

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

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

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

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