Shades of Radical Red #F93C72
Tints of Radical Red #F93C72
RGB
CMYK
RGB Variations
Color information
#F93C72 (or 0xF93C72) is known color: Radical Red. HEX triplet: F9, 3C and 72. RGB value is (249,60,114). Sum of RGB (Red+Green+Blue) = 249+60+114=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93C72 is #06C38D. Grayscale: #7A7A7A. Windows color (decimal): -443278 or 7486713. OLE color: 7486713.
HSL color Cylindrical-coordinate representation of color #F93C72: hue angle of 342.86º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93C72 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 114 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.02 |
| HSL | 342.86º | 0.94% | 0.61% | - |
| HSV(B) | 342.86º | 0.76% | 0.98% | - |
| XYZ | 43.72 | 24.59 | 18.36 | - |
| YUV | 122.67 | 123.12 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 114 | 0 | 0.76 | 0.54 | 0.02 | 342.86 | 0.94 | 0.61 |
| Hex | F9 | 3C | 72 | 0 | 4C | 36 | 2 | 157 | 5E | 3D |
| Octal | 371 | 74 | 162 | 0 | 114 | 66 | 2 | 527 | 136 | 75 |
| Binary | 11111001 | 111100 | 1110010 | 0 | 1001100 | 110110 | 10 | 101010111 | 1011110 | 111101 |
Color Harmonies of #F93C72
Complementary color
Monochromatic Colors of #F93C72
Black with #F93C72
Text Example
Text Example
White with #F93C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93C72; }
p { color: rgb(249,60,114); }
H1.HeaderClassName
{
color: #F93C72;
}
.AnyTagClassName
{
color: #F93C72;
}
</style>
background-color css
<style>
a { background-color: #F93C72; }
a { background-color: rgb(249,60,114); }
div.DivClassName
{
background-color: #F93C72;
}
.BgClassName
{
background-color: #F93C72;
}
</style>
border-color css
<style>
span { border-color: #F93C72; }
span { border-color: rgb(249,60,114); }
td.TdClassName
{
border-color: #F93C72;
}
.TagClassName
{
border-color: #F93C72;
}
</style>