#F45589

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

Shades of French Rose #F45589

Tints of French Rose #F45589

Color information

#F45589 (or 0xF45589) is unknown color: approx French Rose. HEX triplet: F4, 55 and 89. RGB value is (244,85,137). Sum of RGB (Red+Green+Blue) = 244+85+137=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F45589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45589 is #0BAA76. Grayscale: #8A8A8A. Windows color (decimal): -764535 or 9000436. OLE color: 9000436.

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

Color convert

RGB24485137-
CMYK00.650.440.04
HSL340.38º87.85%64.51%-
HSV(B)340.38º65.16%95.69%-
XYZ45.0727.5426.61-
YUV138.47127.18203.27-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.36%
GREEN value IS 85 (33.59% from 255) = 18.24%
BLUE value IS 137 (53.91% from 255) = 29.40%
R=52.36%
G=18.24%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448513700.650.440.04340.3887.8564.51
HexF455890412C41545841
Octal3641252110101544524130101
Binary111101001010101100010010100000110110010010101010010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45589; }

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

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

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

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

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

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

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

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