Shades of Brilliant Rose #F56296
Tints of Brilliant Rose #F56296
RGB
CMYK
RGB Variations
Color information
#F56296 (or 0xF56296) is known color: Brilliant Rose. HEX triplet: F5, 62 and 96. RGB value is (245,98,150). Sum of RGB (Red+Green+Blue) = 245+98+150=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F56296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56296 is #0A9D69. Grayscale: #939393. Windows color (decimal): -695658 or 9855733. OLE color: 9855733.
HSL color Cylindrical-coordinate representation of color #F56296: hue angle of 338.78º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56296 is Cyan = 0, Magento = 0.6, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 150 | - |
| CMYK | 0 | 0.6 | 0.39 | 0.04 |
| HSL | 338.78º | 0.88% | 0.67% | - |
| HSV(B) | 338.78º | 0.6% | 0.96% | - |
| XYZ | 47.53 | 30.35 | 32.21 | - |
| YUV | 147.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 150 | 0 | 0.6 | 0.39 | 0.04 | 338.78 | 0.88 | 0.67 |
| Hex | F5 | 62 | 96 | 0 | 3C | 27 | 4 | 153 | 58 | 43 |
| Octal | 365 | 142 | 226 | 0 | 74 | 47 | 4 | 523 | 130 | 103 |
| Binary | 11110101 | 1100010 | 10010110 | 0 | 111100 | 100111 | 100 | 101010011 | 1011000 | 1000011 |
Color Harmonies of #F56296
Complementary color
Monochromatic Colors of #F56296
Black with #F56296
Text Example
Text Example
White with #F56296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56296; }
p { color: rgb(245,98,150); }
H1.HeaderClassName
{
color: #F56296;
}
.AnyTagClassName
{
color: #F56296;
}
</style>
background-color css
<style>
a { background-color: #F56296; }
a { background-color: rgb(245,98,150); }
div.DivClassName
{
background-color: #F56296;
}
.BgClassName
{
background-color: #F56296;
}
</style>
border-color css
<style>
span { border-color: #F56296; }
span { border-color: rgb(245,98,150); }
td.TdClassName
{
border-color: #F56296;
}
.TagClassName
{
border-color: #F56296;
}
</style>