Html Css Color HEX #FF5499 Brilliant Rose

📋 copy color: '#FF5499'

red 255 ◦ green 84 ◦ blue 153

#FF5499
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #FF5499

Tints of Brilliant Rose #FF5499

RGB

 RED value IS 255 (100% from 255) = 51.83%

 GREEN value IS 84 (33.2% from 255) = 17.07%

 BLUE value IS 153 (60.16% from 255) = 31.1%

R = 51.83%
G = 17.07%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FF5499 (or 0xFF5499) is known color: 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

RGB 255 84 153 -
CMYK 0 0.67 0.4 0
HSL 335.79º 1% 0.66% -
HSV(B) 335.79º 0.67% 1% -
XYZ 50.16 29.9 33.26 -
YUV 143 133.65 207.89 -
System Red Green Blue C M Y K H S L
Decimal 255 84 153 0 0.67 0.4 0 335.79 1 0.66
Hex FF 54 99 0 43 28 0 150 64 42
Octal 377 124 231 0 103 50 0 520 144 102
Binary 11111111 1010100 10011001 0 1000011 101000 0 101010000 1100100 1000010

Color Harmonies of #FF5499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5499

Black with #FF5499

Text Example


Text Example

White with #FF5499

Text Example


Text Example

HTML Codes & Css Web 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>