Shades of Radical Red #F43E5A
Tints of Radical Red #F43E5A
RGB
CMYK
RGB Variations
Color information
#F43E5A (or 0xF43E5A) is known color: Radical Red. HEX triplet: F4, 3E and 5A. RGB value is (244,62,90). Sum of RGB (Red+Green+Blue) = 244+62+90=396 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.62% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 244 - color contains mainly: red. Hex color #F43E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43E5A is #0BC1A5. Grayscale: #777777. Windows color (decimal): -770470 or 5914356. OLE color: 5914356.
HSL color Cylindrical-coordinate representation of color #F43E5A: hue angle of 350.77º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F43E5A is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 62 | 90 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.04 |
| HSL | 350.77º | 0.89% | 0.6% | - |
| HSV(B) | 350.77º | 0.75% | 0.96% | - |
| XYZ | 40.88 | 23.42 | 12.04 | - |
| YUV | 119.61 | 111.3 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 62 | 90 | 0 | 0.75 | 0.63 | 0.04 | 350.77 | 0.89 | 0.6 |
| Hex | F4 | 3E | 5A | 0 | 4B | 3F | 4 | 15F | 59 | 3C |
| Octal | 364 | 76 | 132 | 0 | 113 | 77 | 4 | 537 | 131 | 74 |
| Binary | 11110100 | 111110 | 1011010 | 0 | 1001011 | 111111 | 100 | 101011111 | 1011001 | 111100 |
Color Harmonies of #F43E5A
Complementary color
Monochromatic Colors of #F43E5A
Black with #F43E5A
Text Example
Text Example
White with #F43E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43E5A; }
p { color: rgb(244,62,90); }
H1.HeaderClassName
{
color: #F43E5A;
}
.AnyTagClassName
{
color: #F43E5A;
}
</style>
background-color css
<style>
a { background-color: #F43E5A; }
a { background-color: rgb(244,62,90); }
div.DivClassName
{
background-color: #F43E5A;
}
.BgClassName
{
background-color: #F43E5A;
}
</style>
border-color css
<style>
span { border-color: #F43E5A; }
span { border-color: rgb(244,62,90); }
td.TdClassName
{
border-color: #F43E5A;
}
.TagClassName
{
border-color: #F43E5A;
}
</style>