Shades of Radical Red #F52468
Tints of Radical Red #F52468
RGB
CMYK
RGB Variations
Color information
#F52468 (or 0xF52468) is known color: Radical Red. HEX triplet: F5, 24 and 68. RGB value is (245,36,104). Sum of RGB (Red+Green+Blue) = 245+36+104=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F52468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52468 is #0ADB97. Grayscale: #6A6A6A. Windows color (decimal): -711576 or 6825205. OLE color: 6825205.
HSL color Cylindrical-coordinate representation of color #F52468: hue angle of 340.48º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F52468 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 104 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.04 |
| HSL | 340.48º | 0.91% | 0.55% | - |
| HSV(B) | 340.48º | 0.85% | 0.96% | - |
| XYZ | 40.79 | 21.67 | 15.13 | - |
| YUV | 106.24 | 126.74 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 104 | 0 | 0.85 | 0.58 | 0.04 | 340.48 | 0.91 | 0.55 |
| Hex | F5 | 24 | 68 | 0 | 55 | 3A | 4 | 154 | 5B | 37 |
| Octal | 365 | 44 | 150 | 0 | 125 | 72 | 4 | 524 | 133 | 67 |
| Binary | 11110101 | 100100 | 1101000 | 0 | 1010101 | 111010 | 100 | 101010100 | 1011011 | 110111 |
Color Harmonies of #F52468
Complementary color
Monochromatic Colors of #F52468
Black with #F52468
Text Example
Text Example
White with #F52468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52468; }
p { color: rgb(245,36,104); }
H1.HeaderClassName
{
color: #F52468;
}
.AnyTagClassName
{
color: #F52468;
}
</style>
background-color css
<style>
a { background-color: #F52468; }
a { background-color: rgb(245,36,104); }
div.DivClassName
{
background-color: #F52468;
}
.BgClassName
{
background-color: #F52468;
}
</style>
border-color css
<style>
span { border-color: #F52468; }
span { border-color: rgb(245,36,104); }
td.TdClassName
{
border-color: #F52468;
}
.TagClassName
{
border-color: #F52468;
}
</style>