Shades of Radical Red #F33C5D
Tints of Radical Red #F33C5D
RGB
CMYK
RGB Variations
Color information
#F33C5D (or 0xF33C5D) is known color: Radical Red. HEX triplet: F3, 3C and 5D. RGB value is (243,60,93). Sum of RGB (Red+Green+Blue) = 243+60+93=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33C5D is #0CC3A2. Grayscale: #767676. Windows color (decimal): -836515 or 6110451. OLE color: 6110451.
HSL color Cylindrical-coordinate representation of color #F33C5D: hue angle of 349.18º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33C5D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 93 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.05 |
| HSL | 349.18º | 0.88% | 0.59% | - |
| HSV(B) | 349.18º | 0.75% | 0.95% | - |
| XYZ | 40.55 | 23.08 | 12.67 | - |
| YUV | 118.48 | 113.63 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 93 | 0 | 0.75 | 0.62 | 0.05 | 349.18 | 0.88 | 0.59 |
| Hex | F3 | 3C | 5D | 0 | 4B | 3E | 5 | 15D | 58 | 3B |
| Octal | 363 | 74 | 135 | 0 | 113 | 76 | 5 | 535 | 130 | 73 |
| Binary | 11110011 | 111100 | 1011101 | 0 | 1001011 | 111110 | 101 | 101011101 | 1011000 | 111011 |
Color Harmonies of #F33C5D
Complementary color
Monochromatic Colors of #F33C5D
Black with #F33C5D
Text Example
Text Example
White with #F33C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C5D; }
p { color: rgb(243,60,93); }
H1.HeaderClassName
{
color: #F33C5D;
}
.AnyTagClassName
{
color: #F33C5D;
}
</style>
background-color css
<style>
a { background-color: #F33C5D; }
a { background-color: rgb(243,60,93); }
div.DivClassName
{
background-color: #F33C5D;
}
.BgClassName
{
background-color: #F33C5D;
}
</style>
border-color css
<style>
span { border-color: #F33C5D; }
span { border-color: rgb(243,60,93); }
td.TdClassName
{
border-color: #F33C5D;
}
.TagClassName
{
border-color: #F33C5D;
}
</style>