Shades of Brilliant Rose #F74DBC
Tints of Brilliant Rose #F74DBC
RGB
CMYK
RGB Variations
Color information
#F74DBC (or 0xF74DBC) is known color: Brilliant Rose. HEX triplet: F7, 4D and BC. RGB value is (247,77,188). Sum of RGB (Red+Green+Blue) = 247+77+188=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74DBC is #08B243. Grayscale: #8C8C8C. Windows color (decimal): -569924 or 12340727. OLE color: 12340727.
HSL color Cylindrical-coordinate representation of color #F74DBC: hue angle of 320.82º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74DBC is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 188 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.03 |
| HSL | 320.82º | 0.91% | 0.64% | - |
| HSV(B) | 320.82º | 0.69% | 0.97% | - |
| XYZ | 50.09 | 28.71 | 50.48 | - |
| YUV | 140.48 | 154.82 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 188 | 0 | 0.69 | 0.24 | 0.03 | 320.82 | 0.91 | 0.64 |
| Hex | F7 | 4D | BC | 0 | 45 | 18 | 3 | 141 | 5B | 40 |
| Octal | 367 | 115 | 274 | 0 | 105 | 30 | 3 | 501 | 133 | 100 |
| Binary | 11110111 | 1001101 | 10111100 | 0 | 1000101 | 11000 | 11 | 101000001 | 1011011 | 1000000 |
Color Harmonies of #F74DBC
Complementary color
Monochromatic Colors of #F74DBC
Black with #F74DBC
Text Example
Text Example
White with #F74DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74DBC; }
p { color: rgb(247,77,188); }
H1.HeaderClassName
{
color: #F74DBC;
}
.AnyTagClassName
{
color: #F74DBC;
}
</style>
background-color css
<style>
a { background-color: #F74DBC; }
a { background-color: rgb(247,77,188); }
div.DivClassName
{
background-color: #F74DBC;
}
.BgClassName
{
background-color: #F74DBC;
}
</style>
border-color css
<style>
span { border-color: #F74DBC; }
span { border-color: rgb(247,77,188); }
td.TdClassName
{
border-color: #F74DBC;
}
.TagClassName
{
border-color: #F74DBC;
}
</style>