Shades of Brilliant Rose #FF5897
Tints of Brilliant Rose #FF5897
RGB
CMYK
RGB Variations
Color information
#FF5897 (or 0xFF5897) is known color: Brilliant Rose. HEX triplet: FF, 58 and 97. RGB value is (255,88,151). Sum of RGB (Red+Green+Blue) = 255+88+151=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5897 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5897 is #00A768. Grayscale: #919191. Windows color (decimal): -42857 or 9918719. OLE color: 9918719.
HSL color Cylindrical-coordinate representation of color #FF5897: hue angle of 337.37º 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 #FF5897 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 151 | - |
| CMYK | 0 | 0.65 | 0.41 | 0 |
| HSL | 337.37º | 1% | 0.67% | - |
| HSV(B) | 337.37º | 0.65% | 1% | - |
| XYZ | 50.32 | 30.47 | 32.51 | - |
| YUV | 145.12 | 131.33 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 151 | 0 | 0.65 | 0.41 | 0 | 337.37 | 1 | 0.67 |
| Hex | FF | 58 | 97 | 0 | 41 | 29 | 0 | 151 | 64 | 43 |
| Octal | 377 | 130 | 227 | 0 | 101 | 51 | 0 | 521 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10010111 | 0 | 1000001 | 101001 | 0 | 101010001 | 1100100 | 1000011 |
Color Harmonies of #FF5897
Complementary color
Monochromatic Colors of #FF5897
Black with #FF5897
Text Example
Text Example
White with #FF5897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5897; }
p { color: rgb(255,88,151); }
H1.HeaderClassName
{
color: #FF5897;
}
.AnyTagClassName
{
color: #FF5897;
}
</style>
background-color css
<style>
a { background-color: #FF5897; }
a { background-color: rgb(255,88,151); }
div.DivClassName
{
background-color: #FF5897;
}
.BgClassName
{
background-color: #FF5897;
}
</style>
border-color css
<style>
span { border-color: #FF5897; }
span { border-color: rgb(255,88,151); }
td.TdClassName
{
border-color: #FF5897;
}
.TagClassName
{
border-color: #FF5897;
}
</style>