Shades of Radical Red #F25256
Tints of Radical Red #F25256
RGB
CMYK
RGB Variations
Color information
#F25256 (or 0xF25256) is known color: Radical Red. HEX triplet: F2, 52 and 56. RGB value is (242,82,86). Sum of RGB (Red+Green+Blue) = 242+82+86=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F25256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25256 is #0DADA9. Grayscale: #828282. Windows color (decimal): -896426 or 5657330. OLE color: 5657330.
HSL color Cylindrical-coordinate representation of color #F25256: hue angle of 358.5º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F25256 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 86 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.05 |
| HSL | 358.5º | 0.86% | 0.64% | - |
| HSV(B) | 358.5º | 0.66% | 0.95% | - |
| XYZ | 41.31 | 25.58 | 11.56 | - |
| YUV | 130.3 | 103.01 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 86 | 0 | 0.66 | 0.64 | 0.05 | 358.5 | 0.86 | 0.64 |
| Hex | F2 | 52 | 56 | 0 | 42 | 40 | 5 | 166 | 56 | 40 |
| Octal | 362 | 122 | 126 | 0 | 102 | 100 | 5 | 546 | 126 | 100 |
| Binary | 11110010 | 1010010 | 1010110 | 0 | 1000010 | 1000000 | 101 | 101100110 | 1010110 | 1000000 |
Color Harmonies of #F25256
Complementary color
Monochromatic Colors of #F25256
Black with #F25256
Text Example
Text Example
White with #F25256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25256; }
p { color: rgb(242,82,86); }
H1.HeaderClassName
{
color: #F25256;
}
.AnyTagClassName
{
color: #F25256;
}
</style>
background-color css
<style>
a { background-color: #F25256; }
a { background-color: rgb(242,82,86); }
div.DivClassName
{
background-color: #F25256;
}
.BgClassName
{
background-color: #F25256;
}
</style>
border-color css
<style>
span { border-color: #F25256; }
span { border-color: rgb(242,82,86); }
td.TdClassName
{
border-color: #F25256;
}
.TagClassName
{
border-color: #F25256;
}
</style>