Shades of Radical Red #F93D51
Tints of Radical Red #F93D51
RGB
CMYK
RGB Variations
Color information
#F93D51 (or 0xF93D51) is known color: Radical Red. HEX triplet: F9, 3D and 51. RGB value is (249,61,81). Sum of RGB (Red+Green+Blue) = 249+61+81=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93D51 is #06C2AE. Grayscale: #777777. Windows color (decimal): -443055 or 5324281. OLE color: 5324281.
HSL color Cylindrical-coordinate representation of color #F93D51: hue angle of 353.62º 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 #F93D51 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 81 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.02 |
| HSL | 353.62º | 0.94% | 0.61% | - |
| HSV(B) | 353.62º | 0.76% | 0.98% | - |
| XYZ | 42.22 | 24.07 | 10.21 | - |
| YUV | 119.49 | 106.28 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 81 | 0 | 0.76 | 0.67 | 0.02 | 353.62 | 0.94 | 0.61 |
| Hex | F9 | 3D | 51 | 0 | 4C | 43 | 2 | 162 | 5E | 3D |
| Octal | 371 | 75 | 121 | 0 | 114 | 103 | 2 | 542 | 136 | 75 |
| Binary | 11111001 | 111101 | 1010001 | 0 | 1001100 | 1000011 | 10 | 101100010 | 1011110 | 111101 |
Color Harmonies of #F93D51
Complementary color
Monochromatic Colors of #F93D51
Black with #F93D51
Text Example
Text Example
White with #F93D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93D51; }
p { color: rgb(249,61,81); }
H1.HeaderClassName
{
color: #F93D51;
}
.AnyTagClassName
{
color: #F93D51;
}
</style>
background-color css
<style>
a { background-color: #F93D51; }
a { background-color: rgb(249,61,81); }
div.DivClassName
{
background-color: #F93D51;
}
.BgClassName
{
background-color: #F93D51;
}
</style>
border-color css
<style>
span { border-color: #F93D51; }
span { border-color: rgb(249,61,81); }
td.TdClassName
{
border-color: #F93D51;
}
.TagClassName
{
border-color: #F93D51;
}
</style>