#F59BB1

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

Shades of Illusion #F59BB1

Tints of Illusion #F59BB1

Color information

#F59BB1 (or 0xF59BB1) is unknown color: approx Illusion. HEX triplet: F5, 9B and B1. RGB value is (245,155,177). Sum of RGB (Red+Green+Blue) = 245+155+177=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59BB1 is #0A644E. Grayscale: #B8B8B8. Windows color (decimal): -681039 or 11639797. OLE color: 11639797.

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

Color convert

RGB245155177-
CMYK00.370.280.04
HSL345.33º81.82%78.43%-
HSV(B)345.33º36.73%96.08%-
XYZ57.3146.0347.46-
YUV184.42123.82171.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.46%
GREEN value IS 155 (60.94% from 255) = 26.86%
BLUE value IS 177 (69.53% from 255) = 30.68%
R=42.46%
G=26.86%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515517700.370.280.04345.3381.8278.43
HexF59BB10251C4159524e
Octal365233261045344531122116
Binary11110101100110111011000101001011110010010101100110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59BB1; }

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

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

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

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

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

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

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

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