Shades of Radical Red #F93A62
Tints of Radical Red #F93A62
RGB
CMYK
RGB Variations
Color information
#F93A62 (or 0xF93A62) is known color: Radical Red. HEX triplet: F9, 3A and 62. RGB value is (249,58,98). Sum of RGB (Red+Green+Blue) = 249+58+98=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93A62 is #06C59D. Grayscale: #777777. Windows color (decimal): -443806 or 6437625. OLE color: 6437625.
HSL color Cylindrical-coordinate representation of color #F93A62: hue angle of 347.43º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93A62 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 98 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.02 |
| HSL | 347.43º | 0.94% | 0.6% | - |
| HSV(B) | 347.43º | 0.77% | 0.98% | - |
| XYZ | 42.78 | 24.05 | 13.94 | - |
| YUV | 119.67 | 115.78 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 98 | 0 | 0.77 | 0.61 | 0.02 | 347.43 | 0.94 | 0.6 |
| Hex | F9 | 3A | 62 | 0 | 4D | 3D | 2 | 15B | 5E | 3C |
| Octal | 371 | 72 | 142 | 0 | 115 | 75 | 2 | 533 | 136 | 74 |
| Binary | 11111001 | 111010 | 1100010 | 0 | 1001101 | 111101 | 10 | 101011011 | 1011110 | 111100 |
Color Harmonies of #F93A62
Complementary color
Monochromatic Colors of #F93A62
Black with #F93A62
Text Example
Text Example
White with #F93A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A62; }
p { color: rgb(249,58,98); }
H1.HeaderClassName
{
color: #F93A62;
}
.AnyTagClassName
{
color: #F93A62;
}
</style>
background-color css
<style>
a { background-color: #F93A62; }
a { background-color: rgb(249,58,98); }
div.DivClassName
{
background-color: #F93A62;
}
.BgClassName
{
background-color: #F93A62;
}
</style>
border-color css
<style>
span { border-color: #F93A62; }
span { border-color: rgb(249,58,98); }
td.TdClassName
{
border-color: #F93A62;
}
.TagClassName
{
border-color: #F93A62;
}
</style>