Shades of Radical Red #F93356
Tints of Radical Red #F93356
RGB
CMYK
RGB Variations
Color information
#F93356 (or 0xF93356) is known color: Radical Red. HEX triplet: F9, 33 and 56. RGB value is (249,51,86). Sum of RGB (Red+Green+Blue) = 249+51+86=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F93356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93356 is #06CCA9. Grayscale: #727272. Windows color (decimal): -445610 or 5649401. OLE color: 5649401.
HSL color Cylindrical-coordinate representation of color #F93356: hue angle of 349.39º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93356 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 51 | 86 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.02 |
| HSL | 349.39º | 0.94% | 0.59% | - |
| HSV(B) | 349.39º | 0.8% | 0.98% | - |
| XYZ | 41.93 | 23.18 | 11.07 | - |
| YUV | 114.19 | 112.1 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 51 | 86 | 0 | 0.80 | 0.65 | 0.02 | 349.39 | 0.94 | 0.59 |
| Hex | F9 | 33 | 56 | 0 | 50 | 41 | 2 | 15D | 5E | 3B |
| Octal | 371 | 63 | 126 | 0 | 120 | 101 | 2 | 535 | 136 | 73 |
| Binary | 11111001 | 110011 | 1010110 | 0 | 1010000 | 1000001 | 10 | 101011101 | 1011110 | 111011 |
Color Harmonies of #F93356
Complementary color
Monochromatic Colors of #F93356
Black with #F93356
Text Example
Text Example
White with #F93356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93356; }
p { color: rgb(249,51,86); }
H1.HeaderClassName
{
color: #F93356;
}
.AnyTagClassName
{
color: #F93356;
}
</style>
background-color css
<style>
a { background-color: #F93356; }
a { background-color: rgb(249,51,86); }
div.DivClassName
{
background-color: #F93356;
}
.BgClassName
{
background-color: #F93356;
}
</style>
border-color css
<style>
span { border-color: #F93356; }
span { border-color: rgb(249,51,86); }
td.TdClassName
{
border-color: #F93356;
}
.TagClassName
{
border-color: #F93356;
}
</style>