Shades of Radical Red #F34053
Tints of Radical Red #F34053
RGB
CMYK
RGB Variations
Color information
#F34053 (or 0xF34053) is known color: Radical Red. HEX triplet: F3, 40 and 53. RGB value is (243,64,83). Sum of RGB (Red+Green+Blue) = 243+64+83=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F34053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34053 is #0CBFAC. Grayscale: #777777. Windows color (decimal): -835501 or 5456115. OLE color: 5456115.
HSL color Cylindrical-coordinate representation of color #F34053: hue angle of 353.63º 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 #F34053 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 83 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.05 |
| HSL | 353.63º | 0.88% | 0.6% | - |
| HSV(B) | 353.63º | 0.74% | 0.95% | - |
| XYZ | 40.36 | 23.35 | 10.56 | - |
| YUV | 119.69 | 107.3 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 83 | 0 | 0.74 | 0.66 | 0.05 | 353.63 | 0.88 | 0.6 |
| Hex | F3 | 40 | 53 | 0 | 4A | 42 | 5 | 162 | 58 | 3C |
| Octal | 363 | 100 | 123 | 0 | 112 | 102 | 5 | 542 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1010011 | 0 | 1001010 | 1000010 | 101 | 101100010 | 1011000 | 111100 |
Color Harmonies of #F34053
Complementary color
Monochromatic Colors of #F34053
Black with #F34053
Text Example
Text Example
White with #F34053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34053; }
p { color: rgb(243,64,83); }
H1.HeaderClassName
{
color: #F34053;
}
.AnyTagClassName
{
color: #F34053;
}
</style>
background-color css
<style>
a { background-color: #F34053; }
a { background-color: rgb(243,64,83); }
div.DivClassName
{
background-color: #F34053;
}
.BgClassName
{
background-color: #F34053;
}
</style>
border-color css
<style>
span { border-color: #F34053; }
span { border-color: rgb(243,64,83); }
td.TdClassName
{
border-color: #F34053;
}
.TagClassName
{
border-color: #F34053;
}
</style>