Shades of Radical Red #F5464B
Tints of Radical Red #F5464B
RGB
CMYK
RGB Variations
Color information
#F5464B (or 0xF5464B) is known color: Radical Red. HEX triplet: F5, 46 and 4B. RGB value is (245,70,75). Sum of RGB (Red+Green+Blue) = 245+70+75=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F5464B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5464B is #0AB9B4. Grayscale: #7B7B7B. Windows color (decimal): -702901 or 4933365. OLE color: 4933365.
HSL color Cylindrical-coordinate representation of color #F5464B: hue angle of 358.29º degrees, saturation: 0.9, 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 #F5464B is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 75 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.04 |
| HSL | 358.29º | 0.9% | 0.62% | - |
| HSV(B) | 358.29º | 0.71% | 0.96% | - |
| XYZ | 41.12 | 24.3 | 9.18 | - |
| YUV | 122.9 | 100.98 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 75 | 0 | 0.71 | 0.69 | 0.04 | 358.29 | 0.9 | 0.62 |
| Hex | F5 | 46 | 4B | 0 | 47 | 45 | 4 | 166 | 5A | 3E |
| Octal | 365 | 106 | 113 | 0 | 107 | 105 | 4 | 546 | 132 | 76 |
| Binary | 11110101 | 1000110 | 1001011 | 0 | 1000111 | 1000101 | 100 | 101100110 | 1011010 | 111110 |
Color Harmonies of #F5464B
Complementary color
Monochromatic Colors of #F5464B
Black with #F5464B
Text Example
Text Example
White with #F5464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5464B; }
p { color: rgb(245,70,75); }
H1.HeaderClassName
{
color: #F5464B;
}
.AnyTagClassName
{
color: #F5464B;
}
</style>
background-color css
<style>
a { background-color: #F5464B; }
a { background-color: rgb(245,70,75); }
div.DivClassName
{
background-color: #F5464B;
}
.BgClassName
{
background-color: #F5464B;
}
</style>
border-color css
<style>
span { border-color: #F5464B; }
span { border-color: rgb(245,70,75); }
td.TdClassName
{
border-color: #F5464B;
}
.TagClassName
{
border-color: #F5464B;
}
</style>