Shades of Radical Red #F42A6D
Tints of Radical Red #F42A6D
RGB
CMYK
RGB Variations
Color information
#F42A6D (or 0xF42A6D) is known color: Radical Red. HEX triplet: F4, 2A and 6D. RGB value is (244,42,109). Sum of RGB (Red+Green+Blue) = 244+42+109=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F42A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42A6D is #0BD592. Grayscale: #6D6D6D. Windows color (decimal): -775571 or 7154420. OLE color: 7154420.
HSL color Cylindrical-coordinate representation of color #F42A6D: hue angle of 340.1º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42A6D is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 109 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.04 |
| HSL | 340.1º | 0.9% | 0.56% | - |
| HSV(B) | 340.1º | 0.83% | 0.96% | - |
| XYZ | 40.9 | 21.99 | 16.56 | - |
| YUV | 110.04 | 127.42 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 109 | 0 | 0.83 | 0.55 | 0.04 | 340.1 | 0.9 | 0.56 |
| Hex | F4 | 2A | 6D | 0 | 53 | 37 | 4 | 154 | 5A | 38 |
| Octal | 364 | 52 | 155 | 0 | 123 | 67 | 4 | 524 | 132 | 70 |
| Binary | 11110100 | 101010 | 1101101 | 0 | 1010011 | 110111 | 100 | 101010100 | 1011010 | 111000 |
Color Harmonies of #F42A6D
Complementary color
Monochromatic Colors of #F42A6D
Black with #F42A6D
Text Example
Text Example
White with #F42A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42A6D; }
p { color: rgb(244,42,109); }
H1.HeaderClassName
{
color: #F42A6D;
}
.AnyTagClassName
{
color: #F42A6D;
}
</style>
background-color css
<style>
a { background-color: #F42A6D; }
a { background-color: rgb(244,42,109); }
div.DivClassName
{
background-color: #F42A6D;
}
.BgClassName
{
background-color: #F42A6D;
}
</style>
border-color css
<style>
span { border-color: #F42A6D; }
span { border-color: rgb(244,42,109); }
td.TdClassName
{
border-color: #F42A6D;
}
.TagClassName
{
border-color: #F42A6D;
}
</style>