Shades of Radical Red #F42469
Tints of Radical Red #F42469
RGB
CMYK
RGB Variations
Color information
#F42469 (or 0xF42469) is known color: Radical Red. HEX triplet: F4, 24 and 69. RGB value is (244,36,105). Sum of RGB (Red+Green+Blue) = 244+36+105=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F42469 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42469 is #0BDB96. Grayscale: #696969. Windows color (decimal): -777111 or 6890740. OLE color: 6890740.
HSL color Cylindrical-coordinate representation of color #F42469: hue angle of 340.1º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42469 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 105 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.04 |
| HSL | 340.1º | 0.9% | 0.55% | - |
| HSV(B) | 340.1º | 0.85% | 0.96% | - |
| XYZ | 40.49 | 21.51 | 15.38 | - |
| YUV | 106.06 | 127.41 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 105 | 0 | 0.85 | 0.57 | 0.04 | 340.1 | 0.9 | 0.55 |
| Hex | F4 | 24 | 69 | 0 | 55 | 39 | 4 | 154 | 5A | 37 |
| Octal | 364 | 44 | 151 | 0 | 125 | 71 | 4 | 524 | 132 | 67 |
| Binary | 11110100 | 100100 | 1101001 | 0 | 1010101 | 111001 | 100 | 101010100 | 1011010 | 110111 |
Color Harmonies of #F42469
Complementary color
Monochromatic Colors of #F42469
Black with #F42469
Text Example
Text Example
White with #F42469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42469; }
p { color: rgb(244,36,105); }
H1.HeaderClassName
{
color: #F42469;
}
.AnyTagClassName
{
color: #F42469;
}
</style>
background-color css
<style>
a { background-color: #F42469; }
a { background-color: rgb(244,36,105); }
div.DivClassName
{
background-color: #F42469;
}
.BgClassName
{
background-color: #F42469;
}
</style>
border-color css
<style>
span { border-color: #F42469; }
span { border-color: rgb(244,36,105); }
td.TdClassName
{
border-color: #F42469;
}
.TagClassName
{
border-color: #F42469;
}
</style>