Shades of Brilliant Rose #FF5995
Tints of Brilliant Rose #FF5995
RGB
CMYK
RGB Variations
Color information
#FF5995 (or 0xFF5995) is known color: Brilliant Rose. HEX triplet: FF, 59 and 95. RGB value is (255,89,149). Sum of RGB (Red+Green+Blue) = 255+89+149=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5995 is #00A66A. Grayscale: #919191. Windows color (decimal): -42603 or 9787903. OLE color: 9787903.
HSL color Cylindrical-coordinate representation of color #FF5995: hue angle of 338.31º 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 #FF5995 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 149 | - |
| CMYK | 0 | 0.65 | 0.42 | 0 |
| HSL | 338.31º | 1% | 0.67% | - |
| HSV(B) | 338.31º | 0.65% | 1% | - |
| XYZ | 50.24 | 30.57 | 31.69 | - |
| YUV | 145.47 | 130 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 149 | 0 | 0.65 | 0.42 | 0 | 338.31 | 1 | 0.67 |
| Hex | FF | 59 | 95 | 0 | 41 | 2A | 0 | 152 | 64 | 43 |
| Octal | 377 | 131 | 225 | 0 | 101 | 52 | 0 | 522 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10010101 | 0 | 1000001 | 101010 | 0 | 101010010 | 1100100 | 1000011 |
Color Harmonies of #FF5995
Complementary color
Monochromatic Colors of #FF5995
Black with #FF5995
Text Example
Text Example
White with #FF5995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5995; }
p { color: rgb(255,89,149); }
H1.HeaderClassName
{
color: #FF5995;
}
.AnyTagClassName
{
color: #FF5995;
}
</style>
background-color css
<style>
a { background-color: #FF5995; }
a { background-color: rgb(255,89,149); }
div.DivClassName
{
background-color: #FF5995;
}
.BgClassName
{
background-color: #FF5995;
}
</style>
border-color css
<style>
span { border-color: #FF5995; }
span { border-color: rgb(255,89,149); }
td.TdClassName
{
border-color: #FF5995;
}
.TagClassName
{
border-color: #FF5995;
}
</style>