Shades of Radical Red #F9424B
Tints of Radical Red #F9424B
RGB
CMYK
RGB Variations
Color information
#F9424B (or 0xF9424B) is known color: Radical Red. HEX triplet: F9, 42 and 4B. RGB value is (249,66,75). Sum of RGB (Red+Green+Blue) = 249+66+75=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F9424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9424B is #06BDB4. Grayscale: #797979. Windows color (decimal): -441781 or 4932345. OLE color: 4932345.
HSL color Cylindrical-coordinate representation of color #F9424B: hue angle of 357.05º 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 #F9424B is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 75 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.02 |
| HSL | 357.05º | 0.94% | 0.62% | - |
| HSV(B) | 357.05º | 0.73% | 0.98% | - |
| XYZ | 42.29 | 24.54 | 9.17 | - |
| YUV | 121.74 | 101.63 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 75 | 0 | 0.73 | 0.70 | 0.02 | 357.05 | 0.94 | 0.62 |
| Hex | F9 | 42 | 4B | 0 | 49 | 46 | 2 | 165 | 5E | 3E |
| Octal | 371 | 102 | 113 | 0 | 111 | 106 | 2 | 545 | 136 | 76 |
| Binary | 11111001 | 1000010 | 1001011 | 0 | 1001001 | 1000110 | 10 | 101100101 | 1011110 | 111110 |
Color Harmonies of #F9424B
Complementary color
Monochromatic Colors of #F9424B
Black with #F9424B
Text Example
Text Example
White with #F9424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9424B; }
p { color: rgb(249,66,75); }
H1.HeaderClassName
{
color: #F9424B;
}
.AnyTagClassName
{
color: #F9424B;
}
</style>
background-color css
<style>
a { background-color: #F9424B; }
a { background-color: rgb(249,66,75); }
div.DivClassName
{
background-color: #F9424B;
}
.BgClassName
{
background-color: #F9424B;
}
</style>
border-color css
<style>
span { border-color: #F9424B; }
span { border-color: rgb(249,66,75); }
td.TdClassName
{
border-color: #F9424B;
}
.TagClassName
{
border-color: #F9424B;
}
</style>