Shades of Radical Red #F53768
Tints of Radical Red #F53768
RGB
CMYK
RGB Variations
Color information
#F53768 (or 0xF53768) is known color: Radical Red. HEX triplet: F5, 37 and 68. RGB value is (245,55,104). Sum of RGB (Red+Green+Blue) = 245+55+104=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F53768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53768 is #0AC897. Grayscale: #757575. Windows color (decimal): -706712 or 6830069. OLE color: 6830069.
HSL color Cylindrical-coordinate representation of color #F53768: hue angle of 344.53º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53768 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 104 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.04 |
| HSL | 344.53º | 0.9% | 0.59% | - |
| HSV(B) | 344.53º | 0.78% | 0.96% | - |
| XYZ | 41.52 | 23.14 | 15.38 | - |
| YUV | 117.4 | 120.45 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 104 | 0 | 0.78 | 0.58 | 0.04 | 344.53 | 0.9 | 0.59 |
| Hex | F5 | 37 | 68 | 0 | 4E | 3A | 4 | 159 | 5A | 3B |
| Octal | 365 | 67 | 150 | 0 | 116 | 72 | 4 | 531 | 132 | 73 |
| Binary | 11110101 | 110111 | 1101000 | 0 | 1001110 | 111010 | 100 | 101011001 | 1011010 | 111011 |
Color Harmonies of #F53768
Complementary color
Monochromatic Colors of #F53768
Black with #F53768
Text Example
Text Example
White with #F53768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53768; }
p { color: rgb(245,55,104); }
H1.HeaderClassName
{
color: #F53768;
}
.AnyTagClassName
{
color: #F53768;
}
</style>
background-color css
<style>
a { background-color: #F53768; }
a { background-color: rgb(245,55,104); }
div.DivClassName
{
background-color: #F53768;
}
.BgClassName
{
background-color: #F53768;
}
</style>
border-color css
<style>
span { border-color: #F53768; }
span { border-color: rgb(245,55,104); }
td.TdClassName
{
border-color: #F53768;
}
.TagClassName
{
border-color: #F53768;
}
</style>