Shades of Radical Red #F32D64
Tints of Radical Red #F32D64
RGB
CMYK
RGB Variations
Color information
#F32D64 (or 0xF32D64) is known color: Radical Red. HEX triplet: F3, 2D and 64. RGB value is (243,45,100). Sum of RGB (Red+Green+Blue) = 243+45+100=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32D64 is #0CD29B. Grayscale: #6E6E6E. Windows color (decimal): -840348 or 6565363. OLE color: 6565363.
HSL color Cylindrical-coordinate representation of color #F32D64: hue angle of 343.33º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32D64 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 100 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.05 |
| HSL | 343.33º | 0.89% | 0.56% | - |
| HSV(B) | 343.33º | 0.81% | 0.95% | - |
| XYZ | 40.2 | 21.85 | 14.16 | - |
| YUV | 110.47 | 122.1 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 100 | 0 | 0.81 | 0.59 | 0.05 | 343.33 | 0.89 | 0.56 |
| Hex | F3 | 2D | 64 | 0 | 51 | 3B | 5 | 157 | 59 | 38 |
| Octal | 363 | 55 | 144 | 0 | 121 | 73 | 5 | 527 | 131 | 70 |
| Binary | 11110011 | 101101 | 1100100 | 0 | 1010001 | 111011 | 101 | 101010111 | 1011001 | 111000 |
Color Harmonies of #F32D64
Complementary color
Monochromatic Colors of #F32D64
Black with #F32D64
Text Example
Text Example
White with #F32D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D64; }
p { color: rgb(243,45,100); }
H1.HeaderClassName
{
color: #F32D64;
}
.AnyTagClassName
{
color: #F32D64;
}
</style>
background-color css
<style>
a { background-color: #F32D64; }
a { background-color: rgb(243,45,100); }
div.DivClassName
{
background-color: #F32D64;
}
.BgClassName
{
background-color: #F32D64;
}
</style>
border-color css
<style>
span { border-color: #F32D64; }
span { border-color: rgb(243,45,100); }
td.TdClassName
{
border-color: #F32D64;
}
.TagClassName
{
border-color: #F32D64;
}
</style>