Shades of Radical Red #F45256
Tints of Radical Red #F45256
RGB
CMYK
RGB Variations
Color information
#F45256 (or 0xF45256) is known color: Radical Red. HEX triplet: F4, 52 and 56. RGB value is (244,82,86). Sum of RGB (Red+Green+Blue) = 244+82+86=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F45256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45256 is #0BADA9. Grayscale: #838383. Windows color (decimal): -765354 or 5657332. OLE color: 5657332.
HSL color Cylindrical-coordinate representation of color #F45256: hue angle of 358.52º 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 #F45256 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 86 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.04 |
| HSL | 358.52º | 0.88% | 0.64% | - |
| HSV(B) | 358.52º | 0.66% | 0.96% | - |
| XYZ | 42.01 | 25.94 | 11.6 | - |
| YUV | 130.89 | 102.67 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 86 | 0 | 0.66 | 0.65 | 0.04 | 358.52 | 0.88 | 0.64 |
| Hex | F4 | 52 | 56 | 0 | 42 | 41 | 4 | 167 | 58 | 40 |
| Octal | 364 | 122 | 126 | 0 | 102 | 101 | 4 | 547 | 130 | 100 |
| Binary | 11110100 | 1010010 | 1010110 | 0 | 1000010 | 1000001 | 100 | 101100111 | 1011000 | 1000000 |
Color Harmonies of #F45256
Complementary color
Monochromatic Colors of #F45256
Black with #F45256
Text Example
Text Example
White with #F45256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45256; }
p { color: rgb(244,82,86); }
H1.HeaderClassName
{
color: #F45256;
}
.AnyTagClassName
{
color: #F45256;
}
</style>
background-color css
<style>
a { background-color: #F45256; }
a { background-color: rgb(244,82,86); }
div.DivClassName
{
background-color: #F45256;
}
.BgClassName
{
background-color: #F45256;
}
</style>
border-color css
<style>
span { border-color: #F45256; }
span { border-color: rgb(244,82,86); }
td.TdClassName
{
border-color: #F45256;
}
.TagClassName
{
border-color: #F45256;
}
</style>