Shades of Radical Red #F2325E
Tints of Radical Red #F2325E
RGB
CMYK
RGB Variations
Color information
#F2325E (or 0xF2325E) is known color: Radical Red. HEX triplet: F2, 32 and 5E. RGB value is (242,50,94). Sum of RGB (Red+Green+Blue) = 242+50+94=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F2325E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2325E is #0DCDA1. Grayscale: #707070. Windows color (decimal): -904610 or 6173426. OLE color: 6173426.
HSL color Cylindrical-coordinate representation of color #F2325E: hue angle of 346.25º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2325E is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 94 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.05 |
| HSL | 346.25º | 0.88% | 0.57% | - |
| HSV(B) | 346.25º | 0.79% | 0.95% | - |
| XYZ | 39.78 | 21.97 | 12.73 | - |
| YUV | 112.42 | 117.61 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 94 | 0 | 0.79 | 0.61 | 0.05 | 346.25 | 0.88 | 0.57 |
| Hex | F2 | 32 | 5E | 0 | 4F | 3D | 5 | 15A | 58 | 39 |
| Octal | 362 | 62 | 136 | 0 | 117 | 75 | 5 | 532 | 130 | 71 |
| Binary | 11110010 | 110010 | 1011110 | 0 | 1001111 | 111101 | 101 | 101011010 | 1011000 | 111001 |
Color Harmonies of #F2325E
Complementary color
Monochromatic Colors of #F2325E
Black with #F2325E
Text Example
Text Example
White with #F2325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2325E; }
p { color: rgb(242,50,94); }
H1.HeaderClassName
{
color: #F2325E;
}
.AnyTagClassName
{
color: #F2325E;
}
</style>
background-color css
<style>
a { background-color: #F2325E; }
a { background-color: rgb(242,50,94); }
div.DivClassName
{
background-color: #F2325E;
}
.BgClassName
{
background-color: #F2325E;
}
</style>
border-color css
<style>
span { border-color: #F2325E; }
span { border-color: rgb(242,50,94); }
td.TdClassName
{
border-color: #F2325E;
}
.TagClassName
{
border-color: #F2325E;
}
</style>