Shades of Radical Red #FF326C
Tints of Radical Red #FF326C
RGB
CMYK
RGB Variations
Color information
#FF326C (or 0xFF326C) is known color: Radical Red. HEX triplet: FF, 32 and 6C. RGB value is (255,50,108). Sum of RGB (Red+Green+Blue) = 255+50+108=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF326C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF326C is #00CD93. Grayscale: #757575. Windows color (decimal): -52628 or 7090943. OLE color: 7090943.
HSL color Cylindrical-coordinate representation of color #FF326C: hue angle of 343.02º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF326C is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 108 | - |
| CMYK | 0 | 0.80 | 0.58 | 0 |
| HSL | 343.02º | 1% | 0.6% | - |
| HSV(B) | 343.02º | 0.8% | 1% | - |
| XYZ | 45.09 | 24.62 | 16.56 | - |
| YUV | 117.91 | 122.42 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 108 | 0 | 0.80 | 0.58 | 0 | 343.02 | 1 | 0.6 |
| Hex | FF | 32 | 6C | 0 | 50 | 3A | 0 | 157 | 64 | 3C |
| Octal | 377 | 62 | 154 | 0 | 120 | 72 | 0 | 527 | 144 | 74 |
| Binary | 11111111 | 110010 | 1101100 | 0 | 1010000 | 111010 | 0 | 101010111 | 1100100 | 111100 |
Color Harmonies of #FF326C
Complementary color
Monochromatic Colors of #FF326C
Black with #FF326C
Text Example
Text Example
White with #FF326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF326C; }
p { color: rgb(255,50,108); }
H1.HeaderClassName
{
color: #FF326C;
}
.AnyTagClassName
{
color: #FF326C;
}
</style>
background-color css
<style>
a { background-color: #FF326C; }
a { background-color: rgb(255,50,108); }
div.DivClassName
{
background-color: #FF326C;
}
.BgClassName
{
background-color: #FF326C;
}
</style>
border-color css
<style>
span { border-color: #FF326C; }
span { border-color: rgb(255,50,108); }
td.TdClassName
{
border-color: #FF326C;
}
.TagClassName
{
border-color: #FF326C;
}
</style>