#F05589

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

Shades of French Rose #F05589

Tints of French Rose #F05589

Color information

#F05589 (or 0xF05589) is unknown color: approx French Rose. HEX triplet: F0, 55 and 89. RGB value is (240,85,137). Sum of RGB (Red+Green+Blue) = 240+85+137=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F05589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05589 is #0FAA76. Grayscale: #898989. Windows color (decimal): -1026679 or 9000432. OLE color: 9000432.

HSL color Cylindrical-coordinate representation of color #F05589: hue angle of 339.87º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05589 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB24085137-
CMYK00.650.430.06
HSL339.87º83.78%63.73%-
HSV(B)339.87º64.58%94.12%-
XYZ43.726.8326.54-
YUV137.27127.85201.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.95%
GREEN value IS 85 (33.59% from 255) = 18.40%
BLUE value IS 137 (53.91% from 255) = 29.65%
R=51.95%
G=18.40%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408513700.650.430.06339.8783.7863.73
HexF055890412B61545440
Octal3601252110101536524124100
Binary111100001010101100010010100000110101111010101010010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05589; }

 p { color: rgb(240,85,137); }

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

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

 a { background-color: rgb(240,85,137); }

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

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

 span { border-color: rgb(240,85,137); }

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