Shades of Brilliant Rose #FF50A8
Tints of Brilliant Rose #FF50A8
RGB
CMYK
RGB Variations
Color information
#FF50A8 (or 0xFF50A8) is known color: Brilliant Rose. HEX triplet: FF, 50 and A8. RGB value is (255,80,168). Sum of RGB (Red+Green+Blue) = 255+80+168=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF50A8 is #00AF57. Grayscale: #8E8E8E. Windows color (decimal): -44888 or 11030783. OLE color: 11030783.
HSL color Cylindrical-coordinate representation of color #FF50A8: hue angle of 329.83º 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 #FF50A8 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 168 | - |
| CMYK | 0 | 0.69 | 0.34 | 0 |
| HSL | 329.83º | 1% | 0.66% | - |
| HSV(B) | 329.83º | 0.69% | 1% | - |
| XYZ | 51.18 | 29.82 | 40.11 | - |
| YUV | 142.36 | 142.48 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 168 | 0 | 0.69 | 0.34 | 0 | 329.83 | 1 | 0.66 |
| Hex | FF | 50 | A8 | 0 | 45 | 22 | 0 | 14A | 64 | 42 |
| Octal | 377 | 120 | 250 | 0 | 105 | 42 | 0 | 512 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10101000 | 0 | 1000101 | 100010 | 0 | 101001010 | 1100100 | 1000010 |
Color Harmonies of #FF50A8
Complementary color
Monochromatic Colors of #FF50A8
Black with #FF50A8
Text Example
Text Example
White with #FF50A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50A8; }
p { color: rgb(255,80,168); }
H1.HeaderClassName
{
color: #FF50A8;
}
.AnyTagClassName
{
color: #FF50A8;
}
</style>
background-color css
<style>
a { background-color: #FF50A8; }
a { background-color: rgb(255,80,168); }
div.DivClassName
{
background-color: #FF50A8;
}
.BgClassName
{
background-color: #FF50A8;
}
</style>
border-color css
<style>
span { border-color: #FF50A8; }
span { border-color: rgb(255,80,168); }
td.TdClassName
{
border-color: #FF50A8;
}
.TagClassName
{
border-color: #FF50A8;
}
</style>