Shades of Radical Red #F95256
Tints of Radical Red #F95256
RGB
CMYK
RGB Variations
Color information
#F95256 (or 0xF95256) is known color: Radical Red. HEX triplet: F9, 52 and 56. RGB value is (249,82,86). Sum of RGB (Red+Green+Blue) = 249+82+86=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F95256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95256 is #06ADA9. Grayscale: #848484. Windows color (decimal): -437674 or 5657337. OLE color: 5657337.
HSL color Cylindrical-coordinate representation of color #F95256: hue angle of 358.56º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F95256 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 86 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.02 |
| HSL | 358.56º | 0.93% | 0.65% | - |
| HSV(B) | 358.56º | 0.67% | 0.98% | - |
| XYZ | 43.76 | 26.85 | 11.68 | - |
| YUV | 132.39 | 101.83 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 86 | 0 | 0.67 | 0.65 | 0.02 | 358.56 | 0.93 | 0.65 |
| Hex | F9 | 52 | 56 | 0 | 43 | 41 | 2 | 167 | 5D | 41 |
| Octal | 371 | 122 | 126 | 0 | 103 | 101 | 2 | 547 | 135 | 101 |
| Binary | 11111001 | 1010010 | 1010110 | 0 | 1000011 | 1000001 | 10 | 101100111 | 1011101 | 1000001 |
Color Harmonies of #F95256
Complementary color
Monochromatic Colors of #F95256
Black with #F95256
Text Example
Text Example
White with #F95256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95256; }
p { color: rgb(249,82,86); }
H1.HeaderClassName
{
color: #F95256;
}
.AnyTagClassName
{
color: #F95256;
}
</style>
background-color css
<style>
a { background-color: #F95256; }
a { background-color: rgb(249,82,86); }
div.DivClassName
{
background-color: #F95256;
}
.BgClassName
{
background-color: #F95256;
}
</style>
border-color css
<style>
span { border-color: #F95256; }
span { border-color: rgb(249,82,86); }
td.TdClassName
{
border-color: #F95256;
}
.TagClassName
{
border-color: #F95256;
}
</style>