Shades of Brilliant Rose #FF51A7
Tints of Brilliant Rose #FF51A7
RGB
CMYK
RGB Variations
Color information
#FF51A7 (or 0xFF51A7) is known color: Brilliant Rose. HEX triplet: FF, 51 and A7. RGB value is (255,81,167). Sum of RGB (Red+Green+Blue) = 255+81+167=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF51A7 is #00AE58. Grayscale: #8E8E8E. Windows color (decimal): -44633 or 10965503. OLE color: 10965503.
HSL color Cylindrical-coordinate representation of color #FF51A7: hue angle of 330.34º 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 #FF51A7 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 167 | - |
| CMYK | 0 | 0.68 | 0.35 | 0 |
| HSL | 330.34º | 1% | 0.66% | - |
| HSV(B) | 330.34º | 0.68% | 1% | - |
| XYZ | 51.16 | 29.93 | 39.64 | - |
| YUV | 142.83 | 141.65 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 167 | 0 | 0.68 | 0.35 | 0 | 330.34 | 1 | 0.66 |
| Hex | FF | 51 | A7 | 0 | 44 | 23 | 0 | 14A | 64 | 42 |
| Octal | 377 | 121 | 247 | 0 | 104 | 43 | 0 | 512 | 144 | 102 |
| Binary | 11111111 | 1010001 | 10100111 | 0 | 1000100 | 100011 | 0 | 101001010 | 1100100 | 1000010 |
Color Harmonies of #FF51A7
Complementary color
Monochromatic Colors of #FF51A7
Black with #FF51A7
Text Example
Text Example
White with #FF51A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51A7; }
p { color: rgb(255,81,167); }
H1.HeaderClassName
{
color: #FF51A7;
}
.AnyTagClassName
{
color: #FF51A7;
}
</style>
background-color css
<style>
a { background-color: #FF51A7; }
a { background-color: rgb(255,81,167); }
div.DivClassName
{
background-color: #FF51A7;
}
.BgClassName
{
background-color: #FF51A7;
}
</style>
border-color css
<style>
span { border-color: #FF51A7; }
span { border-color: rgb(255,81,167); }
td.TdClassName
{
border-color: #FF51A7;
}
.TagClassName
{
border-color: #FF51A7;
}
</style>