Shades of Brilliant Rose #F55198
Tints of Brilliant Rose #F55198
RGB
CMYK
RGB Variations
Color information
#F55198 (or 0xF55198) is known color: Brilliant Rose. HEX triplet: F5, 51 and 98. RGB value is (245,81,152). Sum of RGB (Red+Green+Blue) = 245+81+152=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F55198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55198 is #0AAE67. Grayscale: #8A8A8A. Windows color (decimal): -700008 or 9982453. OLE color: 9982453.
HSL color Cylindrical-coordinate representation of color #F55198: hue angle of 334.02º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F55198 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 152 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.04 |
| HSL | 334.02º | 0.89% | 0.64% | - |
| HSV(B) | 334.02º | 0.67% | 0.96% | - |
| XYZ | 46.27 | 27.56 | 32.59 | - |
| YUV | 138.13 | 135.83 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 152 | 0 | 0.67 | 0.38 | 0.04 | 334.02 | 0.89 | 0.64 |
| Hex | F5 | 51 | 98 | 0 | 43 | 26 | 4 | 14E | 59 | 40 |
| Octal | 365 | 121 | 230 | 0 | 103 | 46 | 4 | 516 | 131 | 100 |
| Binary | 11110101 | 1010001 | 10011000 | 0 | 1000011 | 100110 | 100 | 101001110 | 1011001 | 1000000 |
Color Harmonies of #F55198
Complementary color
Monochromatic Colors of #F55198
Black with #F55198
Text Example
Text Example
White with #F55198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55198; }
p { color: rgb(245,81,152); }
H1.HeaderClassName
{
color: #F55198;
}
.AnyTagClassName
{
color: #F55198;
}
</style>
background-color css
<style>
a { background-color: #F55198; }
a { background-color: rgb(245,81,152); }
div.DivClassName
{
background-color: #F55198;
}
.BgClassName
{
background-color: #F55198;
}
</style>
border-color css
<style>
span { border-color: #F55198; }
span { border-color: rgb(245,81,152); }
td.TdClassName
{
border-color: #F55198;
}
.TagClassName
{
border-color: #F55198;
}
</style>