#F05489

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

Shades of French Rose #F05489

Tints of French Rose #F05489

Color information

#F05489 (or 0xF05489) is unknown color: approx French Rose. HEX triplet: F0, 54 and 89. RGB value is (240,84,137). Sum of RGB (Red+Green+Blue) = 240+84+137=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F05489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05489 is #0FAB76. Grayscale: #888888. Windows color (decimal): -1026935 or 9000176. OLE color: 9000176.

HSL color Cylindrical-coordinate representation of color #F05489: hue angle of 339.62º 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 #F05489 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB24084137-
CMYK00.650.430.06
HSL339.62º83.87%63.53%-
HSV(B)339.62º65%94.12%-
XYZ43.6226.6726.52-
YUV136.69128.18201.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.06%
GREEN value IS 84 (33.20% from 255) = 18.22%
BLUE value IS 137 (53.91% from 255) = 29.72%
R=52.06%
G=18.22%
B=29.72%

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
Decimal2408413700.650.430.06339.6283.8763.53
HexF054890412B61545440
Octal3601242110101536524124100
Binary111100001010100100010010100000110101111010101010010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05489; }

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

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

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

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

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

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

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

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