Shades of Radical Red #F04658
Tints of Radical Red #F04658
RGB
CMYK
RGB Variations
Color information
#F04658 (or 0xF04658) is known color: Radical Red. HEX triplet: F0, 46 and 58. RGB value is (240,70,88). Sum of RGB (Red+Green+Blue) = 240+70+88=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F04658 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04658 is #0FB9A7. Grayscale: #7A7A7A. Windows color (decimal): -1030568 or 5785328. OLE color: 5785328.
HSL color Cylindrical-coordinate representation of color #F04658: hue angle of 353.65º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04658 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 88 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.06 |
| HSL | 353.65º | 0.85% | 0.61% | - |
| HSV(B) | 353.65º | 0.71% | 0.94% | - |
| XYZ | 39.89 | 23.61 | 11.69 | - |
| YUV | 122.88 | 108.32 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 88 | 0 | 0.71 | 0.63 | 0.06 | 353.65 | 0.85 | 0.61 |
| Hex | F0 | 46 | 58 | 0 | 47 | 3F | 6 | 162 | 55 | 3D |
| Octal | 360 | 106 | 130 | 0 | 107 | 77 | 6 | 542 | 125 | 75 |
| Binary | 11110000 | 1000110 | 1011000 | 0 | 1000111 | 111111 | 110 | 101100010 | 1010101 | 111101 |
Color Harmonies of #F04658
Complementary color
Monochromatic Colors of #F04658
Black with #F04658
Text Example
Text Example
White with #F04658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04658; }
p { color: rgb(240,70,88); }
H1.HeaderClassName
{
color: #F04658;
}
.AnyTagClassName
{
color: #F04658;
}
</style>
background-color css
<style>
a { background-color: #F04658; }
a { background-color: rgb(240,70,88); }
div.DivClassName
{
background-color: #F04658;
}
.BgClassName
{
background-color: #F04658;
}
</style>
border-color css
<style>
span { border-color: #F04658; }
span { border-color: rgb(240,70,88); }
td.TdClassName
{
border-color: #F04658;
}
.TagClassName
{
border-color: #F04658;
}
</style>