Shades of Radical Red #F4464B
Tints of Radical Red #F4464B
RGB
CMYK
RGB Variations
Color information
#F4464B (or 0xF4464B) is known color: Radical Red. HEX triplet: F4, 46 and 4B. RGB value is (244,70,75). Sum of RGB (Red+Green+Blue) = 244+70+75=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F4464B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4464B is #0BB9B4. Grayscale: #7A7A7A. Windows color (decimal): -768437 or 4933364. OLE color: 4933364.
HSL color Cylindrical-coordinate representation of color #F4464B: hue angle of 358.28º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F4464B is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 70 | 75 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.04 |
| HSL | 358.28º | 0.89% | 0.62% | - |
| HSV(B) | 358.28º | 0.71% | 0.96% | - |
| XYZ | 40.77 | 24.12 | 9.16 | - |
| YUV | 122.6 | 101.15 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 70 | 75 | 0 | 0.71 | 0.69 | 0.04 | 358.28 | 0.89 | 0.62 |
| Hex | F4 | 46 | 4B | 0 | 47 | 45 | 4 | 166 | 59 | 3E |
| Octal | 364 | 106 | 113 | 0 | 107 | 105 | 4 | 546 | 131 | 76 |
| Binary | 11110100 | 1000110 | 1001011 | 0 | 1000111 | 1000101 | 100 | 101100110 | 1011001 | 111110 |
Color Harmonies of #F4464B
Complementary color
Monochromatic Colors of #F4464B
Black with #F4464B
Text Example
Text Example
White with #F4464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4464B; }
p { color: rgb(244,70,75); }
H1.HeaderClassName
{
color: #F4464B;
}
.AnyTagClassName
{
color: #F4464B;
}
</style>
background-color css
<style>
a { background-color: #F4464B; }
a { background-color: rgb(244,70,75); }
div.DivClassName
{
background-color: #F4464B;
}
.BgClassName
{
background-color: #F4464B;
}
</style>
border-color css
<style>
span { border-color: #F4464B; }
span { border-color: rgb(244,70,75); }
td.TdClassName
{
border-color: #F4464B;
}
.TagClassName
{
border-color: #F4464B;
}
</style>