Shades of Brilliant Rose #FF5895
Tints of Brilliant Rose #FF5895
RGB
CMYK
RGB Variations
Color information
#FF5895 (or 0xFF5895) is known color: Brilliant Rose. HEX triplet: FF, 58 and 95. RGB value is (255,88,149). Sum of RGB (Red+Green+Blue) = 255+88+149=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5895 is #00A76A. Grayscale: #909090. Windows color (decimal): -42859 or 9787647. OLE color: 9787647.
HSL color Cylindrical-coordinate representation of color #FF5895: hue angle of 338.08º 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 #FF5895 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 149 | - |
| CMYK | 0 | 0.65 | 0.42 | 0 |
| HSL | 338.08º | 1% | 0.67% | - |
| HSV(B) | 338.08º | 0.65% | 1% | - |
| XYZ | 50.15 | 30.41 | 31.66 | - |
| YUV | 144.89 | 130.33 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 149 | 0 | 0.65 | 0.42 | 0 | 338.08 | 1 | 0.67 |
| Hex | FF | 58 | 95 | 0 | 41 | 2A | 0 | 152 | 64 | 43 |
| Octal | 377 | 130 | 225 | 0 | 101 | 52 | 0 | 522 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10010101 | 0 | 1000001 | 101010 | 0 | 101010010 | 1100100 | 1000011 |
Color Harmonies of #FF5895
Complementary color
Monochromatic Colors of #FF5895
Black with #FF5895
Text Example
Text Example
White with #FF5895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5895; }
p { color: rgb(255,88,149); }
H1.HeaderClassName
{
color: #FF5895;
}
.AnyTagClassName
{
color: #FF5895;
}
</style>
background-color css
<style>
a { background-color: #FF5895; }
a { background-color: rgb(255,88,149); }
div.DivClassName
{
background-color: #FF5895;
}
.BgClassName
{
background-color: #FF5895;
}
</style>
border-color css
<style>
span { border-color: #FF5895; }
span { border-color: rgb(255,88,149); }
td.TdClassName
{
border-color: #FF5895;
}
.TagClassName
{
border-color: #FF5895;
}
</style>