Shades of Brilliant Rose #F74EBC
Tints of Brilliant Rose #F74EBC
RGB
CMYK
RGB Variations
Color information
#F74EBC (or 0xF74EBC) is known color: Brilliant Rose. HEX triplet: F7, 4E and BC. RGB value is (247,78,188). Sum of RGB (Red+Green+Blue) = 247+78+188=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F74EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74EBC is #08B143. Grayscale: #8C8C8C. Windows color (decimal): -569668 or 12340983. OLE color: 12340983.
HSL color Cylindrical-coordinate representation of color #F74EBC: hue angle of 320.95º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74EBC is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 78 | 188 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.03 |
| HSL | 320.95º | 0.91% | 0.64% | - |
| HSV(B) | 320.95º | 0.68% | 0.97% | - |
| XYZ | 50.16 | 28.85 | 50.5 | - |
| YUV | 141.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 188 | 0 | 0.68 | 0.24 | 0.03 | 320.95 | 0.91 | 0.64 |
| Hex | F7 | 4E | BC | 0 | 44 | 18 | 3 | 141 | 5B | 40 |
| Octal | 367 | 116 | 274 | 0 | 104 | 30 | 3 | 501 | 133 | 100 |
| Binary | 11110111 | 1001110 | 10111100 | 0 | 1000100 | 11000 | 11 | 101000001 | 1011011 | 1000000 |
Color Harmonies of #F74EBC
Complementary color
Monochromatic Colors of #F74EBC
Black with #F74EBC
Text Example
Text Example
White with #F74EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74EBC; }
p { color: rgb(247,78,188); }
H1.HeaderClassName
{
color: #F74EBC;
}
.AnyTagClassName
{
color: #F74EBC;
}
</style>
background-color css
<style>
a { background-color: #F74EBC; }
a { background-color: rgb(247,78,188); }
div.DivClassName
{
background-color: #F74EBC;
}
.BgClassName
{
background-color: #F74EBC;
}
</style>
border-color css
<style>
span { border-color: #F74EBC; }
span { border-color: rgb(247,78,188); }
td.TdClassName
{
border-color: #F74EBC;
}
.TagClassName
{
border-color: #F74EBC;
}
</style>