#FF5499

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

Shades of Brilliant Rose #FF5499

Tints of Brilliant Rose #FF5499

Color information

#FF5499 (or 0xFF5499) is unknown color: approx Brilliant Rose. HEX triplet: FF, 54 and 99. RGB value is (255,84,153). Sum of RGB (Red+Green+Blue) = 255+84+153=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5499 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5499 is #00AB66. Grayscale: #8E8E8E. Windows color (decimal): -43879 or 10048767. OLE color: 10048767.

HSL color Cylindrical-coordinate representation of color #FF5499: hue angle of 335.79º 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 #FF5499 is Cyan = 0, Magento = 0.67, Yellow = 0.4 and Black (K on CMYK) = 0.

Color convert

RGB25584153-
CMYK00.670.40
HSL335.79º100%66.47%-
HSV(B)335.79º67.06%100%-
XYZ50.1629.933.26-
YUV143133.65207.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.83%
GREEN value IS 84 (33.20% from 255) = 17.07%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=51.83%
G=17.07%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558415300.670.40335.7910066.47
HexFF54990432801506442
Octal3771242310103500520144102
Binary1111111110101001001100101000011101000010101000011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5499; }

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

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

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

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

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

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

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

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