Shades of Radical Red #F0434E
Tints of Radical Red #F0434E
RGB
CMYK
RGB Variations
Color information
#F0434E (or 0xF0434E) is known color: Radical Red. HEX triplet: F0, 43 and 4E. RGB value is (240,67,78). Sum of RGB (Red+Green+Blue) = 240+67+78=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0434E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0434E is #0FBCB1. Grayscale: #787878. Windows color (decimal): -1031346 or 5129200. OLE color: 5129200.
HSL color Cylindrical-coordinate representation of color #F0434E: hue angle of 356.18º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0434E is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 78 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.06 |
| HSL | 356.19º | 0.85% | 0.6% | - |
| HSV(B) | 356.19º | 0.72% | 0.94% | - |
| XYZ | 39.32 | 23.09 | 9.59 | - |
| YUV | 119.98 | 104.31 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 78 | 0 | 0.72 | 0.68 | 0.06 | 356.19 | 0.85 | 0.6 |
| Hex | F0 | 43 | 4E | 0 | 48 | 44 | 6 | 164 | 55 | 3C |
| Octal | 360 | 103 | 116 | 0 | 110 | 104 | 6 | 544 | 125 | 74 |
| Binary | 11110000 | 1000011 | 1001110 | 0 | 1001000 | 1000100 | 110 | 101100100 | 1010101 | 111100 |
Color Harmonies of #F0434E
Complementary color
Monochromatic Colors of #F0434E
Black with #F0434E
Text Example
Text Example
White with #F0434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0434E; }
p { color: rgb(240,67,78); }
H1.HeaderClassName
{
color: #F0434E;
}
.AnyTagClassName
{
color: #F0434E;
}
</style>
background-color css
<style>
a { background-color: #F0434E; }
a { background-color: rgb(240,67,78); }
div.DivClassName
{
background-color: #F0434E;
}
.BgClassName
{
background-color: #F0434E;
}
</style>
border-color css
<style>
span { border-color: #F0434E; }
span { border-color: rgb(240,67,78); }
td.TdClassName
{
border-color: #F0434E;
}
.TagClassName
{
border-color: #F0434E;
}
</style>