Shades of Radical Red #F25157
Tints of Radical Red #F25157
RGB
CMYK
RGB Variations
Color information
#F25157 (or 0xF25157) is known color: Radical Red. HEX triplet: F2, 51 and 57. RGB value is (242,81,87). Sum of RGB (Red+Green+Blue) = 242+81+87=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F25157 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25157 is #0DAEA8. Grayscale: #818181. Windows color (decimal): -896681 or 5722610. OLE color: 5722610.
HSL color Cylindrical-coordinate representation of color #F25157: hue angle of 357.76º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F25157 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 87 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.05 |
| HSL | 357.76º | 0.86% | 0.63% | - |
| HSV(B) | 357.76º | 0.67% | 0.95% | - |
| XYZ | 41.28 | 25.45 | 11.75 | - |
| YUV | 129.82 | 103.84 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 87 | 0 | 0.67 | 0.64 | 0.05 | 357.76 | 0.86 | 0.63 |
| Hex | F2 | 51 | 57 | 0 | 43 | 40 | 5 | 166 | 56 | 3F |
| Octal | 362 | 121 | 127 | 0 | 103 | 100 | 5 | 546 | 126 | 77 |
| Binary | 11110010 | 1010001 | 1010111 | 0 | 1000011 | 1000000 | 101 | 101100110 | 1010110 | 111111 |
Color Harmonies of #F25157
Complementary color
Monochromatic Colors of #F25157
Black with #F25157
Text Example
Text Example
White with #F25157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25157; }
p { color: rgb(242,81,87); }
H1.HeaderClassName
{
color: #F25157;
}
.AnyTagClassName
{
color: #F25157;
}
</style>
background-color css
<style>
a { background-color: #F25157; }
a { background-color: rgb(242,81,87); }
div.DivClassName
{
background-color: #F25157;
}
.BgClassName
{
background-color: #F25157;
}
</style>
border-color css
<style>
span { border-color: #F25157; }
span { border-color: rgb(242,81,87); }
td.TdClassName
{
border-color: #F25157;
}
.TagClassName
{
border-color: #F25157;
}
</style>