Shades of Radical Red #F52E5C
Tints of Radical Red #F52E5C
RGB
CMYK
RGB Variations
Color information
#F52E5C (or 0xF52E5C) is known color: Radical Red. HEX triplet: F5, 2E and 5C. RGB value is (245,46,92). Sum of RGB (Red+Green+Blue) = 245+46+92=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F52E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52E5C is #0AD1A3. Grayscale: #6E6E6E. Windows color (decimal): -709028 or 6041333. OLE color: 6041333.
HSL color Cylindrical-coordinate representation of color #F52E5C: hue angle of 346.13º 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 #F52E5C is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 46 | 92 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.04 |
| HSL | 346.13º | 0.91% | 0.57% | - |
| HSV(B) | 346.13º | 0.81% | 0.96% | - |
| XYZ | 40.56 | 22.14 | 12.26 | - |
| YUV | 110.75 | 117.43 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 46 | 92 | 0 | 0.81 | 0.62 | 0.04 | 346.13 | 0.91 | 0.57 |
| Hex | F5 | 2E | 5C | 0 | 51 | 3E | 4 | 15A | 5B | 39 |
| Octal | 365 | 56 | 134 | 0 | 121 | 76 | 4 | 532 | 133 | 71 |
| Binary | 11110101 | 101110 | 1011100 | 0 | 1010001 | 111110 | 100 | 101011010 | 1011011 | 111001 |
Color Harmonies of #F52E5C
Complementary color
Monochromatic Colors of #F52E5C
Black with #F52E5C
Text Example
Text Example
White with #F52E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52E5C; }
p { color: rgb(245,46,92); }
H1.HeaderClassName
{
color: #F52E5C;
}
.AnyTagClassName
{
color: #F52E5C;
}
</style>
background-color css
<style>
a { background-color: #F52E5C; }
a { background-color: rgb(245,46,92); }
div.DivClassName
{
background-color: #F52E5C;
}
.BgClassName
{
background-color: #F52E5C;
}
</style>
border-color css
<style>
span { border-color: #F52E5C; }
span { border-color: rgb(245,46,92); }
td.TdClassName
{
border-color: #F52E5C;
}
.TagClassName
{
border-color: #F52E5C;
}
</style>