Shades of Brilliant Rose #FF51AB
Tints of Brilliant Rose #FF51AB
RGB
CMYK
RGB Variations
Color information
#FF51AB (or 0xFF51AB) is known color: Brilliant Rose. HEX triplet: FF, 51 and AB. RGB value is (255,81,171). Sum of RGB (Red+Green+Blue) = 255+81+171=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF51AB is #00AE54. Grayscale: #8F8F8F. Windows color (decimal): -44629 or 11227647. OLE color: 11227647.
HSL color Cylindrical-coordinate representation of color #FF51AB: hue angle of 328.97º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF51AB is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 171 | - |
| CMYK | 0 | 0.68 | 0.33 | 0 |
| HSL | 328.97º | 1% | 0.66% | - |
| HSV(B) | 328.97º | 0.68% | 1% | - |
| XYZ | 51.53 | 30.09 | 41.62 | - |
| YUV | 143.29 | 143.65 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 171 | 0 | 0.68 | 0.33 | 0 | 328.97 | 1 | 0.66 |
| Hex | FF | 51 | AB | 0 | 44 | 21 | 0 | 149 | 64 | 42 |
| Octal | 377 | 121 | 253 | 0 | 104 | 41 | 0 | 511 | 144 | 102 |
| Binary | 11111111 | 1010001 | 10101011 | 0 | 1000100 | 100001 | 0 | 101001001 | 1100100 | 1000010 |
Color Harmonies of #FF51AB
Complementary color
Monochromatic Colors of #FF51AB
Black with #FF51AB
Text Example
Text Example
White with #FF51AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51AB; }
p { color: rgb(255,81,171); }
H1.HeaderClassName
{
color: #FF51AB;
}
.AnyTagClassName
{
color: #FF51AB;
}
</style>
background-color css
<style>
a { background-color: #FF51AB; }
a { background-color: rgb(255,81,171); }
div.DivClassName
{
background-color: #FF51AB;
}
.BgClassName
{
background-color: #FF51AB;
}
</style>
border-color css
<style>
span { border-color: #FF51AB; }
span { border-color: rgb(255,81,171); }
td.TdClassName
{
border-color: #FF51AB;
}
.TagClassName
{
border-color: #FF51AB;
}
</style>