Shades of Brilliant Rose #FF51AA
Tints of Brilliant Rose #FF51AA
RGB
CMYK
RGB Variations
Color information
#FF51AA (or 0xFF51AA) is known color: Brilliant Rose. HEX triplet: FF, 51 and AA. RGB value is (255,81,170). Sum of RGB (Red+Green+Blue) = 255+81+170=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF51AA is #00AE55. Grayscale: #8E8E8E. Windows color (decimal): -44630 or 11162111. OLE color: 11162111.
HSL color Cylindrical-coordinate representation of color #FF51AA: hue angle of 329.31º 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 #FF51AA is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 170 | - |
| CMYK | 0 | 0.68 | 0.33 | 0 |
| HSL | 329.31º | 1% | 0.66% | - |
| HSV(B) | 329.31º | 0.68% | 1% | - |
| XYZ | 51.44 | 30.05 | 41.12 | - |
| YUV | 143.17 | 143.15 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 170 | 0 | 0.68 | 0.33 | 0 | 329.31 | 1 | 0.66 |
| Hex | FF | 51 | AA | 0 | 44 | 21 | 0 | 149 | 64 | 42 |
| Octal | 377 | 121 | 252 | 0 | 104 | 41 | 0 | 511 | 144 | 102 |
| Binary | 11111111 | 1010001 | 10101010 | 0 | 1000100 | 100001 | 0 | 101001001 | 1100100 | 1000010 |
Color Harmonies of #FF51AA
Complementary color
Monochromatic Colors of #FF51AA
Black with #FF51AA
Text Example
Text Example
White with #FF51AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51AA; }
p { color: rgb(255,81,170); }
H1.HeaderClassName
{
color: #FF51AA;
}
.AnyTagClassName
{
color: #FF51AA;
}
</style>
background-color css
<style>
a { background-color: #FF51AA; }
a { background-color: rgb(255,81,170); }
div.DivClassName
{
background-color: #FF51AA;
}
.BgClassName
{
background-color: #FF51AA;
}
</style>
border-color css
<style>
span { border-color: #FF51AA; }
span { border-color: rgb(255,81,170); }
td.TdClassName
{
border-color: #FF51AA;
}
.TagClassName
{
border-color: #FF51AA;
}
</style>