Shades of Radical Red #F93944
Tints of Radical Red #F93944
RGB
CMYK
RGB Variations
Color information
#F93944 (or 0xF93944) is known color: Radical Red. HEX triplet: F9, 39 and 44. RGB value is (249,57,68). Sum of RGB (Red+Green+Blue) = 249+57+68=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F93944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93944 is #06C6BB. Grayscale: #737373. Windows color (decimal): -444092 or 4471289. OLE color: 4471289.
HSL color Cylindrical-coordinate representation of color #F93944: hue angle of 356.56º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93944 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 57 | 68 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.02 |
| HSL | 356.56º | 0.94% | 0.6% | - |
| HSV(B) | 356.56º | 0.77% | 0.98% | - |
| XYZ | 41.57 | 23.48 | 7.81 | - |
| YUV | 115.66 | 101.11 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 57 | 68 | 0 | 0.77 | 0.73 | 0.02 | 356.56 | 0.94 | 0.6 |
| Hex | F9 | 39 | 44 | 0 | 4D | 49 | 2 | 165 | 5E | 3C |
| Octal | 371 | 71 | 104 | 0 | 115 | 111 | 2 | 545 | 136 | 74 |
| Binary | 11111001 | 111001 | 1000100 | 0 | 1001101 | 1001001 | 10 | 101100101 | 1011110 | 111100 |
Color Harmonies of #F93944
Complementary color
Monochromatic Colors of #F93944
Black with #F93944
Text Example
Text Example
White with #F93944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93944; }
p { color: rgb(249,57,68); }
H1.HeaderClassName
{
color: #F93944;
}
.AnyTagClassName
{
color: #F93944;
}
</style>
background-color css
<style>
a { background-color: #F93944; }
a { background-color: rgb(249,57,68); }
div.DivClassName
{
background-color: #F93944;
}
.BgClassName
{
background-color: #F93944;
}
</style>
border-color css
<style>
span { border-color: #F93944; }
span { border-color: rgb(249,57,68); }
td.TdClassName
{
border-color: #F93944;
}
.TagClassName
{
border-color: #F93944;
}
</style>