Shades of Radical Red #F25154
Tints of Radical Red #F25154
RGB
CMYK
RGB Variations
Color information
#F25154 (or 0xF25154) is known color: Radical Red. HEX triplet: F2, 51 and 54. RGB value is (242,81,84). Sum of RGB (Red+Green+Blue) = 242+81+84=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F25154 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25154 is #0DAEAB. Grayscale: #818181. Windows color (decimal): -896684 or 5526002. OLE color: 5526002.
HSL color Cylindrical-coordinate representation of color #F25154: hue angle of 358.88º 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 #F25154 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 84 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.05 |
| HSL | 358.88º | 0.86% | 0.63% | - |
| HSV(B) | 358.88º | 0.67% | 0.95% | - |
| XYZ | 41.16 | 25.4 | 11.12 | - |
| YUV | 129.48 | 102.34 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 84 | 0 | 0.67 | 0.65 | 0.05 | 358.88 | 0.86 | 0.63 |
| Hex | F2 | 51 | 54 | 0 | 43 | 41 | 5 | 167 | 56 | 3F |
| Octal | 362 | 121 | 124 | 0 | 103 | 101 | 5 | 547 | 126 | 77 |
| Binary | 11110010 | 1010001 | 1010100 | 0 | 1000011 | 1000001 | 101 | 101100111 | 1010110 | 111111 |
Color Harmonies of #F25154
Complementary color
Monochromatic Colors of #F25154
Black with #F25154
Text Example
Text Example
White with #F25154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25154; }
p { color: rgb(242,81,84); }
H1.HeaderClassName
{
color: #F25154;
}
.AnyTagClassName
{
color: #F25154;
}
</style>
background-color css
<style>
a { background-color: #F25154; }
a { background-color: rgb(242,81,84); }
div.DivClassName
{
background-color: #F25154;
}
.BgClassName
{
background-color: #F25154;
}
</style>
border-color css
<style>
span { border-color: #F25154; }
span { border-color: rgb(242,81,84); }
td.TdClassName
{
border-color: #F25154;
}
.TagClassName
{
border-color: #F25154;
}
</style>