Shades of Radical Red #F32C63
Tints of Radical Red #F32C63
RGB
CMYK
RGB Variations
Color information
#F32C63 (or 0xF32C63) is known color: Radical Red. HEX triplet: F3, 2C and 63. RGB value is (243,44,99). Sum of RGB (Red+Green+Blue) = 243+44+99=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C63 is #0CD39C. Grayscale: #6D6D6D. Windows color (decimal): -840605 or 6499571. OLE color: 6499571.
HSL color Cylindrical-coordinate representation of color #F32C63: hue angle of 343.42º 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 #F32C63 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 99 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.05 |
| HSL | 343.42º | 0.89% | 0.56% | - |
| HSV(B) | 343.42º | 0.82% | 0.95% | - |
| XYZ | 40.11 | 21.76 | 13.89 | - |
| YUV | 109.77 | 121.93 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 99 | 0 | 0.82 | 0.59 | 0.05 | 343.42 | 0.89 | 0.56 |
| Hex | F3 | 2C | 63 | 0 | 52 | 3B | 5 | 157 | 59 | 38 |
| Octal | 363 | 54 | 143 | 0 | 122 | 73 | 5 | 527 | 131 | 70 |
| Binary | 11110011 | 101100 | 1100011 | 0 | 1010010 | 111011 | 101 | 101010111 | 1011001 | 111000 |
Color Harmonies of #F32C63
Complementary color
Monochromatic Colors of #F32C63
Black with #F32C63
Text Example
Text Example
White with #F32C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C63; }
p { color: rgb(243,44,99); }
H1.HeaderClassName
{
color: #F32C63;
}
.AnyTagClassName
{
color: #F32C63;
}
</style>
background-color css
<style>
a { background-color: #F32C63; }
a { background-color: rgb(243,44,99); }
div.DivClassName
{
background-color: #F32C63;
}
.BgClassName
{
background-color: #F32C63;
}
</style>
border-color css
<style>
span { border-color: #F32C63; }
span { border-color: rgb(243,44,99); }
td.TdClassName
{
border-color: #F32C63;
}
.TagClassName
{
border-color: #F32C63;
}
</style>