Shades of Radical Red #FD325A
Tints of Radical Red #FD325A
RGB
CMYK
RGB Variations
Color information
#FD325A (or 0xFD325A) is known color: Radical Red. HEX triplet: FD, 32 and 5A. RGB value is (253,50,90). Sum of RGB (Red+Green+Blue) = 253+50+90=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD325A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD325A is #02CDA5. Grayscale: #737373. Windows color (decimal): -183718 or 5911293. OLE color: 5911293.
HSL color Cylindrical-coordinate representation of color #FD325A: hue angle of 348.18º 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 #FD325A is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 90 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.01 |
| HSL | 348.18º | 0.98% | 0.59% | - |
| HSV(B) | 348.18º | 0.8% | 0.99% | - |
| XYZ | 43.49 | 23.9 | 11.99 | - |
| YUV | 115.26 | 113.75 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 90 | 0 | 0.80 | 0.64 | 0.01 | 348.18 | 0.98 | 0.59 |
| Hex | FD | 32 | 5A | 0 | 50 | 40 | 1 | 15C | 62 | 3B |
| Octal | 375 | 62 | 132 | 0 | 120 | 100 | 1 | 534 | 142 | 73 |
| Binary | 11111101 | 110010 | 1011010 | 0 | 1010000 | 1000000 | 1 | 101011100 | 1100010 | 111011 |
Color Harmonies of #FD325A
Complementary color
Monochromatic Colors of #FD325A
Black with #FD325A
Text Example
Text Example
White with #FD325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD325A; }
p { color: rgb(253,50,90); }
H1.HeaderClassName
{
color: #FD325A;
}
.AnyTagClassName
{
color: #FD325A;
}
</style>
background-color css
<style>
a { background-color: #FD325A; }
a { background-color: rgb(253,50,90); }
div.DivClassName
{
background-color: #FD325A;
}
.BgClassName
{
background-color: #FD325A;
}
</style>
border-color css
<style>
span { border-color: #FD325A; }
span { border-color: rgb(253,50,90); }
td.TdClassName
{
border-color: #FD325A;
}
.TagClassName
{
border-color: #FD325A;
}
</style>