Shades of Radical Red #F44266
Tints of Radical Red #F44266
RGB
CMYK
RGB Variations
Color information
#F44266 (or 0xF44266) is known color: Radical Red. HEX triplet: F4, 42 and 66. RGB value is (244,66,102). Sum of RGB (Red+Green+Blue) = 244+66+102=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F44266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44266 is #0BBD99. Grayscale: #7B7B7B. Windows color (decimal): -769434 or 6701812. OLE color: 6701812.
HSL color Cylindrical-coordinate representation of color #F44266: hue angle of 347.87º 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 #F44266 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 102 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.04 |
| HSL | 347.87º | 0.89% | 0.61% | - |
| HSV(B) | 347.87º | 0.73% | 0.96% | - |
| XYZ | 41.65 | 24.09 | 15.02 | - |
| YUV | 123.33 | 115.97 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 102 | 0 | 0.73 | 0.58 | 0.04 | 347.87 | 0.89 | 0.61 |
| Hex | F4 | 42 | 66 | 0 | 49 | 3A | 4 | 15C | 59 | 3D |
| Octal | 364 | 102 | 146 | 0 | 111 | 72 | 4 | 534 | 131 | 75 |
| Binary | 11110100 | 1000010 | 1100110 | 0 | 1001001 | 111010 | 100 | 101011100 | 1011001 | 111101 |
Color Harmonies of #F44266
Complementary color
Monochromatic Colors of #F44266
Black with #F44266
Text Example
Text Example
White with #F44266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44266; }
p { color: rgb(244,66,102); }
H1.HeaderClassName
{
color: #F44266;
}
.AnyTagClassName
{
color: #F44266;
}
</style>
background-color css
<style>
a { background-color: #F44266; }
a { background-color: rgb(244,66,102); }
div.DivClassName
{
background-color: #F44266;
}
.BgClassName
{
background-color: #F44266;
}
</style>
border-color css
<style>
span { border-color: #F44266; }
span { border-color: rgb(244,66,102); }
td.TdClassName
{
border-color: #F44266;
}
.TagClassName
{
border-color: #F44266;
}
</style>