Shades of Brilliant Rose #F56098
Tints of Brilliant Rose #F56098
RGB
CMYK
RGB Variations
Color information
#F56098 (or 0xF56098) is known color: Brilliant Rose. HEX triplet: F5, 60 and 98. RGB value is (245,96,152). Sum of RGB (Red+Green+Blue) = 245+96+152=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F56098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56098 is #0A9F67. Grayscale: #929292. Windows color (decimal): -696168 or 9986293. OLE color: 9986293.
HSL color Cylindrical-coordinate representation of color #F56098: hue angle of 337.45º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F56098 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 152 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.04 |
| HSL | 337.45º | 0.88% | 0.67% | - |
| HSV(B) | 337.45º | 0.61% | 0.96% | - |
| XYZ | 47.51 | 30.05 | 33 | - |
| YUV | 146.94 | 130.86 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 152 | 0 | 0.61 | 0.38 | 0.04 | 337.45 | 0.88 | 0.67 |
| Hex | F5 | 60 | 98 | 0 | 3D | 26 | 4 | 151 | 58 | 43 |
| Octal | 365 | 140 | 230 | 0 | 75 | 46 | 4 | 521 | 130 | 103 |
| Binary | 11110101 | 1100000 | 10011000 | 0 | 111101 | 100110 | 100 | 101010001 | 1011000 | 1000011 |
Color Harmonies of #F56098
Complementary color
Monochromatic Colors of #F56098
Black with #F56098
Text Example
Text Example
White with #F56098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56098; }
p { color: rgb(245,96,152); }
H1.HeaderClassName
{
color: #F56098;
}
.AnyTagClassName
{
color: #F56098;
}
</style>
background-color css
<style>
a { background-color: #F56098; }
a { background-color: rgb(245,96,152); }
div.DivClassName
{
background-color: #F56098;
}
.BgClassName
{
background-color: #F56098;
}
</style>
border-color css
<style>
span { border-color: #F56098; }
span { border-color: rgb(245,96,152); }
td.TdClassName
{
border-color: #F56098;
}
.TagClassName
{
border-color: #F56098;
}
</style>