Shades of Radical Red #F54C50
Tints of Radical Red #F54C50
RGB
CMYK
RGB Variations
Color information
#F54C50 (or 0xF54C50) is known color: Radical Red. HEX triplet: F5, 4C and 50. RGB value is (245,76,80). Sum of RGB (Red+Green+Blue) = 245+76+80=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54C50 is #0AB3AF. Grayscale: #7F7F7F. Windows color (decimal): -701360 or 5262581. OLE color: 5262581.
HSL color Cylindrical-coordinate representation of color #F54C50: hue angle of 358.58º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54C50 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 76 | 80 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.04 |
| HSL | 358.58º | 0.89% | 0.63% | - |
| HSV(B) | 358.58º | 0.69% | 0.96% | - |
| XYZ | 41.69 | 25.16 | 10.25 | - |
| YUV | 126.99 | 101.49 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 76 | 80 | 0 | 0.69 | 0.67 | 0.04 | 358.58 | 0.89 | 0.63 |
| Hex | F5 | 4C | 50 | 0 | 45 | 43 | 4 | 167 | 59 | 3F |
| Octal | 365 | 114 | 120 | 0 | 105 | 103 | 4 | 547 | 131 | 77 |
| Binary | 11110101 | 1001100 | 1010000 | 0 | 1000101 | 1000011 | 100 | 101100111 | 1011001 | 111111 |
Color Harmonies of #F54C50
Complementary color
Monochromatic Colors of #F54C50
Black with #F54C50
Text Example
Text Example
White with #F54C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54C50; }
p { color: rgb(245,76,80); }
H1.HeaderClassName
{
color: #F54C50;
}
.AnyTagClassName
{
color: #F54C50;
}
</style>
background-color css
<style>
a { background-color: #F54C50; }
a { background-color: rgb(245,76,80); }
div.DivClassName
{
background-color: #F54C50;
}
.BgClassName
{
background-color: #F54C50;
}
</style>
border-color css
<style>
span { border-color: #F54C50; }
span { border-color: rgb(245,76,80); }
td.TdClassName
{
border-color: #F54C50;
}
.TagClassName
{
border-color: #F54C50;
}
</style>