Shades of Radical Red #F32C62
Tints of Radical Red #F32C62
RGB
CMYK
RGB Variations
Color information
#F32C62 (or 0xF32C62) is known color: Radical Red. HEX triplet: F3, 2C and 62. RGB value is (243,44,98). Sum of RGB (Red+Green+Blue) = 243+44+98=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C62 is #0CD39D. Grayscale: #6D6D6D. Windows color (decimal): -840606 or 6434035. OLE color: 6434035.
HSL color Cylindrical-coordinate representation of color #F32C62: hue angle of 343.72º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32C62 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 98 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.05 |
| HSL | 343.72º | 0.89% | 0.56% | - |
| HSV(B) | 343.72º | 0.82% | 0.95% | - |
| XYZ | 40.07 | 21.74 | 13.64 | - |
| YUV | 109.66 | 121.43 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 98 | 0 | 0.82 | 0.60 | 0.05 | 343.72 | 0.89 | 0.56 |
| Hex | F3 | 2C | 62 | 0 | 52 | 3C | 5 | 158 | 59 | 38 |
| Octal | 363 | 54 | 142 | 0 | 122 | 74 | 5 | 530 | 131 | 70 |
| Binary | 11110011 | 101100 | 1100010 | 0 | 1010010 | 111100 | 101 | 101011000 | 1011001 | 111000 |
Color Harmonies of #F32C62
Complementary color
Monochromatic Colors of #F32C62
Black with #F32C62
Text Example
Text Example
White with #F32C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C62; }
p { color: rgb(243,44,98); }
H1.HeaderClassName
{
color: #F32C62;
}
.AnyTagClassName
{
color: #F32C62;
}
</style>
background-color css
<style>
a { background-color: #F32C62; }
a { background-color: rgb(243,44,98); }
div.DivClassName
{
background-color: #F32C62;
}
.BgClassName
{
background-color: #F32C62;
}
</style>
border-color css
<style>
span { border-color: #F32C62; }
span { border-color: rgb(243,44,98); }
td.TdClassName
{
border-color: #F32C62;
}
.TagClassName
{
border-color: #F32C62;
}
</style>