Shades of Radical Red #F32E68
Tints of Radical Red #F32E68
RGB
CMYK
RGB Variations
Color information
#F32E68 (or 0xF32E68) is known color: Radical Red. HEX triplet: F3, 2E and 68. RGB value is (243,46,104). Sum of RGB (Red+Green+Blue) = 243+46+104=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32E68 is #0CD197. Grayscale: #6F6F6F. Windows color (decimal): -840088 or 6827763. OLE color: 6827763.
HSL color Cylindrical-coordinate representation of color #F32E68: hue angle of 342.34º 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 #F32E68 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 46 | 104 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.05 |
| HSL | 342.34º | 0.89% | 0.57% | - |
| HSV(B) | 342.34º | 0.81% | 0.95% | - |
| XYZ | 40.44 | 22.01 | 15.21 | - |
| YUV | 111.52 | 123.77 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 104 | 0 | 0.81 | 0.57 | 0.05 | 342.34 | 0.89 | 0.57 |
| Hex | F3 | 2E | 68 | 0 | 51 | 39 | 5 | 156 | 59 | 39 |
| Octal | 363 | 56 | 150 | 0 | 121 | 71 | 5 | 526 | 131 | 71 |
| Binary | 11110011 | 101110 | 1101000 | 0 | 1010001 | 111001 | 101 | 101010110 | 1011001 | 111001 |
Color Harmonies of #F32E68
Complementary color
Monochromatic Colors of #F32E68
Black with #F32E68
Text Example
Text Example
White with #F32E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32E68; }
p { color: rgb(243,46,104); }
H1.HeaderClassName
{
color: #F32E68;
}
.AnyTagClassName
{
color: #F32E68;
}
</style>
background-color css
<style>
a { background-color: #F32E68; }
a { background-color: rgb(243,46,104); }
div.DivClassName
{
background-color: #F32E68;
}
.BgClassName
{
background-color: #F32E68;
}
</style>
border-color css
<style>
span { border-color: #F32E68; }
span { border-color: rgb(243,46,104); }
td.TdClassName
{
border-color: #F32E68;
}
.TagClassName
{
border-color: #F32E68;
}
</style>