Shades of Radical Red #F4426C
Tints of Radical Red #F4426C
RGB
CMYK
RGB Variations
Color information
#F4426C (or 0xF4426C) is known color: Radical Red. HEX triplet: F4, 42 and 6C. RGB value is (244,66,108). Sum of RGB (Red+Green+Blue) = 244+66+108=418 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.37% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 244 - color contains mainly: red. Hex color #F4426C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4426C is #0BBD93. Grayscale: #7C7C7C. Windows color (decimal): -769428 or 7095028. OLE color: 7095028.
HSL color Cylindrical-coordinate representation of color #F4426C: hue angle of 345.84º 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 #F4426C is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 108 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.04 |
| HSL | 345.84º | 0.89% | 0.61% | - |
| HSV(B) | 345.84º | 0.73% | 0.96% | - |
| XYZ | 41.96 | 24.21 | 16.65 | - |
| YUV | 124.01 | 118.97 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 108 | 0 | 0.73 | 0.56 | 0.04 | 345.84 | 0.89 | 0.61 |
| Hex | F4 | 42 | 6C | 0 | 49 | 38 | 4 | 15A | 59 | 3D |
| Octal | 364 | 102 | 154 | 0 | 111 | 70 | 4 | 532 | 131 | 75 |
| Binary | 11110100 | 1000010 | 1101100 | 0 | 1001001 | 111000 | 100 | 101011010 | 1011001 | 111101 |
Color Harmonies of #F4426C
Complementary color
Monochromatic Colors of #F4426C
Black with #F4426C
Text Example
Text Example
White with #F4426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4426C; }
p { color: rgb(244,66,108); }
H1.HeaderClassName
{
color: #F4426C;
}
.AnyTagClassName
{
color: #F4426C;
}
</style>
background-color css
<style>
a { background-color: #F4426C; }
a { background-color: rgb(244,66,108); }
div.DivClassName
{
background-color: #F4426C;
}
.BgClassName
{
background-color: #F4426C;
}
</style>
border-color css
<style>
span { border-color: #F4426C; }
span { border-color: rgb(244,66,108); }
td.TdClassName
{
border-color: #F4426C;
}
.TagClassName
{
border-color: #F4426C;
}
</style>