Shades of Radical Red #F3375D
Tints of Radical Red #F3375D
RGB
CMYK
RGB Variations
Color information
#F3375D (or 0xF3375D) is known color: Radical Red. HEX triplet: F3, 37 and 5D. RGB value is (243,55,93). Sum of RGB (Red+Green+Blue) = 243+55+93=391 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.15% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 243 - color contains mainly: red. Hex color #F3375D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3375D is #0CC8A2. Grayscale: #737373. Windows color (decimal): -837795 or 6109171. OLE color: 6109171.
HSL color Cylindrical-coordinate representation of color #F3375D: hue angle of 347.87º 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 #F3375D is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 93 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.05 |
| HSL | 347.87º | 0.89% | 0.58% | - |
| HSV(B) | 347.87º | 0.77% | 0.95% | - |
| XYZ | 40.3 | 22.58 | 12.59 | - |
| YUV | 115.54 | 115.28 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 93 | 0 | 0.77 | 0.62 | 0.05 | 347.87 | 0.89 | 0.58 |
| Hex | F3 | 37 | 5D | 0 | 4D | 3E | 5 | 15C | 59 | 3A |
| Octal | 363 | 67 | 135 | 0 | 115 | 76 | 5 | 534 | 131 | 72 |
| Binary | 11110011 | 110111 | 1011101 | 0 | 1001101 | 111110 | 101 | 101011100 | 1011001 | 111010 |
Color Harmonies of #F3375D
Complementary color
Monochromatic Colors of #F3375D
Black with #F3375D
Text Example
Text Example
White with #F3375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3375D; }
p { color: rgb(243,55,93); }
H1.HeaderClassName
{
color: #F3375D;
}
.AnyTagClassName
{
color: #F3375D;
}
</style>
background-color css
<style>
a { background-color: #F3375D; }
a { background-color: rgb(243,55,93); }
div.DivClassName
{
background-color: #F3375D;
}
.BgClassName
{
background-color: #F3375D;
}
</style>
border-color css
<style>
span { border-color: #F3375D; }
span { border-color: rgb(243,55,93); }
td.TdClassName
{
border-color: #F3375D;
}
.TagClassName
{
border-color: #F3375D;
}
</style>