Shades of Radical Red #FD295A
Tints of Radical Red #FD295A
RGB
CMYK
RGB Variations
Color information
#FD295A (or 0xFD295A) is known color: Radical Red. HEX triplet: FD, 29 and 5A. RGB value is (253,41,90). Sum of RGB (Red+Green+Blue) = 253+41+90=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD295A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD295A is #02D6A5. Grayscale: #6D6D6D. Windows color (decimal): -186022 or 5908989. OLE color: 5908989.
HSL color Cylindrical-coordinate representation of color #FD295A: hue angle of 346.13º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD295A is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 90 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.01 |
| HSL | 346.13º | 0.98% | 0.58% | - |
| HSV(B) | 346.13º | 0.84% | 0.99% | - |
| XYZ | 43.15 | 23.21 | 11.88 | - |
| YUV | 109.97 | 116.74 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 90 | 0 | 0.84 | 0.64 | 0.01 | 346.13 | 0.98 | 0.58 |
| Hex | FD | 29 | 5A | 0 | 54 | 40 | 1 | 15A | 62 | 3A |
| Octal | 375 | 51 | 132 | 0 | 124 | 100 | 1 | 532 | 142 | 72 |
| Binary | 11111101 | 101001 | 1011010 | 0 | 1010100 | 1000000 | 1 | 101011010 | 1100010 | 111010 |
Color Harmonies of #FD295A
Complementary color
Monochromatic Colors of #FD295A
Black with #FD295A
Text Example
Text Example
White with #FD295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD295A; }
p { color: rgb(253,41,90); }
H1.HeaderClassName
{
color: #FD295A;
}
.AnyTagClassName
{
color: #FD295A;
}
</style>
background-color css
<style>
a { background-color: #FD295A; }
a { background-color: rgb(253,41,90); }
div.DivClassName
{
background-color: #FD295A;
}
.BgClassName
{
background-color: #FD295A;
}
</style>
border-color css
<style>
span { border-color: #FD295A; }
span { border-color: rgb(253,41,90); }
td.TdClassName
{
border-color: #FD295A;
}
.TagClassName
{
border-color: #FD295A;
}
</style>