Shades of Radical Red #F34062
Tints of Radical Red #F34062
RGB
CMYK
RGB Variations
Color information
#F34062 (or 0xF34062) is known color: Radical Red. HEX triplet: F3, 40 and 62. RGB value is (243,64,98). Sum of RGB (Red+Green+Blue) = 243+64+98=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F34062 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34062 is #0CBF9D. Grayscale: #797979. Windows color (decimal): -835486 or 6439155. OLE color: 6439155.
HSL color Cylindrical-coordinate representation of color #F34062: hue angle of 348.6º 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 #F34062 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 98 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.05 |
| HSL | 348.6º | 0.88% | 0.6% | - |
| HSV(B) | 348.6º | 0.74% | 0.95% | - |
| XYZ | 41 | 23.6 | 13.95 | - |
| YUV | 121.4 | 114.8 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 98 | 0 | 0.74 | 0.60 | 0.05 | 348.6 | 0.88 | 0.6 |
| Hex | F3 | 40 | 62 | 0 | 4A | 3C | 5 | 15D | 58 | 3C |
| Octal | 363 | 100 | 142 | 0 | 112 | 74 | 5 | 535 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1100010 | 0 | 1001010 | 111100 | 101 | 101011101 | 1011000 | 111100 |
Color Harmonies of #F34062
Complementary color
Monochromatic Colors of #F34062
Black with #F34062
Text Example
Text Example
White with #F34062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34062; }
p { color: rgb(243,64,98); }
H1.HeaderClassName
{
color: #F34062;
}
.AnyTagClassName
{
color: #F34062;
}
</style>
background-color css
<style>
a { background-color: #F34062; }
a { background-color: rgb(243,64,98); }
div.DivClassName
{
background-color: #F34062;
}
.BgClassName
{
background-color: #F34062;
}
</style>
border-color css
<style>
span { border-color: #F34062; }
span { border-color: rgb(243,64,98); }
td.TdClassName
{
border-color: #F34062;
}
.TagClassName
{
border-color: #F34062;
}
</style>