Shades of Radical Red #F52165
Tints of Radical Red #F52165
RGB
CMYK
RGB Variations
Color information
#F52165 (or 0xF52165) is known color: Radical Red. HEX triplet: F5, 21 and 65. RGB value is (245,33,101). Sum of RGB (Red+Green+Blue) = 245+33+101=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F52165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52165 is #0ADE9A. Grayscale: #686868. Windows color (decimal): -712347 or 6627829. OLE color: 6627829.
HSL color Cylindrical-coordinate representation of color #F52165: hue angle of 340.75º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52165 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 101 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.04 |
| HSL | 340.75º | 0.91% | 0.55% | - |
| HSV(B) | 340.75º | 0.87% | 0.96% | - |
| XYZ | 40.55 | 21.44 | 14.31 | - |
| YUV | 104.14 | 126.24 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 101 | 0 | 0.87 | 0.59 | 0.04 | 340.75 | 0.91 | 0.55 |
| Hex | F5 | 21 | 65 | 0 | 57 | 3B | 4 | 155 | 5B | 37 |
| Octal | 365 | 41 | 145 | 0 | 127 | 73 | 4 | 525 | 133 | 67 |
| Binary | 11110101 | 100001 | 1100101 | 0 | 1010111 | 111011 | 100 | 101010101 | 1011011 | 110111 |
Color Harmonies of #F52165
Complementary color
Monochromatic Colors of #F52165
Black with #F52165
Text Example
Text Example
White with #F52165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52165; }
p { color: rgb(245,33,101); }
H1.HeaderClassName
{
color: #F52165;
}
.AnyTagClassName
{
color: #F52165;
}
</style>
background-color css
<style>
a { background-color: #F52165; }
a { background-color: rgb(245,33,101); }
div.DivClassName
{
background-color: #F52165;
}
.BgClassName
{
background-color: #F52165;
}
</style>
border-color css
<style>
span { border-color: #F52165; }
span { border-color: rgb(245,33,101); }
td.TdClassName
{
border-color: #F52165;
}
.TagClassName
{
border-color: #F52165;
}
</style>