Shades of Radical Red #F32C60
Tints of Radical Red #F32C60
RGB
CMYK
RGB Variations
Color information
#F32C60 (or 0xF32C60) is known color: Radical Red. HEX triplet: F3, 2C and 60. RGB value is (243,44,96). Sum of RGB (Red+Green+Blue) = 243+44+96=383 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.45% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C60 is #0CD39F. Grayscale: #6D6D6D. Windows color (decimal): -840608 or 6302963. OLE color: 6302963.
HSL color Cylindrical-coordinate representation of color #F32C60: hue angle of 344.32º 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 #F32C60 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 96 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.05 |
| HSL | 344.32º | 0.89% | 0.56% | - |
| HSV(B) | 344.32º | 0.82% | 0.95% | - |
| XYZ | 39.97 | 21.7 | 13.15 | - |
| YUV | 109.43 | 120.43 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 96 | 0 | 0.82 | 0.60 | 0.05 | 344.32 | 0.89 | 0.56 |
| Hex | F3 | 2C | 60 | 0 | 52 | 3C | 5 | 158 | 59 | 38 |
| Octal | 363 | 54 | 140 | 0 | 122 | 74 | 5 | 530 | 131 | 70 |
| Binary | 11110011 | 101100 | 1100000 | 0 | 1010010 | 111100 | 101 | 101011000 | 1011001 | 111000 |
Color Harmonies of #F32C60
Complementary color
Monochromatic Colors of #F32C60
Black with #F32C60
Text Example
Text Example
White with #F32C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C60; }
p { color: rgb(243,44,96); }
H1.HeaderClassName
{
color: #F32C60;
}
.AnyTagClassName
{
color: #F32C60;
}
</style>
background-color css
<style>
a { background-color: #F32C60; }
a { background-color: rgb(243,44,96); }
div.DivClassName
{
background-color: #F32C60;
}
.BgClassName
{
background-color: #F32C60;
}
</style>
border-color css
<style>
span { border-color: #F32C60; }
span { border-color: rgb(243,44,96); }
td.TdClassName
{
border-color: #F32C60;
}
.TagClassName
{
border-color: #F32C60;
}
</style>