Shades of Radical Red #F45356
Tints of Radical Red #F45356
RGB
CMYK
RGB Variations
Color information
#F45356 (or 0xF45356) is known color: Radical Red. HEX triplet: F4, 53 and 56. RGB value is (244,83,86). Sum of RGB (Red+Green+Blue) = 244+83+86=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F45356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45356 is #0BACA9. Grayscale: #838383. Windows color (decimal): -765098 or 5657588. OLE color: 5657588.
HSL color Cylindrical-coordinate representation of color #F45356: hue angle of 358.88º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F45356 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 86 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.04 |
| HSL | 358.88º | 0.88% | 0.64% | - |
| HSV(B) | 358.88º | 0.66% | 0.96% | - |
| XYZ | 42.08 | 26.09 | 11.62 | - |
| YUV | 131.48 | 102.34 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 86 | 0 | 0.66 | 0.65 | 0.04 | 358.88 | 0.88 | 0.64 |
| Hex | F4 | 53 | 56 | 0 | 42 | 41 | 4 | 167 | 58 | 40 |
| Octal | 364 | 123 | 126 | 0 | 102 | 101 | 4 | 547 | 130 | 100 |
| Binary | 11110100 | 1010011 | 1010110 | 0 | 1000010 | 1000001 | 100 | 101100111 | 1011000 | 1000000 |
Color Harmonies of #F45356
Complementary color
Monochromatic Colors of #F45356
Black with #F45356
Text Example
Text Example
White with #F45356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45356; }
p { color: rgb(244,83,86); }
H1.HeaderClassName
{
color: #F45356;
}
.AnyTagClassName
{
color: #F45356;
}
</style>
background-color css
<style>
a { background-color: #F45356; }
a { background-color: rgb(244,83,86); }
div.DivClassName
{
background-color: #F45356;
}
.BgClassName
{
background-color: #F45356;
}
</style>
border-color css
<style>
span { border-color: #F45356; }
span { border-color: rgb(244,83,86); }
td.TdClassName
{
border-color: #F45356;
}
.TagClassName
{
border-color: #F45356;
}
</style>