Shades of Radical Red #F4295A
Tints of Radical Red #F4295A
RGB
CMYK
RGB Variations
Color information
#F4295A (or 0xF4295A) is known color: Radical Red. HEX triplet: F4, 29 and 5A. RGB value is (244,41,90). Sum of RGB (Red+Green+Blue) = 244+41+90=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F4295A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4295A is #0BD6A5. Grayscale: #6B6B6B. Windows color (decimal): -775846 or 5908980. OLE color: 5908980.
HSL color Cylindrical-coordinate representation of color #F4295A: hue angle of 345.52º 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 #F4295A is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 90 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.04 |
| HSL | 345.52º | 0.9% | 0.56% | - |
| HSV(B) | 345.52º | 0.83% | 0.96% | - |
| XYZ | 39.95 | 21.56 | 11.73 | - |
| YUV | 107.28 | 118.25 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 90 | 0 | 0.83 | 0.63 | 0.04 | 345.52 | 0.9 | 0.56 |
| Hex | F4 | 29 | 5A | 0 | 53 | 3F | 4 | 15A | 5A | 38 |
| Octal | 364 | 51 | 132 | 0 | 123 | 77 | 4 | 532 | 132 | 70 |
| Binary | 11110100 | 101001 | 1011010 | 0 | 1010011 | 111111 | 100 | 101011010 | 1011010 | 111000 |
Color Harmonies of #F4295A
Complementary color
Monochromatic Colors of #F4295A
Black with #F4295A
Text Example
Text Example
White with #F4295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4295A; }
p { color: rgb(244,41,90); }
H1.HeaderClassName
{
color: #F4295A;
}
.AnyTagClassName
{
color: #F4295A;
}
</style>
background-color css
<style>
a { background-color: #F4295A; }
a { background-color: rgb(244,41,90); }
div.DivClassName
{
background-color: #F4295A;
}
.BgClassName
{
background-color: #F4295A;
}
</style>
border-color css
<style>
span { border-color: #F4295A; }
span { border-color: rgb(244,41,90); }
td.TdClassName
{
border-color: #F4295A;
}
.TagClassName
{
border-color: #F4295A;
}
</style>