Shades of Radical Red #F53966
Tints of Radical Red #F53966
RGB
CMYK
RGB Variations
Color information
#F53966 (or 0xF53966) is known color: Radical Red. HEX triplet: F5, 39 and 66. RGB value is (245,57,102). Sum of RGB (Red+Green+Blue) = 245+57+102=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F53966 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53966 is #0AC699. Grayscale: #767676. Windows color (decimal): -706202 or 6699509. OLE color: 6699509.
HSL color Cylindrical-coordinate representation of color #F53966: hue angle of 345.64º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F53966 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 102 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.04 |
| HSL | 345.64º | 0.9% | 0.59% | - |
| HSV(B) | 345.64º | 0.77% | 0.96% | - |
| XYZ | 41.52 | 23.3 | 14.88 | - |
| YUV | 118.34 | 118.78 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 102 | 0 | 0.77 | 0.58 | 0.04 | 345.64 | 0.9 | 0.59 |
| Hex | F5 | 39 | 66 | 0 | 4D | 3A | 4 | 15A | 5A | 3B |
| Octal | 365 | 71 | 146 | 0 | 115 | 72 | 4 | 532 | 132 | 73 |
| Binary | 11110101 | 111001 | 1100110 | 0 | 1001101 | 111010 | 100 | 101011010 | 1011010 | 111011 |
Color Harmonies of #F53966
Complementary color
Monochromatic Colors of #F53966
Black with #F53966
Text Example
Text Example
White with #F53966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53966; }
p { color: rgb(245,57,102); }
H1.HeaderClassName
{
color: #F53966;
}
.AnyTagClassName
{
color: #F53966;
}
</style>
background-color css
<style>
a { background-color: #F53966; }
a { background-color: rgb(245,57,102); }
div.DivClassName
{
background-color: #F53966;
}
.BgClassName
{
background-color: #F53966;
}
</style>
border-color css
<style>
span { border-color: #F53966; }
span { border-color: rgb(245,57,102); }
td.TdClassName
{
border-color: #F53966;
}
.TagClassName
{
border-color: #F53966;
}
</style>