#F59FBA

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

Shades of Illusion #F59FBA

Tints of Illusion #F59FBA

Color information

#F59FBA (or 0xF59FBA) is unknown color: approx Illusion. HEX triplet: F5, 9F and BA. RGB value is (245,159,186). Sum of RGB (Red+Green+Blue) = 245+159+186=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59FBA is #0A6045. Grayscale: #BBBBBB. Windows color (decimal): -680006 or 12230645. OLE color: 12230645.

HSL color Cylindrical-coordinate representation of color #F59FBA: hue angle of 341.16º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F59FBA is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245159186-
CMYK00.350.240.04
HSL341.16º81.13%79.22%-
HSV(B)341.16º35.1%96.08%-
XYZ58.9247.7552.57-
YUV187.79126.99168.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.53%
GREEN value IS 159 (62.5% from 255) = 26.95%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=41.53%
G=26.95%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515918600.350.240.04341.1681.1379.22
HexF59FBA023184155514f
Octal365237272043304525121117
Binary11110101100111111011101001000111100010010101010110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59FBA; }

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

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

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

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

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

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

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

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