Shades of Radical Red #F9464B
Tints of Radical Red #F9464B
RGB
CMYK
RGB Variations
Color information
#F9464B (or 0xF9464B) is known color: Radical Red. HEX triplet: F9, 46 and 4B. RGB value is (249,70,75). Sum of RGB (Red+Green+Blue) = 249+70+75=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9464B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9464B is #06B9B4. Grayscale: #7C7C7C. Windows color (decimal): -440757 or 4933369. OLE color: 4933369.
HSL color Cylindrical-coordinate representation of color #F9464B: hue angle of 358.32º 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 #F9464B is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 75 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.02 |
| HSL | 358.32º | 0.94% | 0.63% | - |
| HSV(B) | 358.32º | 0.72% | 0.98% | - |
| XYZ | 42.53 | 25.03 | 9.25 | - |
| YUV | 124.09 | 100.3 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 75 | 0 | 0.72 | 0.70 | 0.02 | 358.32 | 0.94 | 0.63 |
| Hex | F9 | 46 | 4B | 0 | 48 | 46 | 2 | 166 | 5E | 3F |
| Octal | 371 | 106 | 113 | 0 | 110 | 106 | 2 | 546 | 136 | 77 |
| Binary | 11111001 | 1000110 | 1001011 | 0 | 1001000 | 1000110 | 10 | 101100110 | 1011110 | 111111 |
Color Harmonies of #F9464B
Complementary color
Monochromatic Colors of #F9464B
Black with #F9464B
Text Example
Text Example
White with #F9464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9464B; }
p { color: rgb(249,70,75); }
H1.HeaderClassName
{
color: #F9464B;
}
.AnyTagClassName
{
color: #F9464B;
}
</style>
background-color css
<style>
a { background-color: #F9464B; }
a { background-color: rgb(249,70,75); }
div.DivClassName
{
background-color: #F9464B;
}
.BgClassName
{
background-color: #F9464B;
}
</style>
border-color css
<style>
span { border-color: #F9464B; }
span { border-color: rgb(249,70,75); }
td.TdClassName
{
border-color: #F9464B;
}
.TagClassName
{
border-color: #F9464B;
}
</style>