#F54987

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

Shades of French Rose #F54987

Tints of French Rose #F54987

Color information

#F54987 (or 0xF54987) is unknown color: approx French Rose. HEX triplet: F5, 49 and 87. RGB value is (245,73,135). Sum of RGB (Red+Green+Blue) = 245+73+135=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F54987 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54987 is #0AB678. Grayscale: #838383. Windows color (decimal): -702073 or 8866293. OLE color: 8866293.

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

Color convert

RGB24573135-
CMYK00.700.450.04
HSL338.37º89.58%62.35%-
HSV(B)338.37º70.2%96.08%-
XYZ44.4125.9325.59-
YUV131.5129.98208.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.08%
GREEN value IS 73 (28.91% from 255) = 16.11%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=54.08%
G=16.11%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457313500.700.450.04338.3789.5862.35
HexF549870462D41525a3e
Octal365111207010655452213276
Binary11110101100100110000111010001101011011001010100101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54987; }

 p { color: rgb(245,73,135); }

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

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

 a { background-color: rgb(245,73,135); }

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

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

 span { border-color: rgb(245,73,135); }

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