Shades of Radical Red #FF326A
Tints of Radical Red #FF326A
RGB
CMYK
RGB Variations
Color information
#FF326A (or 0xFF326A) is known color: Radical Red. HEX triplet: FF, 32 and 6A. RGB value is (255,50,106). Sum of RGB (Red+Green+Blue) = 255+50+106=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF326A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF326A is #00CD95. Grayscale: #757575. Windows color (decimal): -52630 or 6959871. OLE color: 6959871.
HSL color Cylindrical-coordinate representation of color #FF326A: hue angle of 343.61º 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 #FF326A is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 106 | - |
| CMYK | 0 | 0.80 | 0.58 | 0 |
| HSL | 343.61º | 1% | 0.6% | - |
| HSV(B) | 343.61º | 0.8% | 1% | - |
| XYZ | 44.98 | 24.58 | 16.01 | - |
| YUV | 117.68 | 121.42 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 106 | 0 | 0.80 | 0.58 | 0 | 343.61 | 1 | 0.6 |
| Hex | FF | 32 | 6A | 0 | 50 | 3A | 0 | 158 | 64 | 3C |
| Octal | 377 | 62 | 152 | 0 | 120 | 72 | 0 | 530 | 144 | 74 |
| Binary | 11111111 | 110010 | 1101010 | 0 | 1010000 | 111010 | 0 | 101011000 | 1100100 | 111100 |
Color Harmonies of #FF326A
Complementary color
Monochromatic Colors of #FF326A
Black with #FF326A
Text Example
Text Example
White with #FF326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF326A; }
p { color: rgb(255,50,106); }
H1.HeaderClassName
{
color: #FF326A;
}
.AnyTagClassName
{
color: #FF326A;
}
</style>
background-color css
<style>
a { background-color: #FF326A; }
a { background-color: rgb(255,50,106); }
div.DivClassName
{
background-color: #FF326A;
}
.BgClassName
{
background-color: #FF326A;
}
</style>
border-color css
<style>
span { border-color: #FF326A; }
span { border-color: rgb(255,50,106); }
td.TdClassName
{
border-color: #FF326A;
}
.TagClassName
{
border-color: #FF326A;
}
</style>