Shades of Radical Red #F4416B
Tints of Radical Red #F4416B
RGB
CMYK
RGB Variations
Color information
#F4416B (or 0xF4416B) is known color: Radical Red. HEX triplet: F4, 41 and 6B. RGB value is (244,65,107). Sum of RGB (Red+Green+Blue) = 244+65+107=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F4416B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4416B is #0BBE94. Grayscale: #7B7B7B. Windows color (decimal): -769685 or 7029236. OLE color: 7029236.
HSL color Cylindrical-coordinate representation of color #F4416B: hue angle of 345.92º 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 #F4416B is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 107 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.04 |
| HSL | 345.92º | 0.89% | 0.61% | - |
| HSV(B) | 345.92º | 0.73% | 0.96% | - |
| XYZ | 41.85 | 24.08 | 16.35 | - |
| YUV | 123.31 | 118.8 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 107 | 0 | 0.73 | 0.56 | 0.04 | 345.92 | 0.89 | 0.61 |
| Hex | F4 | 41 | 6B | 0 | 49 | 38 | 4 | 15A | 59 | 3D |
| Octal | 364 | 101 | 153 | 0 | 111 | 70 | 4 | 532 | 131 | 75 |
| Binary | 11110100 | 1000001 | 1101011 | 0 | 1001001 | 111000 | 100 | 101011010 | 1011001 | 111101 |
Color Harmonies of #F4416B
Complementary color
Monochromatic Colors of #F4416B
Black with #F4416B
Text Example
Text Example
White with #F4416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4416B; }
p { color: rgb(244,65,107); }
H1.HeaderClassName
{
color: #F4416B;
}
.AnyTagClassName
{
color: #F4416B;
}
</style>
background-color css
<style>
a { background-color: #F4416B; }
a { background-color: rgb(244,65,107); }
div.DivClassName
{
background-color: #F4416B;
}
.BgClassName
{
background-color: #F4416B;
}
</style>
border-color css
<style>
span { border-color: #F4416B; }
span { border-color: rgb(244,65,107); }
td.TdClassName
{
border-color: #F4416B;
}
.TagClassName
{
border-color: #F4416B;
}
</style>