Shades of Radical Red #F34963
Tints of Radical Red #F34963
RGB
CMYK
RGB Variations
Color information
#F34963 (or 0xF34963) is known color: Radical Red. HEX triplet: F3, 49 and 63. RGB value is (243,73,99). Sum of RGB (Red+Green+Blue) = 243+73+99=415 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.55% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 243 - color contains mainly: red. Hex color #F34963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34963 is #0CB69C. Grayscale: #7E7E7E. Windows color (decimal): -833181 or 6506995. OLE color: 6506995.
HSL color Cylindrical-coordinate representation of color #F34963: hue angle of 350.82º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34963 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 99 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.05 |
| HSL | 350.82º | 0.88% | 0.62% | - |
| HSV(B) | 350.82º | 0.7% | 0.95% | - |
| XYZ | 41.6 | 24.72 | 14.38 | - |
| YUV | 126.79 | 112.32 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 99 | 0 | 0.70 | 0.59 | 0.05 | 350.82 | 0.88 | 0.62 |
| Hex | F3 | 49 | 63 | 0 | 46 | 3B | 5 | 15F | 58 | 3E |
| Octal | 363 | 111 | 143 | 0 | 106 | 73 | 5 | 537 | 130 | 76 |
| Binary | 11110011 | 1001001 | 1100011 | 0 | 1000110 | 111011 | 101 | 101011111 | 1011000 | 111110 |
Color Harmonies of #F34963
Complementary color
Monochromatic Colors of #F34963
Black with #F34963
Text Example
Text Example
White with #F34963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34963; }
p { color: rgb(243,73,99); }
H1.HeaderClassName
{
color: #F34963;
}
.AnyTagClassName
{
color: #F34963;
}
</style>
background-color css
<style>
a { background-color: #F34963; }
a { background-color: rgb(243,73,99); }
div.DivClassName
{
background-color: #F34963;
}
.BgClassName
{
background-color: #F34963;
}
</style>
border-color css
<style>
span { border-color: #F34963; }
span { border-color: rgb(243,73,99); }
td.TdClassName
{
border-color: #F34963;
}
.TagClassName
{
border-color: #F34963;
}
</style>