Shades of Radical Red #F9464F
Tints of Radical Red #F9464F
RGB
CMYK
RGB Variations
Color information
#F9464F (or 0xF9464F) is known color: Radical Red. HEX triplet: F9, 46 and 4F. RGB value is (249,70,79). Sum of RGB (Red+Green+Blue) = 249+70+79=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F9464F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9464F is #06B9B0. Grayscale: #7C7C7C. Windows color (decimal): -440753 or 5195513. OLE color: 5195513.
HSL color Cylindrical-coordinate representation of color #F9464F: hue angle of 356.98º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9464F is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 79 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.02 |
| HSL | 356.98º | 0.94% | 0.63% | - |
| HSV(B) | 356.98º | 0.72% | 0.98% | - |
| XYZ | 42.67 | 25.08 | 9.99 | - |
| YUV | 124.55 | 102.3 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 79 | 0 | 0.72 | 0.68 | 0.02 | 356.98 | 0.94 | 0.63 |
| Hex | F9 | 46 | 4F | 0 | 48 | 44 | 2 | 165 | 5E | 3F |
| Octal | 371 | 106 | 117 | 0 | 110 | 104 | 2 | 545 | 136 | 77 |
| Binary | 11111001 | 1000110 | 1001111 | 0 | 1001000 | 1000100 | 10 | 101100101 | 1011110 | 111111 |
Color Harmonies of #F9464F
Complementary color
Monochromatic Colors of #F9464F
Black with #F9464F
Text Example
Text Example
White with #F9464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9464F; }
p { color: rgb(249,70,79); }
H1.HeaderClassName
{
color: #F9464F;
}
.AnyTagClassName
{
color: #F9464F;
}
</style>
background-color css
<style>
a { background-color: #F9464F; }
a { background-color: rgb(249,70,79); }
div.DivClassName
{
background-color: #F9464F;
}
.BgClassName
{
background-color: #F9464F;
}
</style>
border-color css
<style>
span { border-color: #F9464F; }
span { border-color: rgb(249,70,79); }
td.TdClassName
{
border-color: #F9464F;
}
.TagClassName
{
border-color: #F9464F;
}
</style>