Shades of Radical Red #F43462
Tints of Radical Red #F43462
RGB
CMYK
RGB Variations
Color information
#F43462 (or 0xF43462) is known color: Radical Red. HEX triplet: F4, 34 and 62. RGB value is (244,52,98). Sum of RGB (Red+Green+Blue) = 244+52+98=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F43462 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43462 is #0BCB9D. Grayscale: #727272. Windows color (decimal): -773022 or 6436084. OLE color: 6436084.
HSL color Cylindrical-coordinate representation of color #F43462: hue angle of 345.62º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F43462 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 98 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.04 |
| HSL | 345.63º | 0.9% | 0.58% | - |
| HSV(B) | 345.63º | 0.79% | 0.96% | - |
| XYZ | 40.74 | 22.57 | 13.76 | - |
| YUV | 114.65 | 118.61 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 98 | 0 | 0.79 | 0.60 | 0.04 | 345.63 | 0.9 | 0.58 |
| Hex | F4 | 34 | 62 | 0 | 4F | 3C | 4 | 15A | 5A | 3A |
| Octal | 364 | 64 | 142 | 0 | 117 | 74 | 4 | 532 | 132 | 72 |
| Binary | 11110100 | 110100 | 1100010 | 0 | 1001111 | 111100 | 100 | 101011010 | 1011010 | 111010 |
Color Harmonies of #F43462
Complementary color
Monochromatic Colors of #F43462
Black with #F43462
Text Example
Text Example
White with #F43462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43462; }
p { color: rgb(244,52,98); }
H1.HeaderClassName
{
color: #F43462;
}
.AnyTagClassName
{
color: #F43462;
}
</style>
background-color css
<style>
a { background-color: #F43462; }
a { background-color: rgb(244,52,98); }
div.DivClassName
{
background-color: #F43462;
}
.BgClassName
{
background-color: #F43462;
}
</style>
border-color css
<style>
span { border-color: #F43462; }
span { border-color: rgb(244,52,98); }
td.TdClassName
{
border-color: #F43462;
}
.TagClassName
{
border-color: #F43462;
}
</style>