Shades of Radical Red #F93456
Tints of Radical Red #F93456
RGB
CMYK
RGB Variations
Color information
#F93456 (or 0xF93456) is known color: Radical Red. HEX triplet: F9, 34 and 56. RGB value is (249,52,86). Sum of RGB (Red+Green+Blue) = 249+52+86=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F93456 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93456 is #06CBA9. Grayscale: #727272. Windows color (decimal): -445354 or 5649657. OLE color: 5649657.
HSL color Cylindrical-coordinate representation of color #F93456: hue angle of 349.64º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F93456 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 86 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.02 |
| HSL | 349.64º | 0.94% | 0.59% | - |
| HSV(B) | 349.64º | 0.79% | 0.98% | - |
| XYZ | 41.97 | 23.27 | 11.08 | - |
| YUV | 114.78 | 111.77 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 86 | 0 | 0.79 | 0.65 | 0.02 | 349.64 | 0.94 | 0.59 |
| Hex | F9 | 34 | 56 | 0 | 4F | 41 | 2 | 15E | 5E | 3B |
| Octal | 371 | 64 | 126 | 0 | 117 | 101 | 2 | 536 | 136 | 73 |
| Binary | 11111001 | 110100 | 1010110 | 0 | 1001111 | 1000001 | 10 | 101011110 | 1011110 | 111011 |
Color Harmonies of #F93456
Complementary color
Monochromatic Colors of #F93456
Black with #F93456
Text Example
Text Example
White with #F93456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93456; }
p { color: rgb(249,52,86); }
H1.HeaderClassName
{
color: #F93456;
}
.AnyTagClassName
{
color: #F93456;
}
</style>
background-color css
<style>
a { background-color: #F93456; }
a { background-color: rgb(249,52,86); }
div.DivClassName
{
background-color: #F93456;
}
.BgClassName
{
background-color: #F93456;
}
</style>
border-color css
<style>
span { border-color: #F93456; }
span { border-color: rgb(249,52,86); }
td.TdClassName
{
border-color: #F93456;
}
.TagClassName
{
border-color: #F93456;
}
</style>