#F45587

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

Shades of French Rose #F45587

Tints of French Rose #F45587

Color information

#F45587 (or 0xF45587) is unknown color: approx French Rose. HEX triplet: F4, 55 and 87. RGB value is (244,85,135). Sum of RGB (Red+Green+Blue) = 244+85+135=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F45587 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45587 is #0BAA78. Grayscale: #8A8A8A. Windows color (decimal): -764537 or 8869364. OLE color: 8869364.

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

Color convert

RGB24485135-
CMYK00.650.450.04
HSL341.13º87.85%64.51%-
HSV(B)341.13º65.16%95.69%-
XYZ44.9327.4825.86-
YUV138.24126.18203.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.59%
GREEN value IS 85 (33.59% from 255) = 18.32%
BLUE value IS 135 (53.12% from 255) = 29.09%
R=52.59%
G=18.32%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448513500.650.450.04341.1387.8564.51
HexF455870412D41555841
Octal3641252070101554525130101
Binary111101001010101100001110100000110110110010101010110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45587; }

 p { color: rgb(244,85,135); }

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

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

 a { background-color: rgb(244,85,135); }

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

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

 span { border-color: rgb(244,85,135); }

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