Shades of Radical Red #F93756
Tints of Radical Red #F93756
RGB
CMYK
RGB Variations
Color information
#F93756 (or 0xF93756) is known color: Radical Red. HEX triplet: F9, 37 and 56. RGB value is (249,55,86). Sum of RGB (Red+Green+Blue) = 249+55+86=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F93756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93756 is #06C8A9. Grayscale: #747474. Windows color (decimal): -444586 or 5650425. OLE color: 5650425.
HSL color Cylindrical-coordinate representation of color #F93756: hue angle of 350.41º 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 #F93756 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 86 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.02 |
| HSL | 350.41º | 0.94% | 0.6% | - |
| HSV(B) | 350.41º | 0.78% | 0.98% | - |
| XYZ | 42.11 | 23.54 | 11.13 | - |
| YUV | 116.54 | 110.77 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 86 | 0 | 0.78 | 0.65 | 0.02 | 350.41 | 0.94 | 0.6 |
| Hex | F9 | 37 | 56 | 0 | 4E | 41 | 2 | 15E | 5E | 3C |
| Octal | 371 | 67 | 126 | 0 | 116 | 101 | 2 | 536 | 136 | 74 |
| Binary | 11111001 | 110111 | 1010110 | 0 | 1001110 | 1000001 | 10 | 101011110 | 1011110 | 111100 |
Color Harmonies of #F93756
Complementary color
Monochromatic Colors of #F93756
Black with #F93756
Text Example
Text Example
White with #F93756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93756; }
p { color: rgb(249,55,86); }
H1.HeaderClassName
{
color: #F93756;
}
.AnyTagClassName
{
color: #F93756;
}
</style>
background-color css
<style>
a { background-color: #F93756; }
a { background-color: rgb(249,55,86); }
div.DivClassName
{
background-color: #F93756;
}
.BgClassName
{
background-color: #F93756;
}
</style>
border-color css
<style>
span { border-color: #F93756; }
span { border-color: rgb(249,55,86); }
td.TdClassName
{
border-color: #F93756;
}
.TagClassName
{
border-color: #F93756;
}
</style>