Shades of Radical Red #F44168
Tints of Radical Red #F44168
RGB
CMYK
RGB Variations
Color information
#F44168 (or 0xF44168) is known color: Radical Red. HEX triplet: F4, 41 and 68. RGB value is (244,65,104). Sum of RGB (Red+Green+Blue) = 244+65+104=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F44168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44168 is #0BBE97. Grayscale: #7A7A7A. Windows color (decimal): -769688 or 6832628. OLE color: 6832628.
HSL color Cylindrical-coordinate representation of color #F44168: hue angle of 346.93º 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 #F44168 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 104 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.04 |
| HSL | 346.93º | 0.89% | 0.61% | - |
| HSV(B) | 346.93º | 0.73% | 0.96% | - |
| XYZ | 41.7 | 24.01 | 15.53 | - |
| YUV | 122.97 | 117.3 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 104 | 0 | 0.73 | 0.57 | 0.04 | 346.93 | 0.89 | 0.61 |
| Hex | F4 | 41 | 68 | 0 | 49 | 39 | 4 | 15B | 59 | 3D |
| Octal | 364 | 101 | 150 | 0 | 111 | 71 | 4 | 533 | 131 | 75 |
| Binary | 11110100 | 1000001 | 1101000 | 0 | 1001001 | 111001 | 100 | 101011011 | 1011001 | 111101 |
Color Harmonies of #F44168
Complementary color
Monochromatic Colors of #F44168
Black with #F44168
Text Example
Text Example
White with #F44168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44168; }
p { color: rgb(244,65,104); }
H1.HeaderClassName
{
color: #F44168;
}
.AnyTagClassName
{
color: #F44168;
}
</style>
background-color css
<style>
a { background-color: #F44168; }
a { background-color: rgb(244,65,104); }
div.DivClassName
{
background-color: #F44168;
}
.BgClassName
{
background-color: #F44168;
}
</style>
border-color css
<style>
span { border-color: #F44168; }
span { border-color: rgb(244,65,104); }
td.TdClassName
{
border-color: #F44168;
}
.TagClassName
{
border-color: #F44168;
}
</style>