Shades of Radical Red #F93752
Tints of Radical Red #F93752
RGB
CMYK
RGB Variations
Color information
#F93752 (or 0xF93752) is known color: Radical Red. HEX triplet: F9, 37 and 52. RGB value is (249,55,82). Sum of RGB (Red+Green+Blue) = 249+55+82=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F93752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93752 is #06C8AD. Grayscale: #747474. Windows color (decimal): -444590 or 5388281. OLE color: 5388281.
HSL color Cylindrical-coordinate representation of color #F93752: hue angle of 351.65º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F93752 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 82 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.02 |
| HSL | 351.65º | 0.94% | 0.6% | - |
| HSV(B) | 351.65º | 0.78% | 0.98% | - |
| XYZ | 41.96 | 23.48 | 10.3 | - |
| YUV | 116.08 | 108.77 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 82 | 0 | 0.78 | 0.67 | 0.02 | 351.65 | 0.94 | 0.6 |
| Hex | F9 | 37 | 52 | 0 | 4E | 43 | 2 | 160 | 5E | 3C |
| Octal | 371 | 67 | 122 | 0 | 116 | 103 | 2 | 540 | 136 | 74 |
| Binary | 11111001 | 110111 | 1010010 | 0 | 1001110 | 1000011 | 10 | 101100000 | 1011110 | 111100 |
Color Harmonies of #F93752
Complementary color
Monochromatic Colors of #F93752
Black with #F93752
Text Example
Text Example
White with #F93752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93752; }
p { color: rgb(249,55,82); }
H1.HeaderClassName
{
color: #F93752;
}
.AnyTagClassName
{
color: #F93752;
}
</style>
background-color css
<style>
a { background-color: #F93752; }
a { background-color: rgb(249,55,82); }
div.DivClassName
{
background-color: #F93752;
}
.BgClassName
{
background-color: #F93752;
}
</style>
border-color css
<style>
span { border-color: #F93752; }
span { border-color: rgb(249,55,82); }
td.TdClassName
{
border-color: #F93752;
}
.TagClassName
{
border-color: #F93752;
}
</style>