Shades of Radical Red #F3316D
Tints of Radical Red #F3316D
RGB
CMYK
RGB Variations
Color information
#F3316D (or 0xF3316D) is known color: Radical Red. HEX triplet: F3, 31 and 6D. RGB value is (243,49,109). Sum of RGB (Red+Green+Blue) = 243+49+109=401 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.60% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 243 - color contains mainly: red. Hex color #F3316D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3316D is #0CCE92. Grayscale: #717171. Windows color (decimal): -839315 or 7156211. OLE color: 7156211.
HSL color Cylindrical-coordinate representation of color #F3316D: hue angle of 341.44º 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 #F3316D is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 109 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.05 |
| HSL | 341.44º | 0.89% | 0.57% | - |
| HSV(B) | 341.44º | 0.8% | 0.95% | - |
| XYZ | 40.82 | 22.36 | 16.63 | - |
| YUV | 113.85 | 125.27 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 109 | 0 | 0.80 | 0.55 | 0.05 | 341.44 | 0.89 | 0.57 |
| Hex | F3 | 31 | 6D | 0 | 50 | 37 | 5 | 155 | 59 | 39 |
| Octal | 363 | 61 | 155 | 0 | 120 | 67 | 5 | 525 | 131 | 71 |
| Binary | 11110011 | 110001 | 1101101 | 0 | 1010000 | 110111 | 101 | 101010101 | 1011001 | 111001 |
Color Harmonies of #F3316D
Complementary color
Monochromatic Colors of #F3316D
Black with #F3316D
Text Example
Text Example
White with #F3316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3316D; }
p { color: rgb(243,49,109); }
H1.HeaderClassName
{
color: #F3316D;
}
.AnyTagClassName
{
color: #F3316D;
}
</style>
background-color css
<style>
a { background-color: #F3316D; }
a { background-color: rgb(243,49,109); }
div.DivClassName
{
background-color: #F3316D;
}
.BgClassName
{
background-color: #F3316D;
}
</style>
border-color css
<style>
span { border-color: #F3316D; }
span { border-color: rgb(243,49,109); }
td.TdClassName
{
border-color: #F3316D;
}
.TagClassName
{
border-color: #F3316D;
}
</style>