Shades of Radical Red #F45156
Tints of Radical Red #F45156
RGB
CMYK
RGB Variations
Color information
#F45156 (or 0xF45156) is known color: Radical Red. HEX triplet: F4, 51 and 56. RGB value is (244,81,86). Sum of RGB (Red+Green+Blue) = 244+81+86=411 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.37% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 244 - color contains mainly: red. Hex color #F45156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45156 is #0BAEA9. Grayscale: #828282. Windows color (decimal): -765610 or 5657076. OLE color: 5657076.
HSL color Cylindrical-coordinate representation of color #F45156: hue angle of 358.16º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F45156 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 86 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.04 |
| HSL | 358.16º | 0.88% | 0.64% | - |
| HSV(B) | 358.16º | 0.67% | 0.96% | - |
| XYZ | 41.93 | 25.79 | 11.57 | - |
| YUV | 130.31 | 103 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 86 | 0 | 0.67 | 0.65 | 0.04 | 358.16 | 0.88 | 0.64 |
| Hex | F4 | 51 | 56 | 0 | 43 | 41 | 4 | 166 | 58 | 40 |
| Octal | 364 | 121 | 126 | 0 | 103 | 101 | 4 | 546 | 130 | 100 |
| Binary | 11110100 | 1010001 | 1010110 | 0 | 1000011 | 1000001 | 100 | 101100110 | 1011000 | 1000000 |
Color Harmonies of #F45156
Complementary color
Monochromatic Colors of #F45156
Black with #F45156
Text Example
Text Example
White with #F45156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45156; }
p { color: rgb(244,81,86); }
H1.HeaderClassName
{
color: #F45156;
}
.AnyTagClassName
{
color: #F45156;
}
</style>
background-color css
<style>
a { background-color: #F45156; }
a { background-color: rgb(244,81,86); }
div.DivClassName
{
background-color: #F45156;
}
.BgClassName
{
background-color: #F45156;
}
</style>
border-color css
<style>
span { border-color: #F45156; }
span { border-color: rgb(244,81,86); }
td.TdClassName
{
border-color: #F45156;
}
.TagClassName
{
border-color: #F45156;
}
</style>