Shades of Radical Red #F52D68
Tints of Radical Red #F52D68
RGB
CMYK
RGB Variations
Color information
#F52D68 (or 0xF52D68) is known color: Radical Red. HEX triplet: F5, 2D and 68. RGB value is (245,45,104). Sum of RGB (Red+Green+Blue) = 245+45+104=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F52D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52D68 is #0AD297. Grayscale: #6F6F6F. Windows color (decimal): -709272 or 6827509. OLE color: 6827509.
HSL color Cylindrical-coordinate representation of color #F52D68: hue angle of 342.3º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52D68 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 45 | 104 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.04 |
| HSL | 342.3º | 0.91% | 0.57% | - |
| HSV(B) | 342.3º | 0.82% | 0.96% | - |
| XYZ | 41.09 | 22.29 | 15.23 | - |
| YUV | 111.53 | 123.76 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 45 | 104 | 0 | 0.82 | 0.58 | 0.04 | 342.3 | 0.91 | 0.57 |
| Hex | F5 | 2D | 68 | 0 | 52 | 3A | 4 | 156 | 5B | 39 |
| Octal | 365 | 55 | 150 | 0 | 122 | 72 | 4 | 526 | 133 | 71 |
| Binary | 11110101 | 101101 | 1101000 | 0 | 1010010 | 111010 | 100 | 101010110 | 1011011 | 111001 |
Color Harmonies of #F52D68
Complementary color
Monochromatic Colors of #F52D68
Black with #F52D68
Text Example
Text Example
White with #F52D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52D68; }
p { color: rgb(245,45,104); }
H1.HeaderClassName
{
color: #F52D68;
}
.AnyTagClassName
{
color: #F52D68;
}
</style>
background-color css
<style>
a { background-color: #F52D68; }
a { background-color: rgb(245,45,104); }
div.DivClassName
{
background-color: #F52D68;
}
.BgClassName
{
background-color: #F52D68;
}
</style>
border-color css
<style>
span { border-color: #F52D68; }
span { border-color: rgb(245,45,104); }
td.TdClassName
{
border-color: #F52D68;
}
.TagClassName
{
border-color: #F52D68;
}
</style>