Shades of Radical Red #F52263
Tints of Radical Red #F52263
RGB
CMYK
RGB Variations
Color information
#F52263 (or 0xF52263) is known color: Radical Red. HEX triplet: F5, 22 and 63. RGB value is (245,34,99). Sum of RGB (Red+Green+Blue) = 245+34+99=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F52263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52263 is #0ADD9C. Grayscale: #686868. Windows color (decimal): -712093 or 6497013. OLE color: 6497013.
HSL color Cylindrical-coordinate representation of color #F52263: hue angle of 341.52º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F52263 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 99 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.04 |
| HSL | 341.52º | 0.91% | 0.55% | - |
| HSV(B) | 341.52º | 0.86% | 0.96% | - |
| XYZ | 40.48 | 21.46 | 13.81 | - |
| YUV | 104.5 | 124.9 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 99 | 0 | 0.86 | 0.60 | 0.04 | 341.52 | 0.91 | 0.55 |
| Hex | F5 | 22 | 63 | 0 | 56 | 3C | 4 | 156 | 5B | 37 |
| Octal | 365 | 42 | 143 | 0 | 126 | 74 | 4 | 526 | 133 | 67 |
| Binary | 11110101 | 100010 | 1100011 | 0 | 1010110 | 111100 | 100 | 101010110 | 1011011 | 110111 |
Color Harmonies of #F52263
Complementary color
Monochromatic Colors of #F52263
Black with #F52263
Text Example
Text Example
White with #F52263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52263; }
p { color: rgb(245,34,99); }
H1.HeaderClassName
{
color: #F52263;
}
.AnyTagClassName
{
color: #F52263;
}
</style>
background-color css
<style>
a { background-color: #F52263; }
a { background-color: rgb(245,34,99); }
div.DivClassName
{
background-color: #F52263;
}
.BgClassName
{
background-color: #F52263;
}
</style>
border-color css
<style>
span { border-color: #F52263; }
span { border-color: rgb(245,34,99); }
td.TdClassName
{
border-color: #F52263;
}
.TagClassName
{
border-color: #F52263;
}
</style>