Shades of Brilliant Rose #F55597
Tints of Brilliant Rose #F55597
RGB
CMYK
RGB Variations
Color information
#F55597 (or 0xF55597) is known color: Brilliant Rose. HEX triplet: F5, 55 and 97. RGB value is (245,85,151). Sum of RGB (Red+Green+Blue) = 245+85+151=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F55597 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55597 is #0AAA68. Grayscale: #8C8C8C. Windows color (decimal): -698985 or 9917941. OLE color: 9917941.
HSL color Cylindrical-coordinate representation of color #F55597: hue angle of 335.25º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F55597 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 151 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.04 |
| HSL | 335.25º | 0.89% | 0.65% | - |
| HSV(B) | 335.25º | 0.65% | 0.96% | - |
| XYZ | 46.49 | 28.14 | 32.26 | - |
| YUV | 140.36 | 134.01 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 151 | 0 | 0.65 | 0.38 | 0.04 | 335.25 | 0.89 | 0.65 |
| Hex | F5 | 55 | 97 | 0 | 41 | 26 | 4 | 14F | 59 | 41 |
| Octal | 365 | 125 | 227 | 0 | 101 | 46 | 4 | 517 | 131 | 101 |
| Binary | 11110101 | 1010101 | 10010111 | 0 | 1000001 | 100110 | 100 | 101001111 | 1011001 | 1000001 |
Color Harmonies of #F55597
Complementary color
Monochromatic Colors of #F55597
Black with #F55597
Text Example
Text Example
White with #F55597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55597; }
p { color: rgb(245,85,151); }
H1.HeaderClassName
{
color: #F55597;
}
.AnyTagClassName
{
color: #F55597;
}
</style>
background-color css
<style>
a { background-color: #F55597; }
a { background-color: rgb(245,85,151); }
div.DivClassName
{
background-color: #F55597;
}
.BgClassName
{
background-color: #F55597;
}
</style>
border-color css
<style>
span { border-color: #F55597; }
span { border-color: rgb(245,85,151); }
td.TdClassName
{
border-color: #F55597;
}
.TagClassName
{
border-color: #F55597;
}
</style>