Shades of Radical Red #F93762
Tints of Radical Red #F93762
RGB
CMYK
RGB Variations
Color information
#F93762 (or 0xF93762) is known color: Radical Red. HEX triplet: F9, 37 and 62. RGB value is (249,55,98). Sum of RGB (Red+Green+Blue) = 249+55+98=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F93762 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93762 is #06C89D. Grayscale: #757575. Windows color (decimal): -444574 or 6436857. OLE color: 6436857.
HSL color Cylindrical-coordinate representation of color #F93762: hue angle of 346.7º 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 #F93762 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 98 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.02 |
| HSL | 346.7º | 0.94% | 0.6% | - |
| HSV(B) | 346.7º | 0.78% | 0.98% | - |
| XYZ | 42.64 | 23.75 | 13.89 | - |
| YUV | 117.91 | 116.77 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 98 | 0 | 0.78 | 0.61 | 0.02 | 346.7 | 0.94 | 0.6 |
| Hex | F9 | 37 | 62 | 0 | 4E | 3D | 2 | 15B | 5E | 3C |
| Octal | 371 | 67 | 142 | 0 | 116 | 75 | 2 | 533 | 136 | 74 |
| Binary | 11111001 | 110111 | 1100010 | 0 | 1001110 | 111101 | 10 | 101011011 | 1011110 | 111100 |
Color Harmonies of #F93762
Complementary color
Monochromatic Colors of #F93762
Black with #F93762
Text Example
Text Example
White with #F93762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93762; }
p { color: rgb(249,55,98); }
H1.HeaderClassName
{
color: #F93762;
}
.AnyTagClassName
{
color: #F93762;
}
</style>
background-color css
<style>
a { background-color: #F93762; }
a { background-color: rgb(249,55,98); }
div.DivClassName
{
background-color: #F93762;
}
.BgClassName
{
background-color: #F93762;
}
</style>
border-color css
<style>
span { border-color: #F93762; }
span { border-color: rgb(249,55,98); }
td.TdClassName
{
border-color: #F93762;
}
.TagClassName
{
border-color: #F93762;
}
</style>