Shades of Radical Red #F0436C
Tints of Radical Red #F0436C
RGB
CMYK
RGB Variations
Color information
#F0436C (or 0xF0436C) is known color: Radical Red. HEX triplet: F0, 43 and 6C. RGB value is (240,67,108). Sum of RGB (Red+Green+Blue) = 240+67+108=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0436C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0436C is #0FBC93. Grayscale: #7B7B7B. Windows color (decimal): -1031316 or 7095280. OLE color: 7095280.
HSL color Cylindrical-coordinate representation of color #F0436C: hue angle of 345.78º 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 #F0436C is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 108 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.06 |
| HSL | 345.78º | 0.85% | 0.6% | - |
| HSV(B) | 345.78º | 0.72% | 0.94% | - |
| XYZ | 40.65 | 23.62 | 16.6 | - |
| YUV | 123.4 | 119.31 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 108 | 0 | 0.72 | 0.55 | 0.06 | 345.78 | 0.85 | 0.6 |
| Hex | F0 | 43 | 6C | 0 | 48 | 37 | 6 | 15A | 55 | 3C |
| Octal | 360 | 103 | 154 | 0 | 110 | 67 | 6 | 532 | 125 | 74 |
| Binary | 11110000 | 1000011 | 1101100 | 0 | 1001000 | 110111 | 110 | 101011010 | 1010101 | 111100 |
Color Harmonies of #F0436C
Complementary color
Monochromatic Colors of #F0436C
Black with #F0436C
Text Example
Text Example
White with #F0436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0436C; }
p { color: rgb(240,67,108); }
H1.HeaderClassName
{
color: #F0436C;
}
.AnyTagClassName
{
color: #F0436C;
}
</style>
background-color css
<style>
a { background-color: #F0436C; }
a { background-color: rgb(240,67,108); }
div.DivClassName
{
background-color: #F0436C;
}
.BgClassName
{
background-color: #F0436C;
}
</style>
border-color css
<style>
span { border-color: #F0436C; }
span { border-color: rgb(240,67,108); }
td.TdClassName
{
border-color: #F0436C;
}
.TagClassName
{
border-color: #F0436C;
}
</style>