Shades of Radical Red #FD326E
Tints of Radical Red #FD326E
RGB
CMYK
RGB Variations
Color information
#FD326E (or 0xFD326E) is known color: Radical Red. HEX triplet: FD, 32 and 6E. RGB value is (253,50,110). Sum of RGB (Red+Green+Blue) = 253+50+110=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD326E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD326E is #02CD91. Grayscale: #757575. Windows color (decimal): -183698 or 7222013. OLE color: 7222013.
HSL color Cylindrical-coordinate representation of color #FD326E: hue angle of 342.27º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD326E is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 110 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.01 |
| HSL | 342.27º | 0.98% | 0.59% | - |
| HSV(B) | 342.27º | 0.8% | 0.99% | - |
| XYZ | 44.46 | 24.29 | 17.1 | - |
| YUV | 117.54 | 123.75 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 110 | 0 | 0.80 | 0.57 | 0.01 | 342.27 | 0.98 | 0.59 |
| Hex | FD | 32 | 6E | 0 | 50 | 39 | 1 | 156 | 62 | 3B |
| Octal | 375 | 62 | 156 | 0 | 120 | 71 | 1 | 526 | 142 | 73 |
| Binary | 11111101 | 110010 | 1101110 | 0 | 1010000 | 111001 | 1 | 101010110 | 1100010 | 111011 |
Color Harmonies of #FD326E
Complementary color
Monochromatic Colors of #FD326E
Black with #FD326E
Text Example
Text Example
White with #FD326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD326E; }
p { color: rgb(253,50,110); }
H1.HeaderClassName
{
color: #FD326E;
}
.AnyTagClassName
{
color: #FD326E;
}
</style>
background-color css
<style>
a { background-color: #FD326E; }
a { background-color: rgb(253,50,110); }
div.DivClassName
{
background-color: #FD326E;
}
.BgClassName
{
background-color: #FD326E;
}
</style>
border-color css
<style>
span { border-color: #FD326E; }
span { border-color: rgb(253,50,110); }
td.TdClassName
{
border-color: #FD326E;
}
.TagClassName
{
border-color: #FD326E;
}
</style>