Shades of Brilliant Rose #F55899
Tints of Brilliant Rose #F55899
RGB
CMYK
RGB Variations
Color information
#F55899 (or 0xF55899) is known color: Brilliant Rose. HEX triplet: F5, 58 and 99. RGB value is (245,88,153). Sum of RGB (Red+Green+Blue) = 245+88+153=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F55899 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55899 is #0AA766. Grayscale: #8E8E8E. Windows color (decimal): -698215 or 10049781. OLE color: 10049781.
HSL color Cylindrical-coordinate representation of color #F55899: hue angle of 335.16º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55899 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 153 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.04 |
| HSL | 335.16º | 0.89% | 0.65% | - |
| HSV(B) | 335.16º | 0.64% | 0.96% | - |
| XYZ | 46.9 | 28.69 | 33.2 | - |
| YUV | 142.35 | 134.01 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 153 | 0 | 0.64 | 0.38 | 0.04 | 335.16 | 0.89 | 0.65 |
| Hex | F5 | 58 | 99 | 0 | 40 | 26 | 4 | 14F | 59 | 41 |
| Octal | 365 | 130 | 231 | 0 | 100 | 46 | 4 | 517 | 131 | 101 |
| Binary | 11110101 | 1011000 | 10011001 | 0 | 1000000 | 100110 | 100 | 101001111 | 1011001 | 1000001 |
Color Harmonies of #F55899
Complementary color
Monochromatic Colors of #F55899
Black with #F55899
Text Example
Text Example
White with #F55899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55899; }
p { color: rgb(245,88,153); }
H1.HeaderClassName
{
color: #F55899;
}
.AnyTagClassName
{
color: #F55899;
}
</style>
background-color css
<style>
a { background-color: #F55899; }
a { background-color: rgb(245,88,153); }
div.DivClassName
{
background-color: #F55899;
}
.BgClassName
{
background-color: #F55899;
}
</style>
border-color css
<style>
span { border-color: #F55899; }
span { border-color: rgb(245,88,153); }
td.TdClassName
{
border-color: #F55899;
}
.TagClassName
{
border-color: #F55899;
}
</style>