#F54990

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

Shades of French Rose #F54990

Tints of French Rose #F54990

Color information

#F54990 (or 0xF54990) is unknown color: approx French Rose. HEX triplet: F5, 49 and 90. RGB value is (245,73,144). Sum of RGB (Red+Green+Blue) = 245+73+144=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F54990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54990 is #0AB66F. Grayscale: #848484. Windows color (decimal): -702064 or 9456117. OLE color: 9456117.

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

Color convert

RGB24573144-
CMYK00.700.410.04
HSL335.23º89.58%62.35%-
HSV(B)335.23º70.2%96.08%-
XYZ45.0726.1929.07-
YUV132.52134.48208.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.03%
GREEN value IS 73 (28.91% from 255) = 15.80%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=53.03%
G=15.80%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457314400.700.410.04335.2389.5862.35
HexF5499004629414f5a3e
Octal365111220010651451713276
Binary11110101100100110010000010001101010011001010011111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54990; }

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

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

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

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

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

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

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

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