Html Css Color HEX #FF50AA Brilliant Rose

📋 copy color: '#FF50AA'

red 255 ◦ green 80 ◦ blue 170

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

Shades of Brilliant Rose #FF50AA

Tints of Brilliant Rose #FF50AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.66%

R = 50.5%
G = 15.84%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF50AA (or 0xFF50AA) is known color: Brilliant Rose. HEX triplet: FF, 50 and AA. RGB value is (255,80,170). Sum of RGB (Red+Green+Blue) = 255+80+170=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF50AA is #00AF55. Grayscale: #8E8E8E. Windows color (decimal): -44886 or 11161855. OLE color: 11161855.

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

Color convert

RGB 255 80 170 -
CMYK 0 0.69 0.33 0
HSL 329.14º 1% 0.66% -
HSV(B) 329.14º 0.69% 1% -
XYZ 51.36 29.9 41.09 -
YUV 142.59 143.48 208.18 -
System Red Green Blue C M Y K H S L
Decimal 255 80 170 0 0.69 0.33 0 329.14 1 0.66
Hex FF 50 AA 0 45 21 0 149 64 42
Octal 377 120 252 0 105 41 0 511 144 102
Binary 11111111 1010000 10101010 0 1000101 100001 0 101001001 1100100 1000010

Color Harmonies of #FF50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF50AA

Black with #FF50AA

Text Example


Text Example

White with #FF50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF50AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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