Shades of Radical Red #F3305D
Tints of Radical Red #F3305D
RGB
CMYK
RGB Variations
Color information
#F3305D (or 0xF3305D) is known color: Radical Red. HEX triplet: F3, 30 and 5D. RGB value is (243,48,93). Sum of RGB (Red+Green+Blue) = 243+48+93=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F3305D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3305D is #0CCFA2. Grayscale: #6F6F6F. Windows color (decimal): -839587 or 6107379. OLE color: 6107379.
HSL color Cylindrical-coordinate representation of color #F3305D: hue angle of 346.15º degrees, saturation: 0.89, 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 #F3305D is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 48 | 93 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.05 |
| HSL | 346.15º | 0.89% | 0.57% | - |
| HSV(B) | 346.15º | 0.8% | 0.95% | - |
| XYZ | 39.99 | 21.96 | 12.49 | - |
| YUV | 111.44 | 117.6 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 48 | 93 | 0 | 0.80 | 0.62 | 0.05 | 346.15 | 0.89 | 0.57 |
| Hex | F3 | 30 | 5D | 0 | 50 | 3E | 5 | 15A | 59 | 39 |
| Octal | 363 | 60 | 135 | 0 | 120 | 76 | 5 | 532 | 131 | 71 |
| Binary | 11110011 | 110000 | 1011101 | 0 | 1010000 | 111110 | 101 | 101011010 | 1011001 | 111001 |
Color Harmonies of #F3305D
Complementary color
Monochromatic Colors of #F3305D
Black with #F3305D
Text Example
Text Example
White with #F3305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3305D; }
p { color: rgb(243,48,93); }
H1.HeaderClassName
{
color: #F3305D;
}
.AnyTagClassName
{
color: #F3305D;
}
</style>
background-color css
<style>
a { background-color: #F3305D; }
a { background-color: rgb(243,48,93); }
div.DivClassName
{
background-color: #F3305D;
}
.BgClassName
{
background-color: #F3305D;
}
</style>
border-color css
<style>
span { border-color: #F3305D; }
span { border-color: rgb(243,48,93); }
td.TdClassName
{
border-color: #F3305D;
}
.TagClassName
{
border-color: #F3305D;
}
</style>