Shades of Radical Red #F0425D
Tints of Radical Red #F0425D
RGB
CMYK
RGB Variations
Color information
#F0425D (or 0xF0425D) is known color: Radical Red. HEX triplet: F0, 42 and 5D. RGB value is (240,66,93). Sum of RGB (Red+Green+Blue) = 240+66+93=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0425D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0425D is #0FBDA2. Grayscale: #797979. Windows color (decimal): -1031587 or 6111984. OLE color: 6111984.
HSL color Cylindrical-coordinate representation of color #F0425D: hue angle of 350.69º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0425D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 93 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.06 |
| HSL | 350.69º | 0.85% | 0.6% | - |
| HSV(B) | 350.69º | 0.73% | 0.94% | - |
| XYZ | 39.86 | 23.21 | 12.74 | - |
| YUV | 121.1 | 112.15 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 93 | 0 | 0.72 | 0.61 | 0.06 | 350.69 | 0.85 | 0.6 |
| Hex | F0 | 42 | 5D | 0 | 48 | 3D | 6 | 15F | 55 | 3C |
| Octal | 360 | 102 | 135 | 0 | 110 | 75 | 6 | 537 | 125 | 74 |
| Binary | 11110000 | 1000010 | 1011101 | 0 | 1001000 | 111101 | 110 | 101011111 | 1010101 | 111100 |
Color Harmonies of #F0425D
Complementary color
Monochromatic Colors of #F0425D
Black with #F0425D
Text Example
Text Example
White with #F0425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0425D; }
p { color: rgb(240,66,93); }
H1.HeaderClassName
{
color: #F0425D;
}
.AnyTagClassName
{
color: #F0425D;
}
</style>
background-color css
<style>
a { background-color: #F0425D; }
a { background-color: rgb(240,66,93); }
div.DivClassName
{
background-color: #F0425D;
}
.BgClassName
{
background-color: #F0425D;
}
</style>
border-color css
<style>
span { border-color: #F0425D; }
span { border-color: rgb(240,66,93); }
td.TdClassName
{
border-color: #F0425D;
}
.TagClassName
{
border-color: #F0425D;
}
</style>