#F54981

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

Shades of French Rose #F54981

Tints of French Rose #F54981

Color information

#F54981 (or 0xF54981) is unknown color: approx French Rose. HEX triplet: F5, 49 and 81. RGB value is (245,73,129). Sum of RGB (Red+Green+Blue) = 245+73+129=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F54981 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54981 is #0AB67E. Grayscale: #828282. Windows color (decimal): -702079 or 8473077. OLE color: 8473077.

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

Color convert

RGB24573129-
CMYK00.700.470.04
HSL340.47º89.58%62.35%-
HSV(B)340.47º70.2%96.08%-
XYZ4425.7623.42-
YUV130.81126.98209.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.81%
GREEN value IS 73 (28.91% from 255) = 16.33%
BLUE value IS 129 (50.78% from 255) = 28.86%
R=54.81%
G=16.33%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457312900.700.470.04340.4789.5862.35
HexF549810462F41545a3e
Octal365111201010657452413276
Binary11110101100100110000001010001101011111001010101001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54981; }

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

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

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

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

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

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

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

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