#F45588

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

Shades of French Rose #F45588

Tints of French Rose #F45588

Color information

#F45588 (or 0xF45588) is unknown color: approx French Rose. HEX triplet: F4, 55 and 88. RGB value is (244,85,136). Sum of RGB (Red+Green+Blue) = 244+85+136=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F45588 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45588 is #0BAA77. Grayscale: #8A8A8A. Windows color (decimal): -764536 or 8934900. OLE color: 8934900.

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

Color convert

RGB24485136-
CMYK00.650.440.04
HSL340.75º87.85%64.51%-
HSV(B)340.75º65.16%95.69%-
XYZ4527.5126.23-
YUV138.35126.68203.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.47%
GREEN value IS 85 (33.59% from 255) = 18.28%
BLUE value IS 136 (53.52% from 255) = 29.25%
R=52.47%
G=18.28%
B=29.25%

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
Decimal2448513600.650.440.04340.7587.8564.51
HexF455880412C41555841
Octal3641252100101544525130101
Binary111101001010101100010000100000110110010010101010110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45588; }

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

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

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

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

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

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

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

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