Shades of Radical Red #F3376D
Tints of Radical Red #F3376D
RGB
CMYK
RGB Variations
Color information
#F3376D (or 0xF3376D) is known color: Radical Red. HEX triplet: F3, 37 and 6D. RGB value is (243,55,109). Sum of RGB (Red+Green+Blue) = 243+55+109=407 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.71% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 243 - color contains mainly: red. Hex color #F3376D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3376D is #0CC892. Grayscale: #757575. Windows color (decimal): -837779 or 7157747. OLE color: 7157747.
HSL color Cylindrical-coordinate representation of color #F3376D: hue angle of 342.77º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3376D is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 109 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.05 |
| HSL | 342.77º | 0.89% | 0.58% | - |
| HSV(B) | 342.77º | 0.77% | 0.95% | - |
| XYZ | 41.09 | 22.89 | 16.72 | - |
| YUV | 117.37 | 123.28 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 109 | 0 | 0.77 | 0.55 | 0.05 | 342.77 | 0.89 | 0.58 |
| Hex | F3 | 37 | 6D | 0 | 4D | 37 | 5 | 157 | 59 | 3A |
| Octal | 363 | 67 | 155 | 0 | 115 | 67 | 5 | 527 | 131 | 72 |
| Binary | 11110011 | 110111 | 1101101 | 0 | 1001101 | 110111 | 101 | 101010111 | 1011001 | 111010 |
Color Harmonies of #F3376D
Complementary color
Monochromatic Colors of #F3376D
Black with #F3376D
Text Example
Text Example
White with #F3376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3376D; }
p { color: rgb(243,55,109); }
H1.HeaderClassName
{
color: #F3376D;
}
.AnyTagClassName
{
color: #F3376D;
}
</style>
background-color css
<style>
a { background-color: #F3376D; }
a { background-color: rgb(243,55,109); }
div.DivClassName
{
background-color: #F3376D;
}
.BgClassName
{
background-color: #F3376D;
}
</style>
border-color css
<style>
span { border-color: #F3376D; }
span { border-color: rgb(243,55,109); }
td.TdClassName
{
border-color: #F3376D;
}
.TagClassName
{
border-color: #F3376D;
}
</style>