Shades of Radical Red #F03D58
Tints of Radical Red #F03D58
RGB
CMYK
RGB Variations
Color information
#F03D58 (or 0xF03D58) is known color: Radical Red. HEX triplet: F0, 3D and 58. RGB value is (240,61,88). Sum of RGB (Red+Green+Blue) = 240+61+88=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03D58 is #0FC2A7. Grayscale: #757575. Windows color (decimal): -1032872 or 5783024. OLE color: 5783024.
HSL color Cylindrical-coordinate representation of color #F03D58: hue angle of 350.95º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03D58 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 88 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.06 |
| HSL | 350.95º | 0.86% | 0.59% | - |
| HSV(B) | 350.95º | 0.75% | 0.94% | - |
| XYZ | 39.37 | 22.57 | 11.51 | - |
| YUV | 117.6 | 111.3 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 88 | 0 | 0.75 | 0.63 | 0.06 | 350.95 | 0.86 | 0.59 |
| Hex | F0 | 3D | 58 | 0 | 4B | 3F | 6 | 15F | 56 | 3B |
| Octal | 360 | 75 | 130 | 0 | 113 | 77 | 6 | 537 | 126 | 73 |
| Binary | 11110000 | 111101 | 1011000 | 0 | 1001011 | 111111 | 110 | 101011111 | 1010110 | 111011 |
Color Harmonies of #F03D58
Complementary color
Monochromatic Colors of #F03D58
Black with #F03D58
Text Example
Text Example
White with #F03D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D58; }
p { color: rgb(240,61,88); }
H1.HeaderClassName
{
color: #F03D58;
}
.AnyTagClassName
{
color: #F03D58;
}
</style>
background-color css
<style>
a { background-color: #F03D58; }
a { background-color: rgb(240,61,88); }
div.DivClassName
{
background-color: #F03D58;
}
.BgClassName
{
background-color: #F03D58;
}
</style>
border-color css
<style>
span { border-color: #F03D58; }
span { border-color: rgb(240,61,88); }
td.TdClassName
{
border-color: #F03D58;
}
.TagClassName
{
border-color: #F03D58;
}
</style>