Shades of Radical Red #F25356
Tints of Radical Red #F25356
RGB
CMYK
RGB Variations
Color information
#F25356 (or 0xF25356) is known color: Radical Red. HEX triplet: F2, 53 and 56. RGB value is (242,83,86). Sum of RGB (Red+Green+Blue) = 242+83+86=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F25356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25356 is #0DACA9. Grayscale: #838383. Windows color (decimal): -896170 or 5657586. OLE color: 5657586.
HSL color Cylindrical-coordinate representation of color #F25356: hue angle of 358.87º 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 #F25356 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 86 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.05 |
| HSL | 358.87º | 0.86% | 0.64% | - |
| HSV(B) | 358.87º | 0.66% | 0.95% | - |
| XYZ | 41.39 | 25.74 | 11.59 | - |
| YUV | 130.88 | 102.68 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 86 | 0 | 0.66 | 0.64 | 0.05 | 358.87 | 0.86 | 0.64 |
| Hex | F2 | 53 | 56 | 0 | 42 | 40 | 5 | 167 | 56 | 40 |
| Octal | 362 | 123 | 126 | 0 | 102 | 100 | 5 | 547 | 126 | 100 |
| Binary | 11110010 | 1010011 | 1010110 | 0 | 1000010 | 1000000 | 101 | 101100111 | 1010110 | 1000000 |
Color Harmonies of #F25356
Complementary color
Monochromatic Colors of #F25356
Black with #F25356
Text Example
Text Example
White with #F25356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25356; }
p { color: rgb(242,83,86); }
H1.HeaderClassName
{
color: #F25356;
}
.AnyTagClassName
{
color: #F25356;
}
</style>
background-color css
<style>
a { background-color: #F25356; }
a { background-color: rgb(242,83,86); }
div.DivClassName
{
background-color: #F25356;
}
.BgClassName
{
background-color: #F25356;
}
</style>
border-color css
<style>
span { border-color: #F25356; }
span { border-color: rgb(242,83,86); }
td.TdClassName
{
border-color: #F25356;
}
.TagClassName
{
border-color: #F25356;
}
</style>