Shades of Radical Red #F33358
Tints of Radical Red #F33358
RGB
CMYK
RGB Variations
Color information
#F33358 (or 0xF33358) is known color: Radical Red. HEX triplet: F3, 33 and 58. RGB value is (243,51,88). Sum of RGB (Red+Green+Blue) = 243+51+88=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F33358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33358 is #0CCCA7. Grayscale: #707070. Windows color (decimal): -838824 or 5780467. OLE color: 5780467.
HSL color Cylindrical-coordinate representation of color #F33358: hue angle of 348.44º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33358 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 88 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.05 |
| HSL | 348.44º | 0.89% | 0.58% | - |
| HSV(B) | 348.44º | 0.79% | 0.95% | - |
| XYZ | 39.91 | 22.13 | 11.4 | - |
| YUV | 112.63 | 114.11 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 88 | 0 | 0.79 | 0.64 | 0.05 | 348.44 | 0.89 | 0.58 |
| Hex | F3 | 33 | 58 | 0 | 4F | 40 | 5 | 15C | 59 | 3A |
| Octal | 363 | 63 | 130 | 0 | 117 | 100 | 5 | 534 | 131 | 72 |
| Binary | 11110011 | 110011 | 1011000 | 0 | 1001111 | 1000000 | 101 | 101011100 | 1011001 | 111010 |
Color Harmonies of #F33358
Complementary color
Monochromatic Colors of #F33358
Black with #F33358
Text Example
Text Example
White with #F33358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33358; }
p { color: rgb(243,51,88); }
H1.HeaderClassName
{
color: #F33358;
}
.AnyTagClassName
{
color: #F33358;
}
</style>
background-color css
<style>
a { background-color: #F33358; }
a { background-color: rgb(243,51,88); }
div.DivClassName
{
background-color: #F33358;
}
.BgClassName
{
background-color: #F33358;
}
</style>
border-color css
<style>
span { border-color: #F33358; }
span { border-color: rgb(243,51,88); }
td.TdClassName
{
border-color: #F33358;
}
.TagClassName
{
border-color: #F33358;
}
</style>