Shades of Radical Red #F93F54
Tints of Radical Red #F93F54
RGB
CMYK
RGB Variations
Color information
#F93F54 (or 0xF93F54) is known color: Radical Red. HEX triplet: F9, 3F and 54. RGB value is (249,63,84). Sum of RGB (Red+Green+Blue) = 249+63+84=396 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.88% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93F54 is #06C0AB. Grayscale: #797979. Windows color (decimal): -442540 or 5521401. OLE color: 5521401.
HSL color Cylindrical-coordinate representation of color #F93F54: hue angle of 353.23º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93F54 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 84 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.02 |
| HSL | 353.23º | 0.94% | 0.61% | - |
| HSV(B) | 353.23º | 0.75% | 0.98% | - |
| XYZ | 42.44 | 24.33 | 10.85 | - |
| YUV | 121.01 | 107.12 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 84 | 0 | 0.75 | 0.66 | 0.02 | 353.23 | 0.94 | 0.61 |
| Hex | F9 | 3F | 54 | 0 | 4B | 42 | 2 | 161 | 5E | 3D |
| Octal | 371 | 77 | 124 | 0 | 113 | 102 | 2 | 541 | 136 | 75 |
| Binary | 11111001 | 111111 | 1010100 | 0 | 1001011 | 1000010 | 10 | 101100001 | 1011110 | 111101 |
Color Harmonies of #F93F54
Complementary color
Monochromatic Colors of #F93F54
Black with #F93F54
Text Example
Text Example
White with #F93F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93F54; }
p { color: rgb(249,63,84); }
H1.HeaderClassName
{
color: #F93F54;
}
.AnyTagClassName
{
color: #F93F54;
}
</style>
background-color css
<style>
a { background-color: #F93F54; }
a { background-color: rgb(249,63,84); }
div.DivClassName
{
background-color: #F93F54;
}
.BgClassName
{
background-color: #F93F54;
}
</style>
border-color css
<style>
span { border-color: #F93F54; }
span { border-color: rgb(249,63,84); }
td.TdClassName
{
border-color: #F93F54;
}
.TagClassName
{
border-color: #F93F54;
}
</style>