Shades of Radical Red #F2305E
Tints of Radical Red #F2305E
RGB
CMYK
RGB Variations
Color information
#F2305E (or 0xF2305E) is known color: Radical Red. HEX triplet: F2, 30 and 5E. RGB value is (242,48,94). Sum of RGB (Red+Green+Blue) = 242+48+94=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F2305E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2305E is #0DCFA1. Grayscale: #6F6F6F. Windows color (decimal): -905122 or 6172914. OLE color: 6172914.
HSL color Cylindrical-coordinate representation of color #F2305E: hue angle of 345.77º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2305E is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 94 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.05 |
| HSL | 345.77º | 0.88% | 0.57% | - |
| HSV(B) | 345.77º | 0.8% | 0.95% | - |
| XYZ | 39.7 | 21.8 | 12.71 | - |
| YUV | 111.25 | 118.27 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 94 | 0 | 0.80 | 0.61 | 0.05 | 345.77 | 0.88 | 0.57 |
| Hex | F2 | 30 | 5E | 0 | 50 | 3D | 5 | 15A | 58 | 39 |
| Octal | 362 | 60 | 136 | 0 | 120 | 75 | 5 | 532 | 130 | 71 |
| Binary | 11110010 | 110000 | 1011110 | 0 | 1010000 | 111101 | 101 | 101011010 | 1011000 | 111001 |
Color Harmonies of #F2305E
Complementary color
Monochromatic Colors of #F2305E
Black with #F2305E
Text Example
Text Example
White with #F2305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2305E; }
p { color: rgb(242,48,94); }
H1.HeaderClassName
{
color: #F2305E;
}
.AnyTagClassName
{
color: #F2305E;
}
</style>
background-color css
<style>
a { background-color: #F2305E; }
a { background-color: rgb(242,48,94); }
div.DivClassName
{
background-color: #F2305E;
}
.BgClassName
{
background-color: #F2305E;
}
</style>
border-color css
<style>
span { border-color: #F2305E; }
span { border-color: rgb(242,48,94); }
td.TdClassName
{
border-color: #F2305E;
}
.TagClassName
{
border-color: #F2305E;
}
</style>