Shades of Radical Red #F52873
Tints of Radical Red #F52873
RGB
CMYK
RGB Variations
Color information
#F52873 (or 0xF52873) is known color: Radical Red. HEX triplet: F5, 28 and 73. RGB value is (245,40,115). Sum of RGB (Red+Green+Blue) = 245+40+115=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F52873 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52873 is #0AD78C. Grayscale: #6D6D6D. Windows color (decimal): -710541 or 7547125. OLE color: 7547125.
HSL color Cylindrical-coordinate representation of color #F52873: hue angle of 338.05º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52873 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 115 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.04 |
| HSL | 338.05º | 0.91% | 0.56% | - |
| HSV(B) | 338.05º | 0.84% | 0.96% | - |
| XYZ | 41.51 | 22.17 | 18.31 | - |
| YUV | 109.85 | 130.92 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 115 | 0 | 0.84 | 0.53 | 0.04 | 338.05 | 0.91 | 0.56 |
| Hex | F5 | 28 | 73 | 0 | 54 | 35 | 4 | 152 | 5B | 38 |
| Octal | 365 | 50 | 163 | 0 | 124 | 65 | 4 | 522 | 133 | 70 |
| Binary | 11110101 | 101000 | 1110011 | 0 | 1010100 | 110101 | 100 | 101010010 | 1011011 | 111000 |
Color Harmonies of #F52873
Complementary color
Monochromatic Colors of #F52873
Black with #F52873
Text Example
Text Example
White with #F52873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52873; }
p { color: rgb(245,40,115); }
H1.HeaderClassName
{
color: #F52873;
}
.AnyTagClassName
{
color: #F52873;
}
</style>
background-color css
<style>
a { background-color: #F52873; }
a { background-color: rgb(245,40,115); }
div.DivClassName
{
background-color: #F52873;
}
.BgClassName
{
background-color: #F52873;
}
</style>
border-color css
<style>
span { border-color: #F52873; }
span { border-color: rgb(245,40,115); }
td.TdClassName
{
border-color: #F52873;
}
.TagClassName
{
border-color: #F52873;
}
</style>