Shades of Brilliant Rose #FF50A1
Tints of Brilliant Rose #FF50A1
RGB
CMYK
RGB Variations
Color information
#FF50A1 (or 0xFF50A1) is known color: Brilliant Rose. HEX triplet: FF, 50 and A1. RGB value is (255,80,161). Sum of RGB (Red+Green+Blue) = 255+80+161=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF50A1 is #00AF5E. Grayscale: #8D8D8D. Windows color (decimal): -44895 or 10572031. OLE color: 10572031.
HSL color Cylindrical-coordinate representation of color #FF50A1: hue angle of 332.23º 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 #FF50A1 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 161 | - |
| CMYK | 0 | 0.69 | 0.37 | 0 |
| HSL | 332.23º | 1% | 0.66% | - |
| HSV(B) | 332.23º | 0.69% | 1% | - |
| XYZ | 50.54 | 29.57 | 36.76 | - |
| YUV | 141.56 | 138.98 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 161 | 0 | 0.69 | 0.37 | 0 | 332.23 | 1 | 0.66 |
| Hex | FF | 50 | A1 | 0 | 45 | 25 | 0 | 14C | 64 | 42 |
| Octal | 377 | 120 | 241 | 0 | 105 | 45 | 0 | 514 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10100001 | 0 | 1000101 | 100101 | 0 | 101001100 | 1100100 | 1000010 |
Color Harmonies of #FF50A1
Complementary color
Monochromatic Colors of #FF50A1
Black with #FF50A1
Text Example
Text Example
White with #FF50A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50A1; }
p { color: rgb(255,80,161); }
H1.HeaderClassName
{
color: #FF50A1;
}
.AnyTagClassName
{
color: #FF50A1;
}
</style>
background-color css
<style>
a { background-color: #FF50A1; }
a { background-color: rgb(255,80,161); }
div.DivClassName
{
background-color: #FF50A1;
}
.BgClassName
{
background-color: #FF50A1;
}
</style>
border-color css
<style>
span { border-color: #FF50A1; }
span { border-color: rgb(255,80,161); }
td.TdClassName
{
border-color: #FF50A1;
}
.TagClassName
{
border-color: #FF50A1;
}
</style>