Shades of Radical Red #F93F51
Tints of Radical Red #F93F51
RGB
CMYK
RGB Variations
Color information
#F93F51 (or 0xF93F51) is known color: Radical Red. HEX triplet: F9, 3F and 51. RGB value is (249,63,81). Sum of RGB (Red+Green+Blue) = 249+63+81=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93F51 is #06C0AE. Grayscale: #787878. Windows color (decimal): -442543 or 5324793. OLE color: 5324793.
HSL color Cylindrical-coordinate representation of color #F93F51: hue angle of 354.19º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93F51 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 81 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.02 |
| HSL | 354.19º | 0.94% | 0.61% | - |
| HSV(B) | 354.19º | 0.75% | 0.98% | - |
| XYZ | 42.33 | 24.29 | 10.24 | - |
| YUV | 120.67 | 105.62 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 81 | 0 | 0.75 | 0.67 | 0.02 | 354.19 | 0.94 | 0.61 |
| Hex | F9 | 3F | 51 | 0 | 4B | 43 | 2 | 162 | 5E | 3D |
| Octal | 371 | 77 | 121 | 0 | 113 | 103 | 2 | 542 | 136 | 75 |
| Binary | 11111001 | 111111 | 1010001 | 0 | 1001011 | 1000011 | 10 | 101100010 | 1011110 | 111101 |
Color Harmonies of #F93F51
Complementary color
Monochromatic Colors of #F93F51
Black with #F93F51
Text Example
Text Example
White with #F93F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93F51; }
p { color: rgb(249,63,81); }
H1.HeaderClassName
{
color: #F93F51;
}
.AnyTagClassName
{
color: #F93F51;
}
</style>
background-color css
<style>
a { background-color: #F93F51; }
a { background-color: rgb(249,63,81); }
div.DivClassName
{
background-color: #F93F51;
}
.BgClassName
{
background-color: #F93F51;
}
</style>
border-color css
<style>
span { border-color: #F93F51; }
span { border-color: rgb(249,63,81); }
td.TdClassName
{
border-color: #F93F51;
}
.TagClassName
{
border-color: #F93F51;
}
</style>