Shades of Radical Red #F0375A
Tints of Radical Red #F0375A
RGB
CMYK
RGB Variations
Color information
#F0375A (or 0xF0375A) is known color: Radical Red. HEX triplet: F0, 37 and 5A. RGB value is (240,55,90). Sum of RGB (Red+Green+Blue) = 240+55+90=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0375A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0375A is #0FC8A5. Grayscale: #727272. Windows color (decimal): -1034406 or 5912560. OLE color: 5912560.
HSL color Cylindrical-coordinate representation of color #F0375A: hue angle of 348.65º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0375A is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 90 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.06 |
| HSL | 348.65º | 0.86% | 0.58% | - |
| HSV(B) | 348.65º | 0.77% | 0.94% | - |
| XYZ | 39.15 | 22 | 11.86 | - |
| YUV | 114.31 | 114.29 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 90 | 0 | 0.77 | 0.62 | 0.06 | 348.65 | 0.86 | 0.58 |
| Hex | F0 | 37 | 5A | 0 | 4D | 3E | 6 | 15D | 56 | 3A |
| Octal | 360 | 67 | 132 | 0 | 115 | 76 | 6 | 535 | 126 | 72 |
| Binary | 11110000 | 110111 | 1011010 | 0 | 1001101 | 111110 | 110 | 101011101 | 1010110 | 111010 |
Color Harmonies of #F0375A
Complementary color
Monochromatic Colors of #F0375A
Black with #F0375A
Text Example
Text Example
White with #F0375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0375A; }
p { color: rgb(240,55,90); }
H1.HeaderClassName
{
color: #F0375A;
}
.AnyTagClassName
{
color: #F0375A;
}
</style>
background-color css
<style>
a { background-color: #F0375A; }
a { background-color: rgb(240,55,90); }
div.DivClassName
{
background-color: #F0375A;
}
.BgClassName
{
background-color: #F0375A;
}
</style>
border-color css
<style>
span { border-color: #F0375A; }
span { border-color: rgb(240,55,90); }
td.TdClassName
{
border-color: #F0375A;
}
.TagClassName
{
border-color: #F0375A;
}
</style>