Shades of Radical Red #F03965
Tints of Radical Red #F03965
RGB
CMYK
RGB Variations
Color information
#F03965 (or 0xF03965) is known color: Radical Red. HEX triplet: F0, 39 and 65. RGB value is (240,57,101). Sum of RGB (Red+Green+Blue) = 240+57+101=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F03965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03965 is #0FC69A. Grayscale: #747474. Windows color (decimal): -1033883 or 6633968. OLE color: 6633968.
HSL color Cylindrical-coordinate representation of color #F03965: hue angle of 345.57º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03965 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 101 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.06 |
| HSL | 345.57º | 0.86% | 0.58% | - |
| HSV(B) | 345.57º | 0.76% | 0.94% | - |
| XYZ | 39.75 | 22.39 | 14.54 | - |
| YUV | 116.73 | 119.13 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 101 | 0 | 0.76 | 0.58 | 0.06 | 345.57 | 0.86 | 0.58 |
| Hex | F0 | 39 | 65 | 0 | 4C | 3A | 6 | 15A | 56 | 3A |
| Octal | 360 | 71 | 145 | 0 | 114 | 72 | 6 | 532 | 126 | 72 |
| Binary | 11110000 | 111001 | 1100101 | 0 | 1001100 | 111010 | 110 | 101011010 | 1010110 | 111010 |
Color Harmonies of #F03965
Complementary color
Monochromatic Colors of #F03965
Black with #F03965
Text Example
Text Example
White with #F03965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03965; }
p { color: rgb(240,57,101); }
H1.HeaderClassName
{
color: #F03965;
}
.AnyTagClassName
{
color: #F03965;
}
</style>
background-color css
<style>
a { background-color: #F03965; }
a { background-color: rgb(240,57,101); }
div.DivClassName
{
background-color: #F03965;
}
.BgClassName
{
background-color: #F03965;
}
</style>
border-color css
<style>
span { border-color: #F03965; }
span { border-color: rgb(240,57,101); }
td.TdClassName
{
border-color: #F03965;
}
.TagClassName
{
border-color: #F03965;
}
</style>