Shades of Radical Red #F32C6A
Tints of Radical Red #F32C6A
RGB
CMYK
RGB Variations
Color information
#F32C6A (or 0xF32C6A) is known color: Radical Red. HEX triplet: F3, 2C and 6A. RGB value is (243,44,106). Sum of RGB (Red+Green+Blue) = 243+44+106=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C6A is #0CD395. Grayscale: #6E6E6E. Windows color (decimal): -840598 or 6958323. OLE color: 6958323.
HSL color Cylindrical-coordinate representation of color #F32C6A: hue angle of 341.31º 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 #F32C6A is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 106 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.05 |
| HSL | 341.31º | 0.89% | 0.56% | - |
| HSV(B) | 341.31º | 0.82% | 0.95% | - |
| XYZ | 40.46 | 21.9 | 15.73 | - |
| YUV | 110.57 | 125.43 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 106 | 0 | 0.82 | 0.56 | 0.05 | 341.31 | 0.89 | 0.56 |
| Hex | F3 | 2C | 6A | 0 | 52 | 38 | 5 | 155 | 59 | 38 |
| Octal | 363 | 54 | 152 | 0 | 122 | 70 | 5 | 525 | 131 | 70 |
| Binary | 11110011 | 101100 | 1101010 | 0 | 1010010 | 111000 | 101 | 101010101 | 1011001 | 111000 |
Color Harmonies of #F32C6A
Complementary color
Monochromatic Colors of #F32C6A
Black with #F32C6A
Text Example
Text Example
White with #F32C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C6A; }
p { color: rgb(243,44,106); }
H1.HeaderClassName
{
color: #F32C6A;
}
.AnyTagClassName
{
color: #F32C6A;
}
</style>
background-color css
<style>
a { background-color: #F32C6A; }
a { background-color: rgb(243,44,106); }
div.DivClassName
{
background-color: #F32C6A;
}
.BgClassName
{
background-color: #F32C6A;
}
</style>
border-color css
<style>
span { border-color: #F32C6A; }
span { border-color: rgb(243,44,106); }
td.TdClassName
{
border-color: #F32C6A;
}
.TagClassName
{
border-color: #F32C6A;
}
</style>