Shades of Radical Red #F52F64
Tints of Radical Red #F52F64
RGB
CMYK
RGB Variations
Color information
#F52F64 (or 0xF52F64) is known color: Radical Red. HEX triplet: F5, 2F and 64. RGB value is (245,47,100). Sum of RGB (Red+Green+Blue) = 245+47+100=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F52F64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52F64 is #0AD09B. Grayscale: #707070. Windows color (decimal): -708764 or 6565877. OLE color: 6565877.
HSL color Cylindrical-coordinate representation of color #F52F64: hue angle of 343.94º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F52F64 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 47 | 100 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.04 |
| HSL | 343.94º | 0.91% | 0.57% | - |
| HSV(B) | 343.94º | 0.81% | 0.96% | - |
| XYZ | 40.97 | 22.37 | 14.21 | - |
| YUV | 112.24 | 121.1 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 47 | 100 | 0 | 0.81 | 0.59 | 0.04 | 343.94 | 0.91 | 0.57 |
| Hex | F5 | 2F | 64 | 0 | 51 | 3B | 4 | 158 | 5B | 39 |
| Octal | 365 | 57 | 144 | 0 | 121 | 73 | 4 | 530 | 133 | 71 |
| Binary | 11110101 | 101111 | 1100100 | 0 | 1010001 | 111011 | 100 | 101011000 | 1011011 | 111001 |
Color Harmonies of #F52F64
Complementary color
Monochromatic Colors of #F52F64
Black with #F52F64
Text Example
Text Example
White with #F52F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52F64; }
p { color: rgb(245,47,100); }
H1.HeaderClassName
{
color: #F52F64;
}
.AnyTagClassName
{
color: #F52F64;
}
</style>
background-color css
<style>
a { background-color: #F52F64; }
a { background-color: rgb(245,47,100); }
div.DivClassName
{
background-color: #F52F64;
}
.BgClassName
{
background-color: #F52F64;
}
</style>
border-color css
<style>
span { border-color: #F52F64; }
span { border-color: rgb(245,47,100); }
td.TdClassName
{
border-color: #F52F64;
}
.TagClassName
{
border-color: #F52F64;
}
</style>