Shades of Radical Red #F4246A
Tints of Radical Red #F4246A
RGB
CMYK
RGB Variations
Color information
#F4246A (or 0xF4246A) is known color: Radical Red. HEX triplet: F4, 24 and 6A. RGB value is (244,36,106). Sum of RGB (Red+Green+Blue) = 244+36+106=386 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.21% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 244 - color contains mainly: red. Hex color #F4246A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4246A is #0BDB95. Grayscale: #6A6A6A. Windows color (decimal): -777110 or 6956276. OLE color: 6956276.
HSL color Cylindrical-coordinate representation of color #F4246A: hue angle of 339.81º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4246A is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 106 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.04 |
| HSL | 339.81º | 0.9% | 0.55% | - |
| HSV(B) | 339.81º | 0.85% | 0.96% | - |
| XYZ | 40.54 | 21.54 | 15.66 | - |
| YUV | 106.17 | 127.91 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 106 | 0 | 0.85 | 0.57 | 0.04 | 339.81 | 0.9 | 0.55 |
| Hex | F4 | 24 | 6A | 0 | 55 | 39 | 4 | 154 | 5A | 37 |
| Octal | 364 | 44 | 152 | 0 | 125 | 71 | 4 | 524 | 132 | 67 |
| Binary | 11110100 | 100100 | 1101010 | 0 | 1010101 | 111001 | 100 | 101010100 | 1011010 | 110111 |
Color Harmonies of #F4246A
Complementary color
Monochromatic Colors of #F4246A
Black with #F4246A
Text Example
Text Example
White with #F4246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4246A; }
p { color: rgb(244,36,106); }
H1.HeaderClassName
{
color: #F4246A;
}
.AnyTagClassName
{
color: #F4246A;
}
</style>
background-color css
<style>
a { background-color: #F4246A; }
a { background-color: rgb(244,36,106); }
div.DivClassName
{
background-color: #F4246A;
}
.BgClassName
{
background-color: #F4246A;
}
</style>
border-color css
<style>
span { border-color: #F4246A; }
span { border-color: rgb(244,36,106); }
td.TdClassName
{
border-color: #F4246A;
}
.TagClassName
{
border-color: #F4246A;
}
</style>