Shades of Radical Red #F33F5D
Tints of Radical Red #F33F5D
RGB
CMYK
RGB Variations
Color information
#F33F5D (or 0xF33F5D) is known color: Radical Red. HEX triplet: F3, 3F and 5D. RGB value is (243,63,93). Sum of RGB (Red+Green+Blue) = 243+63+93=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33F5D is #0CC0A2. Grayscale: #787878. Windows color (decimal): -835747 or 6111219. OLE color: 6111219.
HSL color Cylindrical-coordinate representation of color #F33F5D: hue angle of 350º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33F5D is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 93 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.05 |
| HSL | 350º | 0.88% | 0.6% | - |
| HSV(B) | 350º | 0.74% | 0.95% | - |
| XYZ | 40.72 | 23.4 | 12.73 | - |
| YUV | 120.24 | 112.63 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 93 | 0 | 0.74 | 0.62 | 0.05 | 350 | 0.88 | 0.6 |
| Hex | F3 | 3F | 5D | 0 | 4A | 3E | 5 | 15E | 58 | 3C |
| Octal | 363 | 77 | 135 | 0 | 112 | 76 | 5 | 536 | 130 | 74 |
| Binary | 11110011 | 111111 | 1011101 | 0 | 1001010 | 111110 | 101 | 101011110 | 1011000 | 111100 |
Color Harmonies of #F33F5D
Complementary color
Monochromatic Colors of #F33F5D
Black with #F33F5D
Text Example
Text Example
White with #F33F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33F5D; }
p { color: rgb(243,63,93); }
H1.HeaderClassName
{
color: #F33F5D;
}
.AnyTagClassName
{
color: #F33F5D;
}
</style>
background-color css
<style>
a { background-color: #F33F5D; }
a { background-color: rgb(243,63,93); }
div.DivClassName
{
background-color: #F33F5D;
}
.BgClassName
{
background-color: #F33F5D;
}
</style>
border-color css
<style>
span { border-color: #F33F5D; }
span { border-color: rgb(243,63,93); }
td.TdClassName
{
border-color: #F33F5D;
}
.TagClassName
{
border-color: #F33F5D;
}
</style>