Shades of Radical Red #F4266B
Tints of Radical Red #F4266B
RGB
CMYK
RGB Variations
Color information
#F4266B (or 0xF4266B) is known color: Radical Red. HEX triplet: F4, 26 and 6B. RGB value is (244,38,107). Sum of RGB (Red+Green+Blue) = 244+38+107=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F4266B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4266B is #0BD994. Grayscale: #6B6B6B. Windows color (decimal): -776597 or 7022324. OLE color: 7022324.
HSL color Cylindrical-coordinate representation of color #F4266B: hue angle of 339.9º 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 #F4266B is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 107 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.04 |
| HSL | 339.9º | 0.9% | 0.55% | - |
| HSV(B) | 339.9º | 0.84% | 0.96% | - |
| XYZ | 40.66 | 21.68 | 15.95 | - |
| YUV | 107.46 | 127.75 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 107 | 0 | 0.84 | 0.56 | 0.04 | 339.9 | 0.9 | 0.55 |
| Hex | F4 | 26 | 6B | 0 | 54 | 38 | 4 | 154 | 5A | 37 |
| Octal | 364 | 46 | 153 | 0 | 124 | 70 | 4 | 524 | 132 | 67 |
| Binary | 11110100 | 100110 | 1101011 | 0 | 1010100 | 111000 | 100 | 101010100 | 1011010 | 110111 |
Color Harmonies of #F4266B
Complementary color
Monochromatic Colors of #F4266B
Black with #F4266B
Text Example
Text Example
White with #F4266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4266B; }
p { color: rgb(244,38,107); }
H1.HeaderClassName
{
color: #F4266B;
}
.AnyTagClassName
{
color: #F4266B;
}
</style>
background-color css
<style>
a { background-color: #F4266B; }
a { background-color: rgb(244,38,107); }
div.DivClassName
{
background-color: #F4266B;
}
.BgClassName
{
background-color: #F4266B;
}
</style>
border-color css
<style>
span { border-color: #F4266B; }
span { border-color: rgb(244,38,107); }
td.TdClassName
{
border-color: #F4266B;
}
.TagClassName
{
border-color: #F4266B;
}
</style>