Shades of Radical Red #F32E6C
Tints of Radical Red #F32E6C
RGB
CMYK
RGB Variations
Color information
#F32E6C (or 0xF32E6C) is known color: Radical Red. HEX triplet: F3, 2E and 6C. RGB value is (243,46,108). Sum of RGB (Red+Green+Blue) = 243+46+108=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32E6C is #0CD193. Grayscale: #6F6F6F. Windows color (decimal): -840084 or 7089907. OLE color: 7089907.
HSL color Cylindrical-coordinate representation of color #F32E6C: hue angle of 341.12º 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 #F32E6C is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 46 | 108 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.05 |
| HSL | 341.12º | 0.89% | 0.57% | - |
| HSV(B) | 341.12º | 0.81% | 0.95% | - |
| XYZ | 40.65 | 22.09 | 16.31 | - |
| YUV | 111.97 | 125.77 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 108 | 0 | 0.81 | 0.56 | 0.05 | 341.12 | 0.89 | 0.57 |
| Hex | F3 | 2E | 6C | 0 | 51 | 38 | 5 | 155 | 59 | 39 |
| Octal | 363 | 56 | 154 | 0 | 121 | 70 | 5 | 525 | 131 | 71 |
| Binary | 11110011 | 101110 | 1101100 | 0 | 1010001 | 111000 | 101 | 101010101 | 1011001 | 111001 |
Color Harmonies of #F32E6C
Complementary color
Monochromatic Colors of #F32E6C
Black with #F32E6C
Text Example
Text Example
White with #F32E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32E6C; }
p { color: rgb(243,46,108); }
H1.HeaderClassName
{
color: #F32E6C;
}
.AnyTagClassName
{
color: #F32E6C;
}
</style>
background-color css
<style>
a { background-color: #F32E6C; }
a { background-color: rgb(243,46,108); }
div.DivClassName
{
background-color: #F32E6C;
}
.BgClassName
{
background-color: #F32E6C;
}
</style>
border-color css
<style>
span { border-color: #F32E6C; }
span { border-color: rgb(243,46,108); }
td.TdClassName
{
border-color: #F32E6C;
}
.TagClassName
{
border-color: #F32E6C;
}
</style>