Shades of Radical Red #F32764
Tints of Radical Red #F32764
RGB
CMYK
RGB Variations
Color information
#F32764 (or 0xF32764) is known color: Radical Red. HEX triplet: F3, 27 and 64. RGB value is (243,39,100). Sum of RGB (Red+Green+Blue) = 243+39+100=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F32764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32764 is #0CD89B. Grayscale: #6A6A6A. Windows color (decimal): -841884 or 6563827. OLE color: 6563827.
HSL color Cylindrical-coordinate representation of color #F32764: hue angle of 342.06º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32764 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 100 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.05 |
| HSL | 342.06º | 0.89% | 0.55% | - |
| HSV(B) | 342.06º | 0.84% | 0.95% | - |
| XYZ | 39.99 | 21.43 | 14.08 | - |
| YUV | 106.95 | 124.09 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 100 | 0 | 0.84 | 0.59 | 0.05 | 342.06 | 0.89 | 0.55 |
| Hex | F3 | 27 | 64 | 0 | 54 | 3B | 5 | 156 | 59 | 37 |
| Octal | 363 | 47 | 144 | 0 | 124 | 73 | 5 | 526 | 131 | 67 |
| Binary | 11110011 | 100111 | 1100100 | 0 | 1010100 | 111011 | 101 | 101010110 | 1011001 | 110111 |
Color Harmonies of #F32764
Complementary color
Monochromatic Colors of #F32764
Black with #F32764
Text Example
Text Example
White with #F32764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32764; }
p { color: rgb(243,39,100); }
H1.HeaderClassName
{
color: #F32764;
}
.AnyTagClassName
{
color: #F32764;
}
</style>
background-color css
<style>
a { background-color: #F32764; }
a { background-color: rgb(243,39,100); }
div.DivClassName
{
background-color: #F32764;
}
.BgClassName
{
background-color: #F32764;
}
</style>
border-color css
<style>
span { border-color: #F32764; }
span { border-color: rgb(243,39,100); }
td.TdClassName
{
border-color: #F32764;
}
.TagClassName
{
border-color: #F32764;
}
</style>