Shades of Radical Red #F32F62
Tints of Radical Red #F32F62
RGB
CMYK
RGB Variations
Color information
#F32F62 (or 0xF32F62) is known color: Radical Red. HEX triplet: F3, 2F and 62. RGB value is (243,47,98). Sum of RGB (Red+Green+Blue) = 243+47+98=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32F62 is #0CD09D. Grayscale: #6F6F6F. Windows color (decimal): -839838 or 6434803. OLE color: 6434803.
HSL color Cylindrical-coordinate representation of color #F32F62: hue angle of 344.39º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32F62 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 98 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.05 |
| HSL | 344.39º | 0.89% | 0.57% | - |
| HSV(B) | 344.39º | 0.81% | 0.95% | - |
| XYZ | 40.18 | 21.97 | 13.68 | - |
| YUV | 111.42 | 120.43 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 98 | 0 | 0.81 | 0.60 | 0.05 | 344.39 | 0.89 | 0.57 |
| Hex | F3 | 2F | 62 | 0 | 51 | 3C | 5 | 158 | 59 | 39 |
| Octal | 363 | 57 | 142 | 0 | 121 | 74 | 5 | 530 | 131 | 71 |
| Binary | 11110011 | 101111 | 1100010 | 0 | 1010001 | 111100 | 101 | 101011000 | 1011001 | 111001 |
Color Harmonies of #F32F62
Complementary color
Monochromatic Colors of #F32F62
Black with #F32F62
Text Example
Text Example
White with #F32F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F62; }
p { color: rgb(243,47,98); }
H1.HeaderClassName
{
color: #F32F62;
}
.AnyTagClassName
{
color: #F32F62;
}
</style>
background-color css
<style>
a { background-color: #F32F62; }
a { background-color: rgb(243,47,98); }
div.DivClassName
{
background-color: #F32F62;
}
.BgClassName
{
background-color: #F32F62;
}
</style>
border-color css
<style>
span { border-color: #F32F62; }
span { border-color: rgb(243,47,98); }
td.TdClassName
{
border-color: #F32F62;
}
.TagClassName
{
border-color: #F32F62;
}
</style>