Shades of Radical Red #F33D51
Tints of Radical Red #F33D51
RGB
CMYK
RGB Variations
Color information
#F33D51 (or 0xF33D51) is known color: Radical Red. HEX triplet: F3, 3D and 51. RGB value is (243,61,81). Sum of RGB (Red+Green+Blue) = 243+61+81=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33D51 is #0CC2AE. Grayscale: #757575. Windows color (decimal): -836271 or 5324275. OLE color: 5324275.
HSL color Cylindrical-coordinate representation of color #F33D51: hue angle of 353.41º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33D51 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 81 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.05 |
| HSL | 353.41º | 0.88% | 0.6% | - |
| HSV(B) | 353.41º | 0.75% | 0.95% | - |
| XYZ | 40.12 | 22.99 | 10.11 | - |
| YUV | 117.7 | 107.3 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 81 | 0 | 0.75 | 0.67 | 0.05 | 353.41 | 0.88 | 0.6 |
| Hex | F3 | 3D | 51 | 0 | 4B | 43 | 5 | 161 | 58 | 3C |
| Octal | 363 | 75 | 121 | 0 | 113 | 103 | 5 | 541 | 130 | 74 |
| Binary | 11110011 | 111101 | 1010001 | 0 | 1001011 | 1000011 | 101 | 101100001 | 1011000 | 111100 |
Color Harmonies of #F33D51
Complementary color
Monochromatic Colors of #F33D51
Black with #F33D51
Text Example
Text Example
White with #F33D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D51; }
p { color: rgb(243,61,81); }
H1.HeaderClassName
{
color: #F33D51;
}
.AnyTagClassName
{
color: #F33D51;
}
</style>
background-color css
<style>
a { background-color: #F33D51; }
a { background-color: rgb(243,61,81); }
div.DivClassName
{
background-color: #F33D51;
}
.BgClassName
{
background-color: #F33D51;
}
</style>
border-color css
<style>
span { border-color: #F33D51; }
span { border-color: rgb(243,61,81); }
td.TdClassName
{
border-color: #F33D51;
}
.TagClassName
{
border-color: #F33D51;
}
</style>