Shades of Radical Red #F54565
Tints of Radical Red #F54565
RGB
CMYK
RGB Variations
Color information
#F54565 (or 0xF54565) is known color: Radical Red. HEX triplet: F5, 45 and 65. RGB value is (245,69,101). Sum of RGB (Red+Green+Blue) = 245+69+101=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F54565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54565 is #0ABA9A. Grayscale: #7D7D7D. Windows color (decimal): -703131 or 6637045. OLE color: 6637045.
HSL color Cylindrical-coordinate representation of color #F54565: hue angle of 349.09º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F54565 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 101 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.04 |
| HSL | 349.09º | 0.9% | 0.62% | - |
| HSV(B) | 349.09º | 0.72% | 0.96% | - |
| XYZ | 42.13 | 24.61 | 14.84 | - |
| YUV | 125.27 | 114.31 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 101 | 0 | 0.72 | 0.59 | 0.04 | 349.09 | 0.9 | 0.62 |
| Hex | F5 | 45 | 65 | 0 | 48 | 3B | 4 | 15D | 5A | 3E |
| Octal | 365 | 105 | 145 | 0 | 110 | 73 | 4 | 535 | 132 | 76 |
| Binary | 11110101 | 1000101 | 1100101 | 0 | 1001000 | 111011 | 100 | 101011101 | 1011010 | 111110 |
Color Harmonies of #F54565
Complementary color
Monochromatic Colors of #F54565
Black with #F54565
Text Example
Text Example
White with #F54565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54565; }
p { color: rgb(245,69,101); }
H1.HeaderClassName
{
color: #F54565;
}
.AnyTagClassName
{
color: #F54565;
}
</style>
background-color css
<style>
a { background-color: #F54565; }
a { background-color: rgb(245,69,101); }
div.DivClassName
{
background-color: #F54565;
}
.BgClassName
{
background-color: #F54565;
}
</style>
border-color css
<style>
span { border-color: #F54565; }
span { border-color: rgb(245,69,101); }
td.TdClassName
{
border-color: #F54565;
}
.TagClassName
{
border-color: #F54565;
}
</style>