Shades of Radical Red #F53967
Tints of Radical Red #F53967
RGB
CMYK
RGB Variations
Color information
#F53967 (or 0xF53967) is known color: Radical Red. HEX triplet: F5, 39 and 67. RGB value is (245,57,103). Sum of RGB (Red+Green+Blue) = 245+57+103=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F53967 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53967 is #0AC698. Grayscale: #767676. Windows color (decimal): -706201 or 6765045. OLE color: 6765045.
HSL color Cylindrical-coordinate representation of color #F53967: hue angle of 345.32º 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 #F53967 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 103 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.04 |
| HSL | 345.32º | 0.9% | 0.59% | - |
| HSV(B) | 345.32º | 0.77% | 0.96% | - |
| XYZ | 41.57 | 23.32 | 15.14 | - |
| YUV | 118.46 | 119.28 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 103 | 0 | 0.77 | 0.58 | 0.04 | 345.32 | 0.9 | 0.59 |
| Hex | F5 | 39 | 67 | 0 | 4D | 3A | 4 | 159 | 5A | 3B |
| Octal | 365 | 71 | 147 | 0 | 115 | 72 | 4 | 531 | 132 | 73 |
| Binary | 11110101 | 111001 | 1100111 | 0 | 1001101 | 111010 | 100 | 101011001 | 1011010 | 111011 |
Color Harmonies of #F53967
Complementary color
Monochromatic Colors of #F53967
Black with #F53967
Text Example
Text Example
White with #F53967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53967; }
p { color: rgb(245,57,103); }
H1.HeaderClassName
{
color: #F53967;
}
.AnyTagClassName
{
color: #F53967;
}
</style>
background-color css
<style>
a { background-color: #F53967; }
a { background-color: rgb(245,57,103); }
div.DivClassName
{
background-color: #F53967;
}
.BgClassName
{
background-color: #F53967;
}
</style>
border-color css
<style>
span { border-color: #F53967; }
span { border-color: rgb(245,57,103); }
td.TdClassName
{
border-color: #F53967;
}
.TagClassName
{
border-color: #F53967;
}
</style>