Shades of Radical Red #F9424A
Tints of Radical Red #F9424A
RGB
CMYK
RGB Variations
Color information
#F9424A (or 0xF9424A) is known color: Radical Red. HEX triplet: F9, 42 and 4A. RGB value is (249,66,74). Sum of RGB (Red+Green+Blue) = 249+66+74=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F9424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9424A is #06BDB5. Grayscale: #797979. Windows color (decimal): -441782 or 4866809. OLE color: 4866809.
HSL color Cylindrical-coordinate representation of color #F9424A: hue angle of 357.38º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9424A is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 74 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.02 |
| HSL | 357.38º | 0.94% | 0.62% | - |
| HSV(B) | 357.38º | 0.73% | 0.98% | - |
| XYZ | 42.25 | 24.53 | 8.99 | - |
| YUV | 121.63 | 101.13 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 74 | 0 | 0.73 | 0.70 | 0.02 | 357.38 | 0.94 | 0.62 |
| Hex | F9 | 42 | 4A | 0 | 49 | 46 | 2 | 165 | 5E | 3E |
| Octal | 371 | 102 | 112 | 0 | 111 | 106 | 2 | 545 | 136 | 76 |
| Binary | 11111001 | 1000010 | 1001010 | 0 | 1001001 | 1000110 | 10 | 101100101 | 1011110 | 111110 |
Color Harmonies of #F9424A
Complementary color
Monochromatic Colors of #F9424A
Black with #F9424A
Text Example
Text Example
White with #F9424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9424A; }
p { color: rgb(249,66,74); }
H1.HeaderClassName
{
color: #F9424A;
}
.AnyTagClassName
{
color: #F9424A;
}
</style>
background-color css
<style>
a { background-color: #F9424A; }
a { background-color: rgb(249,66,74); }
div.DivClassName
{
background-color: #F9424A;
}
.BgClassName
{
background-color: #F9424A;
}
</style>
border-color css
<style>
span { border-color: #F9424A; }
span { border-color: rgb(249,66,74); }
td.TdClassName
{
border-color: #F9424A;
}
.TagClassName
{
border-color: #F9424A;
}
</style>