Shades of Radical Red #F52865
Tints of Radical Red #F52865
RGB
CMYK
RGB Variations
Color information
#F52865 (or 0xF52865) is known color: Radical Red. HEX triplet: F5, 28 and 65. RGB value is (245,40,101). Sum of RGB (Red+Green+Blue) = 245+40+101=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F52865 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52865 is #0AD79A. Grayscale: #6C6C6C. Windows color (decimal): -710555 or 6629621. OLE color: 6629621.
HSL color Cylindrical-coordinate representation of color #F52865: hue angle of 342.15º 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 #F52865 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 101 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.04 |
| HSL | 342.15º | 0.91% | 0.56% | - |
| HSV(B) | 342.15º | 0.84% | 0.96% | - |
| XYZ | 40.76 | 21.87 | 14.38 | - |
| YUV | 108.25 | 123.92 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 101 | 0 | 0.84 | 0.59 | 0.04 | 342.15 | 0.91 | 0.56 |
| Hex | F5 | 28 | 65 | 0 | 54 | 3B | 4 | 156 | 5B | 38 |
| Octal | 365 | 50 | 145 | 0 | 124 | 73 | 4 | 526 | 133 | 70 |
| Binary | 11110101 | 101000 | 1100101 | 0 | 1010100 | 111011 | 100 | 101010110 | 1011011 | 111000 |
Color Harmonies of #F52865
Complementary color
Monochromatic Colors of #F52865
Black with #F52865
Text Example
Text Example
White with #F52865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52865; }
p { color: rgb(245,40,101); }
H1.HeaderClassName
{
color: #F52865;
}
.AnyTagClassName
{
color: #F52865;
}
</style>
background-color css
<style>
a { background-color: #F52865; }
a { background-color: rgb(245,40,101); }
div.DivClassName
{
background-color: #F52865;
}
.BgClassName
{
background-color: #F52865;
}
</style>
border-color css
<style>
span { border-color: #F52865; }
span { border-color: rgb(245,40,101); }
td.TdClassName
{
border-color: #F52865;
}
.TagClassName
{
border-color: #F52865;
}
</style>