Html Css Color HEX #FF5099 Brilliant Rose

📋 copy color: '#FF5099'

red 255 ◦ green 80 ◦ blue 153

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

Shades of Brilliant Rose #FF5099

Tints of Brilliant Rose #FF5099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.39%

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

R = 52.25%
G = 16.39%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FF5099 (or 0xFF5099) is known color: Brilliant Rose. HEX triplet: FF, 50 and 99. RGB value is (255,80,153). Sum of RGB (Red+Green+Blue) = 255+80+153=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5099 is #00AF66. Grayscale: #8C8C8C. Windows color (decimal): -44903 or 10047743. OLE color: 10047743.

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

Color convert

RGB 255 80 153 -
CMYK 0 0.69 0.4 0
HSL 334.97º 1% 0.66% -
HSV(B) 334.97º 0.69% 1% -
XYZ 49.86 29.3 33.16 -
YUV 140.65 134.98 209.56 -
System Red Green Blue C M Y K H S L
Decimal 255 80 153 0 0.69 0.4 0 334.97 1 0.66
Hex FF 50 99 0 45 28 0 14F 64 42
Octal 377 120 231 0 105 50 0 517 144 102
Binary 11111111 1010000 10011001 0 1000101 101000 0 101001111 1100100 1000010

Color Harmonies of #FF5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5099

Black with #FF5099

Text Example


Text Example

White with #FF5099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5099; }

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

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

background-color css

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

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

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

border-color css

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

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

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