Html Css Color HEX #FF5497 Brilliant Rose

📋 copy color: '#FF5497'

red 255 ◦ green 84 ◦ blue 151

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

Shades of Brilliant Rose #FF5497

Tints of Brilliant Rose #FF5497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.82%

R = 52.04%
G = 17.14%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF5497 (or 0xFF5497) is known color: Brilliant Rose. HEX triplet: FF, 54 and 97. RGB value is (255,84,151). Sum of RGB (Red+Green+Blue) = 255+84+151=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5497 is #00AB68. Grayscale: #8E8E8E. Windows color (decimal): -43881 or 9917695. OLE color: 9917695.

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

Color convert

RGB 255 84 151 -
CMYK 0 0.67 0.41 0
HSL 336.49º 1% 0.66% -
HSV(B) 336.49º 0.67% 1% -
XYZ 50 29.84 32.4 -
YUV 142.77 132.65 208.05 -
System Red Green Blue C M Y K H S L
Decimal 255 84 151 0 0.67 0.41 0 336.49 1 0.66
Hex FF 54 97 0 43 29 0 150 64 42
Octal 377 124 227 0 103 51 0 520 144 102
Binary 11111111 1010100 10010111 0 1000011 101001 0 101010000 1100100 1000010

Color Harmonies of #FF5497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5497

Black with #FF5497

Text Example


Text Example

White with #FF5497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5497; }

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

 H1.HeaderClassName
 {
   color: #FF5497;
 }
 .AnyTagClassName
 {
   color: #FF5497;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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