Shades of Brilliant Rose #FF51B2
Tints of Brilliant Rose #FF51B2
RGB
CMYK
RGB Variations
Color information
#FF51B2 (or 0xFF51B2) is known color: Brilliant Rose. HEX triplet: FF, 51 and B2. RGB value is (255,81,178). Sum of RGB (Red+Green+Blue) = 255+81+178=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 81 (32.03% from 255 or 15.76% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF51B2 is #00AE4D. Grayscale: #8F8F8F. Windows color (decimal): -44622 or 11686399. OLE color: 11686399.
HSL color Cylindrical-coordinate representation of color #FF51B2: hue angle of 326.55º 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 #FF51B2 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 178 | - |
| CMYK | 0 | 0.68 | 0.30 | 0 |
| HSL | 326.55º | 1% | 0.66% | - |
| HSV(B) | 326.55º | 0.68% | 1% | - |
| XYZ | 52.22 | 30.36 | 45.23 | - |
| YUV | 144.08 | 147.15 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 178 | 0 | 0.68 | 0.30 | 0 | 326.55 | 1 | 0.66 |
| Hex | FF | 51 | B2 | 0 | 44 | 1E | 0 | 147 | 64 | 42 |
| Octal | 377 | 121 | 262 | 0 | 104 | 36 | 0 | 507 | 144 | 102 |
| Binary | 11111111 | 1010001 | 10110010 | 0 | 1000100 | 11110 | 0 | 101000111 | 1100100 | 1000010 |
Color Harmonies of #FF51B2
Complementary color
Monochromatic Colors of #FF51B2
Black with #FF51B2
Text Example
Text Example
White with #FF51B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51B2; }
p { color: rgb(255,81,178); }
H1.HeaderClassName
{
color: #FF51B2;
}
.AnyTagClassName
{
color: #FF51B2;
}
</style>
background-color css
<style>
a { background-color: #FF51B2; }
a { background-color: rgb(255,81,178); }
div.DivClassName
{
background-color: #FF51B2;
}
.BgClassName
{
background-color: #FF51B2;
}
</style>
border-color css
<style>
span { border-color: #FF51B2; }
span { border-color: rgb(255,81,178); }
td.TdClassName
{
border-color: #FF51B2;
}
.TagClassName
{
border-color: #FF51B2;
}
</style>