Shades of Radical Red #F4426D
Tints of Radical Red #F4426D
RGB
CMYK
RGB Variations
Color information
#F4426D (or 0xF4426D) is known color: Radical Red. HEX triplet: F4, 42 and 6D. RGB value is (244,66,109). Sum of RGB (Red+Green+Blue) = 244+66+109=419 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.23% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 244 - color contains mainly: red. Hex color #F4426D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4426D is #0BBD92. Grayscale: #7C7C7C. Windows color (decimal): -769427 or 7160564. OLE color: 7160564.
HSL color Cylindrical-coordinate representation of color #F4426D: hue angle of 345.51º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F4426D is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 109 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.04 |
| HSL | 345.51º | 0.89% | 0.61% | - |
| HSV(B) | 345.51º | 0.73% | 0.96% | - |
| XYZ | 42.02 | 24.23 | 16.93 | - |
| YUV | 124.12 | 119.47 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 109 | 0 | 0.73 | 0.55 | 0.04 | 345.51 | 0.89 | 0.61 |
| Hex | F4 | 42 | 6D | 0 | 49 | 37 | 4 | 15A | 59 | 3D |
| Octal | 364 | 102 | 155 | 0 | 111 | 67 | 4 | 532 | 131 | 75 |
| Binary | 11110100 | 1000010 | 1101101 | 0 | 1001001 | 110111 | 100 | 101011010 | 1011001 | 111101 |
Color Harmonies of #F4426D
Complementary color
Monochromatic Colors of #F4426D
Black with #F4426D
Text Example
Text Example
White with #F4426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4426D; }
p { color: rgb(244,66,109); }
H1.HeaderClassName
{
color: #F4426D;
}
.AnyTagClassName
{
color: #F4426D;
}
</style>
background-color css
<style>
a { background-color: #F4426D; }
a { background-color: rgb(244,66,109); }
div.DivClassName
{
background-color: #F4426D;
}
.BgClassName
{
background-color: #F4426D;
}
</style>
border-color css
<style>
span { border-color: #F4426D; }
span { border-color: rgb(244,66,109); }
td.TdClassName
{
border-color: #F4426D;
}
.TagClassName
{
border-color: #F4426D;
}
</style>