Shades of Radical Red #F93864
Tints of Radical Red #F93864
RGB
CMYK
RGB Variations
Color information
#F93864 (or 0xF93864) is known color: Radical Red. HEX triplet: F9, 38 and 64. RGB value is (249,56,100). Sum of RGB (Red+Green+Blue) = 249+56+100=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F93864 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93864 is #06C79B. Grayscale: #767676. Windows color (decimal): -444316 or 6568185. OLE color: 6568185.
HSL color Cylindrical-coordinate representation of color #F93864: hue angle of 346.32º 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 #F93864 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 100 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.02 |
| HSL | 346.32º | 0.94% | 0.6% | - |
| HSV(B) | 346.32º | 0.78% | 0.98% | - |
| XYZ | 42.78 | 23.89 | 14.41 | - |
| YUV | 118.72 | 117.44 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 100 | 0 | 0.78 | 0.60 | 0.02 | 346.32 | 0.94 | 0.6 |
| Hex | F9 | 38 | 64 | 0 | 4E | 3C | 2 | 15A | 5E | 3C |
| Octal | 371 | 70 | 144 | 0 | 116 | 74 | 2 | 532 | 136 | 74 |
| Binary | 11111001 | 111000 | 1100100 | 0 | 1001110 | 111100 | 10 | 101011010 | 1011110 | 111100 |
Color Harmonies of #F93864
Complementary color
Monochromatic Colors of #F93864
Black with #F93864
Text Example
Text Example
White with #F93864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93864; }
p { color: rgb(249,56,100); }
H1.HeaderClassName
{
color: #F93864;
}
.AnyTagClassName
{
color: #F93864;
}
</style>
background-color css
<style>
a { background-color: #F93864; }
a { background-color: rgb(249,56,100); }
div.DivClassName
{
background-color: #F93864;
}
.BgClassName
{
background-color: #F93864;
}
</style>
border-color css
<style>
span { border-color: #F93864; }
span { border-color: rgb(249,56,100); }
td.TdClassName
{
border-color: #F93864;
}
.TagClassName
{
border-color: #F93864;
}
</style>