Shades of Radical Red #FF326D
Tints of Radical Red #FF326D
RGB
CMYK
RGB Variations
Color information
#FF326D (or 0xFF326D) is known color: Radical Red. HEX triplet: FF, 32 and 6D. RGB value is (255,50,109). Sum of RGB (Red+Green+Blue) = 255+50+109=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF326D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF326D is #00CD92. Grayscale: #757575. Windows color (decimal): -52627 or 7156479. OLE color: 7156479.
HSL color Cylindrical-coordinate representation of color #FF326D: hue angle of 342.73º 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 #FF326D is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 109 | - |
| CMYK | 0 | 0.80 | 0.57 | 0 |
| HSL | 342.73º | 1% | 0.6% | - |
| HSV(B) | 342.73º | 0.8% | 1% | - |
| XYZ | 45.14 | 24.65 | 16.85 | - |
| YUV | 118.02 | 122.92 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 109 | 0 | 0.80 | 0.57 | 0 | 342.73 | 1 | 0.6 |
| Hex | FF | 32 | 6D | 0 | 50 | 39 | 0 | 157 | 64 | 3C |
| Octal | 377 | 62 | 155 | 0 | 120 | 71 | 0 | 527 | 144 | 74 |
| Binary | 11111111 | 110010 | 1101101 | 0 | 1010000 | 111001 | 0 | 101010111 | 1100100 | 111100 |
Color Harmonies of #FF326D
Complementary color
Monochromatic Colors of #FF326D
Black with #FF326D
Text Example
Text Example
White with #FF326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF326D; }
p { color: rgb(255,50,109); }
H1.HeaderClassName
{
color: #FF326D;
}
.AnyTagClassName
{
color: #FF326D;
}
</style>
background-color css
<style>
a { background-color: #FF326D; }
a { background-color: rgb(255,50,109); }
div.DivClassName
{
background-color: #FF326D;
}
.BgClassName
{
background-color: #FF326D;
}
</style>
border-color css
<style>
span { border-color: #FF326D; }
span { border-color: rgb(255,50,109); }
td.TdClassName
{
border-color: #FF326D;
}
.TagClassName
{
border-color: #FF326D;
}
</style>