Shades of Brilliant Rose #FF50AB
Tints of Brilliant Rose #FF50AB
RGB
CMYK
RGB Variations
Color information
#FF50AB (or 0xFF50AB) is known color: Brilliant Rose. HEX triplet: FF, 50 and AB. RGB value is (255,80,171). Sum of RGB (Red+Green+Blue) = 255+80+171=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF50AB is #00AF54. Grayscale: #8E8E8E. Windows color (decimal): -44885 or 11227391. OLE color: 11227391.
HSL color Cylindrical-coordinate representation of color #FF50AB: hue angle of 328.8º 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 #FF50AB is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 171 | - |
| CMYK | 0 | 0.69 | 0.33 | 0 |
| HSL | 328.8º | 1% | 0.66% | - |
| HSV(B) | 328.8º | 0.69% | 1% | - |
| XYZ | 51.46 | 29.94 | 41.59 | - |
| YUV | 142.7 | 143.98 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 171 | 0 | 0.69 | 0.33 | 0 | 328.8 | 1 | 0.66 |
| Hex | FF | 50 | AB | 0 | 45 | 21 | 0 | 149 | 64 | 42 |
| Octal | 377 | 120 | 253 | 0 | 105 | 41 | 0 | 511 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10101011 | 0 | 1000101 | 100001 | 0 | 101001001 | 1100100 | 1000010 |
Color Harmonies of #FF50AB
Complementary color
Monochromatic Colors of #FF50AB
Black with #FF50AB
Text Example
Text Example
White with #FF50AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50AB; }
p { color: rgb(255,80,171); }
H1.HeaderClassName
{
color: #FF50AB;
}
.AnyTagClassName
{
color: #FF50AB;
}
</style>
background-color css
<style>
a { background-color: #FF50AB; }
a { background-color: rgb(255,80,171); }
div.DivClassName
{
background-color: #FF50AB;
}
.BgClassName
{
background-color: #FF50AB;
}
</style>
border-color css
<style>
span { border-color: #FF50AB; }
span { border-color: rgb(255,80,171); }
td.TdClassName
{
border-color: #FF50AB;
}
.TagClassName
{
border-color: #FF50AB;
}
</style>