Shades of Radical Red #F54455
Tints of Radical Red #F54455
RGB
CMYK
RGB Variations
Color information
#F54455 (or 0xF54455) is known color: Radical Red. HEX triplet: F5, 44 and 55. RGB value is (245,68,85). Sum of RGB (Red+Green+Blue) = 245+68+85=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F54455 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54455 is #0ABBAA. Grayscale: #7A7A7A. Windows color (decimal): -703403 or 5588213. OLE color: 5588213.
HSL color Cylindrical-coordinate representation of color #F54455: hue angle of 354.24º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F54455 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 85 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.04 |
| HSL | 354.24º | 0.9% | 0.61% | - |
| HSV(B) | 354.24º | 0.72% | 0.96% | - |
| XYZ | 41.36 | 24.2 | 11.09 | - |
| YUV | 122.86 | 106.64 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 85 | 0 | 0.72 | 0.65 | 0.04 | 354.24 | 0.9 | 0.61 |
| Hex | F5 | 44 | 55 | 0 | 48 | 41 | 4 | 162 | 5A | 3D |
| Octal | 365 | 104 | 125 | 0 | 110 | 101 | 4 | 542 | 132 | 75 |
| Binary | 11110101 | 1000100 | 1010101 | 0 | 1001000 | 1000001 | 100 | 101100010 | 1011010 | 111101 |
Color Harmonies of #F54455
Complementary color
Monochromatic Colors of #F54455
Black with #F54455
Text Example
Text Example
White with #F54455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54455; }
p { color: rgb(245,68,85); }
H1.HeaderClassName
{
color: #F54455;
}
.AnyTagClassName
{
color: #F54455;
}
</style>
background-color css
<style>
a { background-color: #F54455; }
a { background-color: rgb(245,68,85); }
div.DivClassName
{
background-color: #F54455;
}
.BgClassName
{
background-color: #F54455;
}
</style>
border-color css
<style>
span { border-color: #F54455; }
span { border-color: rgb(245,68,85); }
td.TdClassName
{
border-color: #F54455;
}
.TagClassName
{
border-color: #F54455;
}
</style>