Shades of Radical Red #F34662
Tints of Radical Red #F34662
RGB
CMYK
RGB Variations
Color information
#F34662 (or 0xF34662) is known color: Radical Red. HEX triplet: F3, 46 and 62. RGB value is (243,70,98). Sum of RGB (Red+Green+Blue) = 243+70+98=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F34662 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34662 is #0CB99D. Grayscale: #7C7C7C. Windows color (decimal): -833950 or 6440691. OLE color: 6440691.
HSL color Cylindrical-coordinate representation of color #F34662: hue angle of 350.29º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F34662 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 70 | 98 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.05 |
| HSL | 350.29º | 0.88% | 0.61% | - |
| HSV(B) | 350.29º | 0.71% | 0.95% | - |
| XYZ | 41.36 | 24.32 | 14.07 | - |
| YUV | 124.92 | 112.81 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 70 | 98 | 0 | 0.71 | 0.60 | 0.05 | 350.29 | 0.88 | 0.61 |
| Hex | F3 | 46 | 62 | 0 | 47 | 3C | 5 | 15E | 58 | 3D |
| Octal | 363 | 106 | 142 | 0 | 107 | 74 | 5 | 536 | 130 | 75 |
| Binary | 11110011 | 1000110 | 1100010 | 0 | 1000111 | 111100 | 101 | 101011110 | 1011000 | 111101 |
Color Harmonies of #F34662
Complementary color
Monochromatic Colors of #F34662
Black with #F34662
Text Example
Text Example
White with #F34662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34662; }
p { color: rgb(243,70,98); }
H1.HeaderClassName
{
color: #F34662;
}
.AnyTagClassName
{
color: #F34662;
}
</style>
background-color css
<style>
a { background-color: #F34662; }
a { background-color: rgb(243,70,98); }
div.DivClassName
{
background-color: #F34662;
}
.BgClassName
{
background-color: #F34662;
}
</style>
border-color css
<style>
span { border-color: #F34662; }
span { border-color: rgb(243,70,98); }
td.TdClassName
{
border-color: #F34662;
}
.TagClassName
{
border-color: #F34662;
}
</style>