Shades of Radical Red #F33464
Tints of Radical Red #F33464
RGB
CMYK
RGB Variations
Color information
#F33464 (or 0xF33464) is known color: Radical Red. HEX triplet: F3, 34 and 64. RGB value is (243,52,100). Sum of RGB (Red+Green+Blue) = 243+52+100=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F33464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33464 is #0CCB9B. Grayscale: #727272. Windows color (decimal): -838556 or 6567155. OLE color: 6567155.
HSL color Cylindrical-coordinate representation of color #F33464: hue angle of 344.92º 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 #F33464 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 100 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.05 |
| HSL | 344.92º | 0.89% | 0.58% | - |
| HSV(B) | 344.92º | 0.79% | 0.95% | - |
| XYZ | 40.49 | 22.43 | 14.25 | - |
| YUV | 114.58 | 119.78 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 100 | 0 | 0.79 | 0.59 | 0.05 | 344.92 | 0.89 | 0.58 |
| Hex | F3 | 34 | 64 | 0 | 4F | 3B | 5 | 159 | 59 | 3A |
| Octal | 363 | 64 | 144 | 0 | 117 | 73 | 5 | 531 | 131 | 72 |
| Binary | 11110011 | 110100 | 1100100 | 0 | 1001111 | 111011 | 101 | 101011001 | 1011001 | 111010 |
Color Harmonies of #F33464
Complementary color
Monochromatic Colors of #F33464
Black with #F33464
Text Example
Text Example
White with #F33464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33464; }
p { color: rgb(243,52,100); }
H1.HeaderClassName
{
color: #F33464;
}
.AnyTagClassName
{
color: #F33464;
}
</style>
background-color css
<style>
a { background-color: #F33464; }
a { background-color: rgb(243,52,100); }
div.DivClassName
{
background-color: #F33464;
}
.BgClassName
{
background-color: #F33464;
}
</style>
border-color css
<style>
span { border-color: #F33464; }
span { border-color: rgb(243,52,100); }
td.TdClassName
{
border-color: #F33464;
}
.TagClassName
{
border-color: #F33464;
}
</style>