Shades of Radical Red #F9404C
Tints of Radical Red #F9404C
RGB
CMYK
RGB Variations
Color information
#F9404C (or 0xF9404C) is known color: Radical Red. HEX triplet: F9, 40 and 4C. RGB value is (249,64,76). Sum of RGB (Red+Green+Blue) = 249+64+76=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F9404C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9404C is #06BFB3. Grayscale: #787878. Windows color (decimal): -442292 or 4997369. OLE color: 4997369.
HSL color Cylindrical-coordinate representation of color #F9404C: hue angle of 356.11º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9404C is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 76 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.02 |
| HSL | 356.11º | 0.94% | 0.61% | - |
| HSV(B) | 356.11º | 0.74% | 0.98% | - |
| XYZ | 42.2 | 24.33 | 9.31 | - |
| YUV | 120.68 | 102.79 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 76 | 0 | 0.74 | 0.69 | 0.02 | 356.11 | 0.94 | 0.61 |
| Hex | F9 | 40 | 4C | 0 | 4A | 45 | 2 | 164 | 5E | 3D |
| Octal | 371 | 100 | 114 | 0 | 112 | 105 | 2 | 544 | 136 | 75 |
| Binary | 11111001 | 1000000 | 1001100 | 0 | 1001010 | 1000101 | 10 | 101100100 | 1011110 | 111101 |
Color Harmonies of #F9404C
Complementary color
Monochromatic Colors of #F9404C
Black with #F9404C
Text Example
Text Example
White with #F9404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9404C; }
p { color: rgb(249,64,76); }
H1.HeaderClassName
{
color: #F9404C;
}
.AnyTagClassName
{
color: #F9404C;
}
</style>
background-color css
<style>
a { background-color: #F9404C; }
a { background-color: rgb(249,64,76); }
div.DivClassName
{
background-color: #F9404C;
}
.BgClassName
{
background-color: #F9404C;
}
</style>
border-color css
<style>
span { border-color: #F9404C; }
span { border-color: rgb(249,64,76); }
td.TdClassName
{
border-color: #F9404C;
}
.TagClassName
{
border-color: #F9404C;
}
</style>