Shades of Radical Red #F04965
Tints of Radical Red #F04965
RGB
CMYK
RGB Variations
Color information
#F04965 (or 0xF04965) is known color: Radical Red. HEX triplet: F0, 49 and 65. RGB value is (240,73,101). Sum of RGB (Red+Green+Blue) = 240+73+101=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F04965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04965 is #0FB69A. Grayscale: #7E7E7E. Windows color (decimal): -1029787 or 6638064. OLE color: 6638064.
HSL color Cylindrical-coordinate representation of color #F04965: hue angle of 349.94º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04965 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 101 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.06 |
| HSL | 349.94º | 0.85% | 0.61% | - |
| HSV(B) | 349.94º | 0.7% | 0.94% | - |
| XYZ | 40.67 | 24.23 | 14.85 | - |
| YUV | 126.13 | 113.83 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 101 | 0 | 0.70 | 0.58 | 0.06 | 349.94 | 0.85 | 0.61 |
| Hex | F0 | 49 | 65 | 0 | 46 | 3A | 6 | 15E | 55 | 3D |
| Octal | 360 | 111 | 145 | 0 | 106 | 72 | 6 | 536 | 125 | 75 |
| Binary | 11110000 | 1001001 | 1100101 | 0 | 1000110 | 111010 | 110 | 101011110 | 1010101 | 111101 |
Color Harmonies of #F04965
Complementary color
Monochromatic Colors of #F04965
Black with #F04965
Text Example
Text Example
White with #F04965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04965; }
p { color: rgb(240,73,101); }
H1.HeaderClassName
{
color: #F04965;
}
.AnyTagClassName
{
color: #F04965;
}
</style>
background-color css
<style>
a { background-color: #F04965; }
a { background-color: rgb(240,73,101); }
div.DivClassName
{
background-color: #F04965;
}
.BgClassName
{
background-color: #F04965;
}
</style>
border-color css
<style>
span { border-color: #F04965; }
span { border-color: rgb(240,73,101); }
td.TdClassName
{
border-color: #F04965;
}
.TagClassName
{
border-color: #F04965;
}
</style>