#FF5490

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

Shades of French Rose #FF5490

Tints of French Rose #FF5490

Color information

#FF5490 (or 0xFF5490) is unknown color: approx French Rose. HEX triplet: FF, 54 and 90. RGB value is (255,84,144). Sum of RGB (Red+Green+Blue) = 255+84+144=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5490 is #00AB6F. Grayscale: #8D8D8D. Windows color (decimal): -43888 or 9458943. OLE color: 9458943.

HSL color Cylindrical-coordinate representation of color #FF5490: hue angle of 338.95º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5490 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB25584144-
CMYK00.670.440
HSL338.95º100%66.47%-
HSV(B)338.95º67.06%100%-
XYZ49.4429.6129.5-
YUV141.97129.15208.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.80%
GREEN value IS 84 (33.20% from 255) = 17.39%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=52.80%
G=17.39%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558414400.670.440338.9510066.47
HexFF54900432C01536442
Octal3771242200103540523144102
Binary1111111110101001001000001000011101100010101001111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5490; }

 p { color: rgb(255,84,144); }

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

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

 a { background-color: rgb(255,84,144); }

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

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

 span { border-color: rgb(255,84,144); }

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