Shades of Brilliant Rose #F55398
Tints of Brilliant Rose #F55398
RGB
CMYK
RGB Variations
Color information
#F55398 (or 0xF55398) is known color: Brilliant Rose. HEX triplet: F5, 53 and 98. RGB value is (245,83,152). Sum of RGB (Red+Green+Blue) = 245+83+152=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F55398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55398 is #0AAC67. Grayscale: #8B8B8B. Windows color (decimal): -699496 or 9982965. OLE color: 9982965.
HSL color Cylindrical-coordinate representation of color #F55398: hue angle of 334.44º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F55398 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 152 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.04 |
| HSL | 334.44º | 0.89% | 0.64% | - |
| HSV(B) | 334.44º | 0.66% | 0.96% | - |
| XYZ | 46.42 | 27.87 | 32.64 | - |
| YUV | 139.3 | 135.17 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 152 | 0 | 0.66 | 0.38 | 0.04 | 334.44 | 0.89 | 0.64 |
| Hex | F5 | 53 | 98 | 0 | 42 | 26 | 4 | 14E | 59 | 40 |
| Octal | 365 | 123 | 230 | 0 | 102 | 46 | 4 | 516 | 131 | 100 |
| Binary | 11110101 | 1010011 | 10011000 | 0 | 1000010 | 100110 | 100 | 101001110 | 1011001 | 1000000 |
Color Harmonies of #F55398
Complementary color
Monochromatic Colors of #F55398
Black with #F55398
Text Example
Text Example
White with #F55398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55398; }
p { color: rgb(245,83,152); }
H1.HeaderClassName
{
color: #F55398;
}
.AnyTagClassName
{
color: #F55398;
}
</style>
background-color css
<style>
a { background-color: #F55398; }
a { background-color: rgb(245,83,152); }
div.DivClassName
{
background-color: #F55398;
}
.BgClassName
{
background-color: #F55398;
}
</style>
border-color css
<style>
span { border-color: #F55398; }
span { border-color: rgb(245,83,152); }
td.TdClassName
{
border-color: #F55398;
}
.TagClassName
{
border-color: #F55398;
}
</style>