Shades of Radical Red #F4266A
Tints of Radical Red #F4266A
RGB
CMYK
RGB Variations
Color information
#F4266A (or 0xF4266A) is known color: Radical Red. HEX triplet: F4, 26 and 6A. RGB value is (244,38,106). Sum of RGB (Red+Green+Blue) = 244+38+106=388 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.89% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 244 - color contains mainly: red. Hex color #F4266A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4266A is #0BD995. Grayscale: #6B6B6B. Windows color (decimal): -776598 or 6956788. OLE color: 6956788.
HSL color Cylindrical-coordinate representation of color #F4266A: hue angle of 340.19º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4266A is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 106 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.04 |
| HSL | 340.19º | 0.9% | 0.55% | - |
| HSV(B) | 340.19º | 0.84% | 0.96% | - |
| XYZ | 40.6 | 21.66 | 15.68 | - |
| YUV | 107.35 | 127.25 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 106 | 0 | 0.84 | 0.57 | 0.04 | 340.19 | 0.9 | 0.55 |
| Hex | F4 | 26 | 6A | 0 | 54 | 39 | 4 | 154 | 5A | 37 |
| Octal | 364 | 46 | 152 | 0 | 124 | 71 | 4 | 524 | 132 | 67 |
| Binary | 11110100 | 100110 | 1101010 | 0 | 1010100 | 111001 | 100 | 101010100 | 1011010 | 110111 |
Color Harmonies of #F4266A
Complementary color
Monochromatic Colors of #F4266A
Black with #F4266A
Text Example
Text Example
White with #F4266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4266A; }
p { color: rgb(244,38,106); }
H1.HeaderClassName
{
color: #F4266A;
}
.AnyTagClassName
{
color: #F4266A;
}
</style>
background-color css
<style>
a { background-color: #F4266A; }
a { background-color: rgb(244,38,106); }
div.DivClassName
{
background-color: #F4266A;
}
.BgClassName
{
background-color: #F4266A;
}
</style>
border-color css
<style>
span { border-color: #F4266A; }
span { border-color: rgb(244,38,106); }
td.TdClassName
{
border-color: #F4266A;
}
.TagClassName
{
border-color: #F4266A;
}
</style>