Shades of Brilliant Rose #FF5996
Tints of Brilliant Rose #FF5996
RGB
CMYK
RGB Variations
Color information
#FF5996 (or 0xFF5996) is known color: Brilliant Rose. HEX triplet: FF, 59 and 96. RGB value is (255,89,150). Sum of RGB (Red+Green+Blue) = 255+89+150=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5996 is #00A669. Grayscale: #919191. Windows color (decimal): -42602 or 9853439. OLE color: 9853439.
HSL color Cylindrical-coordinate representation of color #FF5996: hue angle of 337.95º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5996 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 150 | - |
| CMYK | 0 | 0.65 | 0.41 | 0 |
| HSL | 337.95º | 1% | 0.67% | - |
| HSV(B) | 337.95º | 0.65% | 1% | - |
| XYZ | 50.32 | 30.61 | 32.11 | - |
| YUV | 145.59 | 130.5 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 150 | 0 | 0.65 | 0.41 | 0 | 337.95 | 1 | 0.67 |
| Hex | FF | 59 | 96 | 0 | 41 | 29 | 0 | 152 | 64 | 43 |
| Octal | 377 | 131 | 226 | 0 | 101 | 51 | 0 | 522 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10010110 | 0 | 1000001 | 101001 | 0 | 101010010 | 1100100 | 1000011 |
Color Harmonies of #FF5996
Complementary color
Monochromatic Colors of #FF5996
Black with #FF5996
Text Example
Text Example
White with #FF5996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5996; }
p { color: rgb(255,89,150); }
H1.HeaderClassName
{
color: #FF5996;
}
.AnyTagClassName
{
color: #FF5996;
}
</style>
background-color css
<style>
a { background-color: #FF5996; }
a { background-color: rgb(255,89,150); }
div.DivClassName
{
background-color: #FF5996;
}
.BgClassName
{
background-color: #FF5996;
}
</style>
border-color css
<style>
span { border-color: #FF5996; }
span { border-color: rgb(255,89,150); }
td.TdClassName
{
border-color: #FF5996;
}
.TagClassName
{
border-color: #FF5996;
}
</style>