Shades of Brilliant Rose #FF51A2
Tints of Brilliant Rose #FF51A2
RGB
CMYK
RGB Variations
Color information
#FF51A2 (or 0xFF51A2) is known color: Brilliant Rose. HEX triplet: FF, 51 and A2. RGB value is (255,81,162). Sum of RGB (Red+Green+Blue) = 255+81+162=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF51A2 is #00AE5D. Grayscale: #8E8E8E. Windows color (decimal): -44638 or 10637823. OLE color: 10637823.
HSL color Cylindrical-coordinate representation of color #FF51A2: hue angle of 332.07º 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 #FF51A2 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 162 | - |
| CMYK | 0 | 0.68 | 0.36 | 0 |
| HSL | 332.07º | 1% | 0.66% | - |
| HSV(B) | 332.07º | 0.68% | 1% | - |
| XYZ | 50.7 | 29.75 | 37.25 | - |
| YUV | 142.26 | 139.15 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 162 | 0 | 0.68 | 0.36 | 0 | 332.07 | 1 | 0.66 |
| Hex | FF | 51 | A2 | 0 | 44 | 24 | 0 | 14C | 64 | 42 |
| Octal | 377 | 121 | 242 | 0 | 104 | 44 | 0 | 514 | 144 | 102 |
| Binary | 11111111 | 1010001 | 10100010 | 0 | 1000100 | 100100 | 0 | 101001100 | 1100100 | 1000010 |
Color Harmonies of #FF51A2
Complementary color
Monochromatic Colors of #FF51A2
Black with #FF51A2
Text Example
Text Example
White with #FF51A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51A2; }
p { color: rgb(255,81,162); }
H1.HeaderClassName
{
color: #FF51A2;
}
.AnyTagClassName
{
color: #FF51A2;
}
</style>
background-color css
<style>
a { background-color: #FF51A2; }
a { background-color: rgb(255,81,162); }
div.DivClassName
{
background-color: #FF51A2;
}
.BgClassName
{
background-color: #FF51A2;
}
</style>
border-color css
<style>
span { border-color: #FF51A2; }
span { border-color: rgb(255,81,162); }
td.TdClassName
{
border-color: #FF51A2;
}
.TagClassName
{
border-color: #FF51A2;
}
</style>