Shades of Brilliant Rose #F54EBC
Tints of Brilliant Rose #F54EBC
RGB
CMYK
RGB Variations
Color information
#F54EBC (or 0xF54EBC) is known color: Brilliant Rose. HEX triplet: F5, 4E and BC. RGB value is (245,78,188). Sum of RGB (Red+Green+Blue) = 245+78+188=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F54EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F54EBC is #0AB143. Grayscale: #8C8C8C. Windows color (decimal): -700740 or 12340981. OLE color: 12340981.
HSL color Cylindrical-coordinate representation of color #F54EBC: hue angle of 320.48º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54EBC is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 188 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.04 |
| HSL | 320.48º | 0.89% | 0.63% | - |
| HSV(B) | 320.48º | 0.68% | 0.96% | - |
| XYZ | 49.46 | 28.49 | 50.47 | - |
| YUV | 140.47 | 154.83 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 188 | 0 | 0.68 | 0.23 | 0.04 | 320.48 | 0.89 | 0.63 |
| Hex | F5 | 4E | BC | 0 | 44 | 17 | 4 | 140 | 59 | 3F |
| Octal | 365 | 116 | 274 | 0 | 104 | 27 | 4 | 500 | 131 | 77 |
| Binary | 11110101 | 1001110 | 10111100 | 0 | 1000100 | 10111 | 100 | 101000000 | 1011001 | 111111 |
Color Harmonies of #F54EBC
Complementary color
Monochromatic Colors of #F54EBC
Black with #F54EBC
Text Example
Text Example
White with #F54EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54EBC; }
p { color: rgb(245,78,188); }
H1.HeaderClassName
{
color: #F54EBC;
}
.AnyTagClassName
{
color: #F54EBC;
}
</style>
background-color css
<style>
a { background-color: #F54EBC; }
a { background-color: rgb(245,78,188); }
div.DivClassName
{
background-color: #F54EBC;
}
.BgClassName
{
background-color: #F54EBC;
}
</style>
border-color css
<style>
span { border-color: #F54EBC; }
span { border-color: rgb(245,78,188); }
td.TdClassName
{
border-color: #F54EBC;
}
.TagClassName
{
border-color: #F54EBC;
}
</style>