Shades of Radical Red #F3325E
Tints of Radical Red #F3325E
RGB
CMYK
RGB Variations
Color information
#F3325E (or 0xF3325E) is known color: Radical Red. HEX triplet: F3, 32 and 5E. RGB value is (243,50,94). Sum of RGB (Red+Green+Blue) = 243+50+94=387 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.79% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 243 - color contains mainly: red. Hex color #F3325E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3325E is #0CCDA1. Grayscale: #707070. Windows color (decimal): -839074 or 6173427. OLE color: 6173427.
HSL color Cylindrical-coordinate representation of color #F3325E: hue angle of 346.32º degrees, saturation: 0.89, 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 #F3325E is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 94 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.05 |
| HSL | 346.32º | 0.89% | 0.57% | - |
| HSV(B) | 346.32º | 0.79% | 0.95% | - |
| XYZ | 40.12 | 22.14 | 12.75 | - |
| YUV | 112.72 | 117.44 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 94 | 0 | 0.79 | 0.61 | 0.05 | 346.32 | 0.89 | 0.57 |
| Hex | F3 | 32 | 5E | 0 | 4F | 3D | 5 | 15A | 59 | 39 |
| Octal | 363 | 62 | 136 | 0 | 117 | 75 | 5 | 532 | 131 | 71 |
| Binary | 11110011 | 110010 | 1011110 | 0 | 1001111 | 111101 | 101 | 101011010 | 1011001 | 111001 |
Color Harmonies of #F3325E
Complementary color
Monochromatic Colors of #F3325E
Black with #F3325E
Text Example
Text Example
White with #F3325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3325E; }
p { color: rgb(243,50,94); }
H1.HeaderClassName
{
color: #F3325E;
}
.AnyTagClassName
{
color: #F3325E;
}
</style>
background-color css
<style>
a { background-color: #F3325E; }
a { background-color: rgb(243,50,94); }
div.DivClassName
{
background-color: #F3325E;
}
.BgClassName
{
background-color: #F3325E;
}
</style>
border-color css
<style>
span { border-color: #F3325E; }
span { border-color: rgb(243,50,94); }
td.TdClassName
{
border-color: #F3325E;
}
.TagClassName
{
border-color: #F3325E;
}
</style>