Shades of Radical Red #FD326B
Tints of Radical Red #FD326B
RGB
CMYK
RGB Variations
Color information
#FD326B (or 0xFD326B) is known color: Radical Red. HEX triplet: FD, 32 and 6B. RGB value is (253,50,107). Sum of RGB (Red+Green+Blue) = 253+50+107=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD326B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD326B is #02CD94. Grayscale: #757575. Windows color (decimal): -183701 or 7025405. OLE color: 7025405.
HSL color Cylindrical-coordinate representation of color #FD326B: hue angle of 343.15º 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 #FD326B is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 107 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.01 |
| HSL | 343.15º | 0.98% | 0.59% | - |
| HSV(B) | 343.15º | 0.8% | 0.99% | - |
| XYZ | 44.3 | 24.23 | 16.25 | - |
| YUV | 117.2 | 122.25 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 107 | 0 | 0.80 | 0.58 | 0.01 | 343.15 | 0.98 | 0.59 |
| Hex | FD | 32 | 6B | 0 | 50 | 3A | 1 | 157 | 62 | 3B |
| Octal | 375 | 62 | 153 | 0 | 120 | 72 | 1 | 527 | 142 | 73 |
| Binary | 11111101 | 110010 | 1101011 | 0 | 1010000 | 111010 | 1 | 101010111 | 1100010 | 111011 |
Color Harmonies of #FD326B
Complementary color
Monochromatic Colors of #FD326B
Black with #FD326B
Text Example
Text Example
White with #FD326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD326B; }
p { color: rgb(253,50,107); }
H1.HeaderClassName
{
color: #FD326B;
}
.AnyTagClassName
{
color: #FD326B;
}
</style>
background-color css
<style>
a { background-color: #FD326B; }
a { background-color: rgb(253,50,107); }
div.DivClassName
{
background-color: #FD326B;
}
.BgClassName
{
background-color: #FD326B;
}
</style>
border-color css
<style>
span { border-color: #FD326B; }
span { border-color: rgb(253,50,107); }
td.TdClassName
{
border-color: #FD326B;
}
.TagClassName
{
border-color: #FD326B;
}
</style>