Shades of Radical Red #F25153
Tints of Radical Red #F25153
RGB
CMYK
RGB Variations
Color information
#F25153 (or 0xF25153) is known color: Radical Red. HEX triplet: F2, 51 and 53. RGB value is (242,81,83). Sum of RGB (Red+Green+Blue) = 242+81+83=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F25153 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25153 is #0DAEAC. Grayscale: #818181. Windows color (decimal): -896685 or 5460466. OLE color: 5460466.
HSL color Cylindrical-coordinate representation of color #F25153: hue angle of 359.25º 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 #F25153 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 83 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.05 |
| HSL | 359.25º | 0.86% | 0.63% | - |
| HSV(B) | 359.25º | 0.67% | 0.95% | - |
| XYZ | 41.12 | 25.39 | 10.92 | - |
| YUV | 129.37 | 101.84 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 83 | 0 | 0.67 | 0.66 | 0.05 | 359.25 | 0.86 | 0.63 |
| Hex | F2 | 51 | 53 | 0 | 43 | 42 | 5 | 167 | 56 | 3F |
| Octal | 362 | 121 | 123 | 0 | 103 | 102 | 5 | 547 | 126 | 77 |
| Binary | 11110010 | 1010001 | 1010011 | 0 | 1000011 | 1000010 | 101 | 101100111 | 1010110 | 111111 |
Color Harmonies of #F25153
Complementary color
Monochromatic Colors of #F25153
Black with #F25153
Text Example
Text Example
White with #F25153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25153; }
p { color: rgb(242,81,83); }
H1.HeaderClassName
{
color: #F25153;
}
.AnyTagClassName
{
color: #F25153;
}
</style>
background-color css
<style>
a { background-color: #F25153; }
a { background-color: rgb(242,81,83); }
div.DivClassName
{
background-color: #F25153;
}
.BgClassName
{
background-color: #F25153;
}
</style>
border-color css
<style>
span { border-color: #F25153; }
span { border-color: rgb(242,81,83); }
td.TdClassName
{
border-color: #F25153;
}
.TagClassName
{
border-color: #F25153;
}
</style>