Shades of Radical Red #F0375C
Tints of Radical Red #F0375C
RGB
CMYK
RGB Variations
Color information
#F0375C (or 0xF0375C) is known color: Radical Red. HEX triplet: F0, 37 and 5C. RGB value is (240,55,92). Sum of RGB (Red+Green+Blue) = 240+55+92=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0375C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0375C is #0FC8A3. Grayscale: #727272. Windows color (decimal): -1034404 or 6043632. OLE color: 6043632.
HSL color Cylindrical-coordinate representation of color #F0375C: hue angle of 348º 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 #F0375C is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 92 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.06 |
| HSL | 348º | 0.86% | 0.58% | - |
| HSV(B) | 348º | 0.77% | 0.94% | - |
| XYZ | 39.23 | 22.03 | 12.31 | - |
| YUV | 114.53 | 115.29 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 92 | 0 | 0.77 | 0.62 | 0.06 | 348 | 0.86 | 0.58 |
| Hex | F0 | 37 | 5C | 0 | 4D | 3E | 6 | 15C | 56 | 3A |
| Octal | 360 | 67 | 134 | 0 | 115 | 76 | 6 | 534 | 126 | 72 |
| Binary | 11110000 | 110111 | 1011100 | 0 | 1001101 | 111110 | 110 | 101011100 | 1010110 | 111010 |
Color Harmonies of #F0375C
Complementary color
Monochromatic Colors of #F0375C
Black with #F0375C
Text Example
Text Example
White with #F0375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0375C; }
p { color: rgb(240,55,92); }
H1.HeaderClassName
{
color: #F0375C;
}
.AnyTagClassName
{
color: #F0375C;
}
</style>
background-color css
<style>
a { background-color: #F0375C; }
a { background-color: rgb(240,55,92); }
div.DivClassName
{
background-color: #F0375C;
}
.BgClassName
{
background-color: #F0375C;
}
</style>
border-color css
<style>
span { border-color: #F0375C; }
span { border-color: rgb(240,55,92); }
td.TdClassName
{
border-color: #F0375C;
}
.TagClassName
{
border-color: #F0375C;
}
</style>