Shades of Brilliant Rose #FF519C
Tints of Brilliant Rose #FF519C
RGB
CMYK
RGB Variations
Color information
#FF519C (or 0xFF519C) is known color: Brilliant Rose. HEX triplet: FF, 51 and 9C. RGB value is (255,81,156). Sum of RGB (Red+Green+Blue) = 255+81+156=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF519C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF519C is #00AE63. Grayscale: #8D8D8D. Windows color (decimal): -44644 or 10244607. OLE color: 10244607.
HSL color Cylindrical-coordinate representation of color #FF519C: hue angle of 334.14º 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 #FF519C is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 156 | - |
| CMYK | 0 | 0.68 | 0.39 | 0 |
| HSL | 334.14º | 1% | 0.66% | - |
| HSV(B) | 334.14º | 0.68% | 1% | - |
| XYZ | 50.18 | 29.55 | 34.51 | - |
| YUV | 141.58 | 136.15 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 156 | 0 | 0.68 | 0.39 | 0 | 334.14 | 1 | 0.66 |
| Hex | FF | 51 | 9C | 0 | 44 | 27 | 0 | 14E | 64 | 42 |
| Octal | 377 | 121 | 234 | 0 | 104 | 47 | 0 | 516 | 144 | 102 |
| Binary | 11111111 | 1010001 | 10011100 | 0 | 1000100 | 100111 | 0 | 101001110 | 1100100 | 1000010 |
Color Harmonies of #FF519C
Complementary color
Monochromatic Colors of #FF519C
Black with #FF519C
Text Example
Text Example
White with #FF519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF519C; }
p { color: rgb(255,81,156); }
H1.HeaderClassName
{
color: #FF519C;
}
.AnyTagClassName
{
color: #FF519C;
}
</style>
background-color css
<style>
a { background-color: #FF519C; }
a { background-color: rgb(255,81,156); }
div.DivClassName
{
background-color: #FF519C;
}
.BgClassName
{
background-color: #FF519C;
}
</style>
border-color css
<style>
span { border-color: #FF519C; }
span { border-color: rgb(255,81,156); }
td.TdClassName
{
border-color: #FF519C;
}
.TagClassName
{
border-color: #FF519C;
}
</style>