Shades of Radical Red #FD326A
Tints of Radical Red #FD326A
RGB
CMYK
RGB Variations
Color information
#FD326A (or 0xFD326A) is known color: Radical Red. HEX triplet: FD, 32 and 6A. RGB value is (253,50,106). Sum of RGB (Red+Green+Blue) = 253+50+106=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD326A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD326A is #02CD95. Grayscale: #757575. Windows color (decimal): -183702 or 6959869. OLE color: 6959869.
HSL color Cylindrical-coordinate representation of color #FD326A: hue angle of 343.45º 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 #FD326A is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 106 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.01 |
| HSL | 343.45º | 0.98% | 0.59% | - |
| HSV(B) | 343.45º | 0.8% | 0.99% | - |
| XYZ | 44.25 | 24.2 | 15.98 | - |
| YUV | 117.08 | 121.75 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 106 | 0 | 0.80 | 0.58 | 0.01 | 343.45 | 0.98 | 0.59 |
| Hex | FD | 32 | 6A | 0 | 50 | 3A | 1 | 157 | 62 | 3B |
| Octal | 375 | 62 | 152 | 0 | 120 | 72 | 1 | 527 | 142 | 73 |
| Binary | 11111101 | 110010 | 1101010 | 0 | 1010000 | 111010 | 1 | 101010111 | 1100010 | 111011 |
Color Harmonies of #FD326A
Complementary color
Monochromatic Colors of #FD326A
Black with #FD326A
Text Example
Text Example
White with #FD326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD326A; }
p { color: rgb(253,50,106); }
H1.HeaderClassName
{
color: #FD326A;
}
.AnyTagClassName
{
color: #FD326A;
}
</style>
background-color css
<style>
a { background-color: #FD326A; }
a { background-color: rgb(253,50,106); }
div.DivClassName
{
background-color: #FD326A;
}
.BgClassName
{
background-color: #FD326A;
}
</style>
border-color css
<style>
span { border-color: #FD326A; }
span { border-color: rgb(253,50,106); }
td.TdClassName
{
border-color: #FD326A;
}
.TagClassName
{
border-color: #FD326A;
}
</style>