Shades of Radical Red #F9464C
Tints of Radical Red #F9464C
RGB
CMYK
RGB Variations
Color information
#F9464C (or 0xF9464C) is known color: Radical Red. HEX triplet: F9, 46 and 4C. RGB value is (249,70,76). Sum of RGB (Red+Green+Blue) = 249+70+76=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F9464C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9464C is #06B9B3. Grayscale: #7C7C7C. Windows color (decimal): -440756 or 4998905. OLE color: 4998905.
HSL color Cylindrical-coordinate representation of color #F9464C: hue angle of 357.99º 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 #F9464C is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 76 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.02 |
| HSL | 357.99º | 0.94% | 0.63% | - |
| HSV(B) | 357.99º | 0.72% | 0.98% | - |
| XYZ | 42.56 | 25.04 | 9.43 | - |
| YUV | 124.21 | 100.8 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 76 | 0 | 0.72 | 0.69 | 0.02 | 357.99 | 0.94 | 0.63 |
| Hex | F9 | 46 | 4C | 0 | 48 | 45 | 2 | 166 | 5E | 3F |
| Octal | 371 | 106 | 114 | 0 | 110 | 105 | 2 | 546 | 136 | 77 |
| Binary | 11111001 | 1000110 | 1001100 | 0 | 1001000 | 1000101 | 10 | 101100110 | 1011110 | 111111 |
Color Harmonies of #F9464C
Complementary color
Monochromatic Colors of #F9464C
Black with #F9464C
Text Example
Text Example
White with #F9464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9464C; }
p { color: rgb(249,70,76); }
H1.HeaderClassName
{
color: #F9464C;
}
.AnyTagClassName
{
color: #F9464C;
}
</style>
background-color css
<style>
a { background-color: #F9464C; }
a { background-color: rgb(249,70,76); }
div.DivClassName
{
background-color: #F9464C;
}
.BgClassName
{
background-color: #F9464C;
}
</style>
border-color css
<style>
span { border-color: #F9464C; }
span { border-color: rgb(249,70,76); }
td.TdClassName
{
border-color: #F9464C;
}
.TagClassName
{
border-color: #F9464C;
}
</style>