Shades of Radical Red #F2325F
Tints of Radical Red #F2325F
RGB
CMYK
RGB Variations
Color information
#F2325F (or 0xF2325F) is known color: Radical Red. HEX triplet: F2, 32 and 5F. RGB value is (242,50,95). Sum of RGB (Red+Green+Blue) = 242+50+95=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2325F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2325F is #0DCDA0. Grayscale: #707070. Windows color (decimal): -904609 or 6238962. OLE color: 6238962.
HSL color Cylindrical-coordinate representation of color #F2325F: hue angle of 345.94º 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 #F2325F is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 95 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.05 |
| HSL | 345.94º | 0.88% | 0.57% | - |
| HSV(B) | 345.94º | 0.79% | 0.95% | - |
| XYZ | 39.82 | 21.98 | 12.97 | - |
| YUV | 112.54 | 118.11 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 95 | 0 | 0.79 | 0.61 | 0.05 | 345.94 | 0.88 | 0.57 |
| Hex | F2 | 32 | 5F | 0 | 4F | 3D | 5 | 15A | 58 | 39 |
| Octal | 362 | 62 | 137 | 0 | 117 | 75 | 5 | 532 | 130 | 71 |
| Binary | 11110010 | 110010 | 1011111 | 0 | 1001111 | 111101 | 101 | 101011010 | 1011000 | 111001 |
Color Harmonies of #F2325F
Complementary color
Monochromatic Colors of #F2325F
Black with #F2325F
Text Example
Text Example
White with #F2325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2325F; }
p { color: rgb(242,50,95); }
H1.HeaderClassName
{
color: #F2325F;
}
.AnyTagClassName
{
color: #F2325F;
}
</style>
background-color css
<style>
a { background-color: #F2325F; }
a { background-color: rgb(242,50,95); }
div.DivClassName
{
background-color: #F2325F;
}
.BgClassName
{
background-color: #F2325F;
}
</style>
border-color css
<style>
span { border-color: #F2325F; }
span { border-color: rgb(242,50,95); }
td.TdClassName
{
border-color: #F2325F;
}
.TagClassName
{
border-color: #F2325F;
}
</style>