Shades of Radical Red #FD325F
Tints of Radical Red #FD325F
RGB
CMYK
RGB Variations
Color information
#FD325F (or 0xFD325F) is known color: Radical Red. HEX triplet: FD, 32 and 5F. RGB value is (253,50,95). Sum of RGB (Red+Green+Blue) = 253+50+95=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD325F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD325F is #02CDA0. Grayscale: #737373. Windows color (decimal): -183713 or 6238973. OLE color: 6238973.
HSL color Cylindrical-coordinate representation of color #FD325F: hue angle of 346.7º 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 #FD325F is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 95 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.01 |
| HSL | 346.7º | 0.98% | 0.59% | - |
| HSV(B) | 346.7º | 0.8% | 0.99% | - |
| XYZ | 43.71 | 23.99 | 13.15 | - |
| YUV | 115.83 | 116.25 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 95 | 0 | 0.80 | 0.62 | 0.01 | 346.7 | 0.98 | 0.59 |
| Hex | FD | 32 | 5F | 0 | 50 | 3E | 1 | 15B | 62 | 3B |
| Octal | 375 | 62 | 137 | 0 | 120 | 76 | 1 | 533 | 142 | 73 |
| Binary | 11111101 | 110010 | 1011111 | 0 | 1010000 | 111110 | 1 | 101011011 | 1100010 | 111011 |
Color Harmonies of #FD325F
Complementary color
Monochromatic Colors of #FD325F
Black with #FD325F
Text Example
Text Example
White with #FD325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD325F; }
p { color: rgb(253,50,95); }
H1.HeaderClassName
{
color: #FD325F;
}
.AnyTagClassName
{
color: #FD325F;
}
</style>
background-color css
<style>
a { background-color: #FD325F; }
a { background-color: rgb(253,50,95); }
div.DivClassName
{
background-color: #FD325F;
}
.BgClassName
{
background-color: #FD325F;
}
</style>
border-color css
<style>
span { border-color: #FD325F; }
span { border-color: rgb(253,50,95); }
td.TdClassName
{
border-color: #FD325F;
}
.TagClassName
{
border-color: #FD325F;
}
</style>