Shades of Brilliant Rose #FF5595
Tints of Brilliant Rose #FF5595
RGB
CMYK
RGB Variations
Color information
#FF5595 (or 0xFF5595) is known color: Brilliant Rose. HEX triplet: FF, 55 and 95. RGB value is (255,85,149). Sum of RGB (Red+Green+Blue) = 255+85+149=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5595 is #00AA6A. Grayscale: #8F8F8F. Windows color (decimal): -43627 or 9786879. OLE color: 9786879.
HSL color Cylindrical-coordinate representation of color #FF5595: hue angle of 337.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5595 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 149 | - |
| CMYK | 0 | 0.67 | 0.42 | 0 |
| HSL | 337.41º | 1% | 0.67% | - |
| HSV(B) | 337.41º | 0.67% | 1% | - |
| XYZ | 49.91 | 29.93 | 31.58 | - |
| YUV | 143.13 | 131.32 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 149 | 0 | 0.67 | 0.42 | 0 | 337.41 | 1 | 0.67 |
| Hex | FF | 55 | 95 | 0 | 43 | 2A | 0 | 151 | 64 | 43 |
| Octal | 377 | 125 | 225 | 0 | 103 | 52 | 0 | 521 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10010101 | 0 | 1000011 | 101010 | 0 | 101010001 | 1100100 | 1000011 |
Color Harmonies of #FF5595
Complementary color
Monochromatic Colors of #FF5595
Black with #FF5595
Text Example
Text Example
White with #FF5595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5595; }
p { color: rgb(255,85,149); }
H1.HeaderClassName
{
color: #FF5595;
}
.AnyTagClassName
{
color: #FF5595;
}
</style>
background-color css
<style>
a { background-color: #FF5595; }
a { background-color: rgb(255,85,149); }
div.DivClassName
{
background-color: #FF5595;
}
.BgClassName
{
background-color: #FF5595;
}
</style>
border-color css
<style>
span { border-color: #FF5595; }
span { border-color: rgb(255,85,149); }
td.TdClassName
{
border-color: #FF5595;
}
.TagClassName
{
border-color: #FF5595;
}
</style>