Shades of Radical Red #F0365D
Tints of Radical Red #F0365D
RGB
CMYK
RGB Variations
Color information
#F0365D (or 0xF0365D) is known color: Radical Red. HEX triplet: F0, 36 and 5D. RGB value is (240,54,93). Sum of RGB (Red+Green+Blue) = 240+54+93=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0365D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0365D is #0FC9A2. Grayscale: #727272. Windows color (decimal): -1034659 or 6108912. OLE color: 6108912.
HSL color Cylindrical-coordinate representation of color #F0365D: hue angle of 347.42º 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 #F0365D is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 93 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.06 |
| HSL | 347.42º | 0.86% | 0.58% | - |
| HSV(B) | 347.42º | 0.78% | 0.94% | - |
| XYZ | 39.23 | 21.95 | 12.53 | - |
| YUV | 114.06 | 116.12 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 93 | 0 | 0.78 | 0.61 | 0.06 | 347.42 | 0.86 | 0.58 |
| Hex | F0 | 36 | 5D | 0 | 4E | 3D | 6 | 15B | 56 | 3A |
| Octal | 360 | 66 | 135 | 0 | 116 | 75 | 6 | 533 | 126 | 72 |
| Binary | 11110000 | 110110 | 1011101 | 0 | 1001110 | 111101 | 110 | 101011011 | 1010110 | 111010 |
Color Harmonies of #F0365D
Complementary color
Monochromatic Colors of #F0365D
Black with #F0365D
Text Example
Text Example
White with #F0365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0365D; }
p { color: rgb(240,54,93); }
H1.HeaderClassName
{
color: #F0365D;
}
.AnyTagClassName
{
color: #F0365D;
}
</style>
background-color css
<style>
a { background-color: #F0365D; }
a { background-color: rgb(240,54,93); }
div.DivClassName
{
background-color: #F0365D;
}
.BgClassName
{
background-color: #F0365D;
}
</style>
border-color css
<style>
span { border-color: #F0365D; }
span { border-color: rgb(240,54,93); }
td.TdClassName
{
border-color: #F0365D;
}
.TagClassName
{
border-color: #F0365D;
}
</style>