Shades of Radical Red #F52671
Tints of Radical Red #F52671
RGB
CMYK
RGB Variations
Color information
#F52671 (or 0xF52671) is known color: Radical Red. HEX triplet: F5, 26 and 71. RGB value is (245,38,113). Sum of RGB (Red+Green+Blue) = 245+38+113=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F52671 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52671 is #0AD98E. Grayscale: #6C6C6C. Windows color (decimal): -711055 or 7415541. OLE color: 7415541.
HSL color Cylindrical-coordinate representation of color #F52671: hue angle of 338.26º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52671 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 113 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.04 |
| HSL | 338.26º | 0.91% | 0.55% | - |
| HSV(B) | 338.26º | 0.84% | 0.96% | - |
| XYZ | 41.33 | 21.99 | 17.69 | - |
| YUV | 108.44 | 130.58 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 113 | 0 | 0.84 | 0.54 | 0.04 | 338.26 | 0.91 | 0.55 |
| Hex | F5 | 26 | 71 | 0 | 54 | 36 | 4 | 152 | 5B | 37 |
| Octal | 365 | 46 | 161 | 0 | 124 | 66 | 4 | 522 | 133 | 67 |
| Binary | 11110101 | 100110 | 1110001 | 0 | 1010100 | 110110 | 100 | 101010010 | 1011011 | 110111 |
Color Harmonies of #F52671
Complementary color
Monochromatic Colors of #F52671
Black with #F52671
Text Example
Text Example
White with #F52671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52671; }
p { color: rgb(245,38,113); }
H1.HeaderClassName
{
color: #F52671;
}
.AnyTagClassName
{
color: #F52671;
}
</style>
background-color css
<style>
a { background-color: #F52671; }
a { background-color: rgb(245,38,113); }
div.DivClassName
{
background-color: #F52671;
}
.BgClassName
{
background-color: #F52671;
}
</style>
border-color css
<style>
span { border-color: #F52671; }
span { border-color: rgb(245,38,113); }
td.TdClassName
{
border-color: #F52671;
}
.TagClassName
{
border-color: #F52671;
}
</style>