Shades of Radical Red #F4416F
Tints of Radical Red #F4416F
RGB
CMYK
RGB Variations
Color information
#F4416F (or 0xF4416F) is known color: Radical Red. HEX triplet: F4, 41 and 6F. RGB value is (244,65,111). Sum of RGB (Red+Green+Blue) = 244+65+111=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F4416F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4416F is #0BBE90. Grayscale: #7B7B7B. Windows color (decimal): -769681 or 7291380. OLE color: 7291380.
HSL color Cylindrical-coordinate representation of color #F4416F: hue angle of 344.58º 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 #F4416F is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 111 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.04 |
| HSL | 344.58º | 0.89% | 0.61% | - |
| HSV(B) | 344.58º | 0.73% | 0.96% | - |
| XYZ | 42.07 | 24.16 | 17.49 | - |
| YUV | 123.77 | 120.8 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 111 | 0 | 0.73 | 0.55 | 0.04 | 344.58 | 0.89 | 0.61 |
| Hex | F4 | 41 | 6F | 0 | 49 | 37 | 4 | 159 | 59 | 3D |
| Octal | 364 | 101 | 157 | 0 | 111 | 67 | 4 | 531 | 131 | 75 |
| Binary | 11110100 | 1000001 | 1101111 | 0 | 1001001 | 110111 | 100 | 101011001 | 1011001 | 111101 |
Color Harmonies of #F4416F
Complementary color
Monochromatic Colors of #F4416F
Black with #F4416F
Text Example
Text Example
White with #F4416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4416F; }
p { color: rgb(244,65,111); }
H1.HeaderClassName
{
color: #F4416F;
}
.AnyTagClassName
{
color: #F4416F;
}
</style>
background-color css
<style>
a { background-color: #F4416F; }
a { background-color: rgb(244,65,111); }
div.DivClassName
{
background-color: #F4416F;
}
.BgClassName
{
background-color: #F4416F;
}
</style>
border-color css
<style>
span { border-color: #F4416F; }
span { border-color: rgb(244,65,111); }
td.TdClassName
{
border-color: #F4416F;
}
.TagClassName
{
border-color: #F4416F;
}
</style>