Shades of Radical Red #F44365
Tints of Radical Red #F44365
RGB
CMYK
RGB Variations
Color information
#F44365 (or 0xF44365) is known color: Radical Red. HEX triplet: F4, 43 and 65. RGB value is (244,67,101). Sum of RGB (Red+Green+Blue) = 244+67+101=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F44365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44365 is #0BBC9A. Grayscale: #7B7B7B. Windows color (decimal): -769179 or 6636532. OLE color: 6636532.
HSL color Cylindrical-coordinate representation of color #F44365: hue angle of 348.47º 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 #F44365 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 67 | 101 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.04 |
| HSL | 348.47º | 0.89% | 0.61% | - |
| HSV(B) | 348.47º | 0.73% | 0.96% | - |
| XYZ | 41.66 | 24.19 | 14.78 | - |
| YUV | 123.8 | 115.14 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 67 | 101 | 0 | 0.73 | 0.59 | 0.04 | 348.47 | 0.89 | 0.61 |
| Hex | F4 | 43 | 65 | 0 | 49 | 3B | 4 | 15C | 59 | 3D |
| Octal | 364 | 103 | 145 | 0 | 111 | 73 | 4 | 534 | 131 | 75 |
| Binary | 11110100 | 1000011 | 1100101 | 0 | 1001001 | 111011 | 100 | 101011100 | 1011001 | 111101 |
Color Harmonies of #F44365
Complementary color
Monochromatic Colors of #F44365
Black with #F44365
Text Example
Text Example
White with #F44365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44365; }
p { color: rgb(244,67,101); }
H1.HeaderClassName
{
color: #F44365;
}
.AnyTagClassName
{
color: #F44365;
}
</style>
background-color css
<style>
a { background-color: #F44365; }
a { background-color: rgb(244,67,101); }
div.DivClassName
{
background-color: #F44365;
}
.BgClassName
{
background-color: #F44365;
}
</style>
border-color css
<style>
span { border-color: #F44365; }
span { border-color: rgb(244,67,101); }
td.TdClassName
{
border-color: #F44365;
}
.TagClassName
{
border-color: #F44365;
}
</style>