#F55489

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

Shades of French Rose #F55489

Tints of French Rose #F55489

Color information

#F55489 (or 0xF55489) is unknown color: approx French Rose. HEX triplet: F5, 54 and 89. RGB value is (245,84,137). Sum of RGB (Red+Green+Blue) = 245+84+137=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F55489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55489 is #0AAB76. Grayscale: #8A8A8A. Windows color (decimal): -699255 or 9000181. OLE color: 9000181.

HSL color Cylindrical-coordinate representation of color #F55489: hue angle of 340.25º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F55489 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB24584137-
CMYK00.660.440.04
HSL340.25º88.95%64.51%-
HSV(B)340.25º65.71%96.08%-
XYZ45.3427.5626.6-
YUV138.18127.34204.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.58%
GREEN value IS 84 (33.20% from 255) = 18.03%
BLUE value IS 137 (53.91% from 255) = 29.40%
R=52.58%
G=18.03%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458413700.660.440.04340.2588.9564.51
HexF554890422C41545941
Octal3651242110102544524131101
Binary111101011010100100010010100001010110010010101010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55489; }

 p { color: rgb(245,84,137); }

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

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

 a { background-color: rgb(245,84,137); }

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

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

 span { border-color: rgb(245,84,137); }

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