Html Css Color HEX #FF5399 Brilliant Rose

📋 copy color: '#FF5399'

red 255 ◦ green 83 ◦ blue 153

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

Shades of Brilliant Rose #FF5399

Tints of Brilliant Rose #FF5399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.9%

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

R = 51.93%
G = 16.9%
B = 31.16%

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

#FF5399 (or 0xFF5399) is known color: Brilliant Rose. HEX triplet: FF, 53 and 99. RGB value is (255,83,153). Sum of RGB (Red+Green+Blue) = 255+83+153=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5399 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5399 is #00AC66. Grayscale: #8E8E8E. Windows color (decimal): -44135 or 10048511. OLE color: 10048511.

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

Color convert

RGB 255 83 153 -
CMYK 0 0.67 0.4 0
HSL 335.58º 1% 0.66% -
HSV(B) 335.58º 0.67% 1% -
XYZ 50.08 29.75 33.24 -
YUV 142.41 133.98 208.31 -
System Red Green Blue C M Y K H S L
Decimal 255 83 153 0 0.67 0.4 0 335.58 1 0.66
Hex FF 53 99 0 43 28 0 150 64 42
Octal 377 123 231 0 103 50 0 520 144 102
Binary 11111111 1010011 10011001 0 1000011 101000 0 101010000 1100100 1000010

Color Harmonies of #FF5399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5399

Black with #FF5399

Text Example


Text Example

White with #FF5399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5399; }

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

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

background-color css

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

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

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

border-color css

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

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

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