Shades of Brilliant Rose #F56194
Tints of Brilliant Rose #F56194
RGB
CMYK
RGB Variations
Color information
#F56194 (or 0xF56194) is known color: Brilliant Rose. HEX triplet: F5, 61 and 94. RGB value is (245,97,148). Sum of RGB (Red+Green+Blue) = 245+97+148=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F56194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56194 is #0A9E6B. Grayscale: #939393. Windows color (decimal): -695916 or 9724405. OLE color: 9724405.
HSL color Cylindrical-coordinate representation of color #F56194: hue angle of 339.32º 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 #F56194 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 148 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.04 |
| HSL | 339.32º | 0.88% | 0.67% | - |
| HSV(B) | 339.32º | 0.6% | 0.96% | - |
| XYZ | 47.28 | 30.1 | 31.34 | - |
| YUV | 147.07 | 128.53 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 148 | 0 | 0.60 | 0.40 | 0.04 | 339.32 | 0.88 | 0.67 |
| Hex | F5 | 61 | 94 | 0 | 3C | 28 | 4 | 153 | 58 | 43 |
| Octal | 365 | 141 | 224 | 0 | 74 | 50 | 4 | 523 | 130 | 103 |
| Binary | 11110101 | 1100001 | 10010100 | 0 | 111100 | 101000 | 100 | 101010011 | 1011000 | 1000011 |
Color Harmonies of #F56194
Complementary color
Monochromatic Colors of #F56194
Black with #F56194
Text Example
Text Example
White with #F56194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56194; }
p { color: rgb(245,97,148); }
H1.HeaderClassName
{
color: #F56194;
}
.AnyTagClassName
{
color: #F56194;
}
</style>
background-color css
<style>
a { background-color: #F56194; }
a { background-color: rgb(245,97,148); }
div.DivClassName
{
background-color: #F56194;
}
.BgClassName
{
background-color: #F56194;
}
</style>
border-color css
<style>
span { border-color: #F56194; }
span { border-color: rgb(245,97,148); }
td.TdClassName
{
border-color: #F56194;
}
.TagClassName
{
border-color: #F56194;
}
</style>