Shades of Radical Red #F52E6C
Tints of Radical Red #F52E6C
RGB
CMYK
RGB Variations
Color information
#F52E6C (or 0xF52E6C) is known color: Radical Red. HEX triplet: F5, 2E and 6C. RGB value is (245,46,108). Sum of RGB (Red+Green+Blue) = 245+46+108=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F52E6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52E6C is #0AD193. Grayscale: #707070. Windows color (decimal): -709012 or 7089909. OLE color: 7089909.
HSL color Cylindrical-coordinate representation of color #F52E6C: hue angle of 341.31º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F52E6C is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 46 | 108 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.04 |
| HSL | 341.31º | 0.91% | 0.57% | - |
| HSV(B) | 341.31º | 0.81% | 0.96% | - |
| XYZ | 41.34 | 22.45 | 16.34 | - |
| YUV | 112.57 | 125.43 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 46 | 108 | 0 | 0.81 | 0.56 | 0.04 | 341.31 | 0.91 | 0.57 |
| Hex | F5 | 2E | 6C | 0 | 51 | 38 | 4 | 155 | 5B | 39 |
| Octal | 365 | 56 | 154 | 0 | 121 | 70 | 4 | 525 | 133 | 71 |
| Binary | 11110101 | 101110 | 1101100 | 0 | 1010001 | 111000 | 100 | 101010101 | 1011011 | 111001 |
Color Harmonies of #F52E6C
Complementary color
Monochromatic Colors of #F52E6C
Black with #F52E6C
Text Example
Text Example
White with #F52E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52E6C; }
p { color: rgb(245,46,108); }
H1.HeaderClassName
{
color: #F52E6C;
}
.AnyTagClassName
{
color: #F52E6C;
}
</style>
background-color css
<style>
a { background-color: #F52E6C; }
a { background-color: rgb(245,46,108); }
div.DivClassName
{
background-color: #F52E6C;
}
.BgClassName
{
background-color: #F52E6C;
}
</style>
border-color css
<style>
span { border-color: #F52E6C; }
span { border-color: rgb(245,46,108); }
td.TdClassName
{
border-color: #F52E6C;
}
.TagClassName
{
border-color: #F52E6C;
}
</style>