Shades of Radical Red #F54E5C
Tints of Radical Red #F54E5C
RGB
CMYK
RGB Variations
Color information
#F54E5C (or 0xF54E5C) is known color: Radical Red. HEX triplet: F5, 4E and 5C. RGB value is (245,78,92). Sum of RGB (Red+Green+Blue) = 245+78+92=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F54E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54E5C is #0AB1A3. Grayscale: #818181. Windows color (decimal): -700836 or 6049525. OLE color: 6049525.
HSL color Cylindrical-coordinate representation of color #F54E5C: hue angle of 354.97º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54E5C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 92 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.04 |
| HSL | 354.97º | 0.89% | 0.63% | - |
| HSV(B) | 354.97º | 0.68% | 0.96% | - |
| XYZ | 42.31 | 25.63 | 12.84 | - |
| YUV | 129.53 | 106.83 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 92 | 0 | 0.68 | 0.62 | 0.04 | 354.97 | 0.89 | 0.63 |
| Hex | F5 | 4E | 5C | 0 | 44 | 3E | 4 | 163 | 59 | 3F |
| Octal | 365 | 116 | 134 | 0 | 104 | 76 | 4 | 543 | 131 | 77 |
| Binary | 11110101 | 1001110 | 1011100 | 0 | 1000100 | 111110 | 100 | 101100011 | 1011001 | 111111 |
Color Harmonies of #F54E5C
Complementary color
Monochromatic Colors of #F54E5C
Black with #F54E5C
Text Example
Text Example
White with #F54E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54E5C; }
p { color: rgb(245,78,92); }
H1.HeaderClassName
{
color: #F54E5C;
}
.AnyTagClassName
{
color: #F54E5C;
}
</style>
background-color css
<style>
a { background-color: #F54E5C; }
a { background-color: rgb(245,78,92); }
div.DivClassName
{
background-color: #F54E5C;
}
.BgClassName
{
background-color: #F54E5C;
}
</style>
border-color css
<style>
span { border-color: #F54E5C; }
span { border-color: rgb(245,78,92); }
td.TdClassName
{
border-color: #F54E5C;
}
.TagClassName
{
border-color: #F54E5C;
}
</style>