Shades of Radical Red #F53468
Tints of Radical Red #F53468
RGB
CMYK
RGB Variations
Color information
#F53468 (or 0xF53468) is known color: Radical Red. HEX triplet: F5, 34 and 68. RGB value is (245,52,104). Sum of RGB (Red+Green+Blue) = 245+52+104=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F53468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53468 is #0ACB97. Grayscale: #737373. Windows color (decimal): -707480 or 6829301. OLE color: 6829301.
HSL color Cylindrical-coordinate representation of color #F53468: hue angle of 343.83º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53468 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 104 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.04 |
| HSL | 343.83º | 0.91% | 0.58% | - |
| HSV(B) | 343.83º | 0.79% | 0.96% | - |
| XYZ | 41.38 | 22.87 | 15.33 | - |
| YUV | 115.64 | 121.44 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 104 | 0 | 0.79 | 0.58 | 0.04 | 343.83 | 0.91 | 0.58 |
| Hex | F5 | 34 | 68 | 0 | 4F | 3A | 4 | 158 | 5B | 3A |
| Octal | 365 | 64 | 150 | 0 | 117 | 72 | 4 | 530 | 133 | 72 |
| Binary | 11110101 | 110100 | 1101000 | 0 | 1001111 | 111010 | 100 | 101011000 | 1011011 | 111010 |
Color Harmonies of #F53468
Complementary color
Monochromatic Colors of #F53468
Black with #F53468
Text Example
Text Example
White with #F53468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53468; }
p { color: rgb(245,52,104); }
H1.HeaderClassName
{
color: #F53468;
}
.AnyTagClassName
{
color: #F53468;
}
</style>
background-color css
<style>
a { background-color: #F53468; }
a { background-color: rgb(245,52,104); }
div.DivClassName
{
background-color: #F53468;
}
.BgClassName
{
background-color: #F53468;
}
</style>
border-color css
<style>
span { border-color: #F53468; }
span { border-color: rgb(245,52,104); }
td.TdClassName
{
border-color: #F53468;
}
.TagClassName
{
border-color: #F53468;
}
</style>