Shades of Radical Red #FD205A
Tints of Radical Red #FD205A
RGB
CMYK
RGB Variations
Color information
#FD205A (or 0xFD205A) is known color: Radical Red. HEX triplet: FD, 20 and 5A. RGB value is (253,32,90). Sum of RGB (Red+Green+Blue) = 253+32+90=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD205A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD205A is #02DFA5. Grayscale: #686868. Windows color (decimal): -188326 or 5906685. OLE color: 5906685.
HSL color Cylindrical-coordinate representation of color #FD205A: hue angle of 344.25º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD205A is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 90 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.01 |
| HSL | 344.25º | 0.98% | 0.56% | - |
| HSV(B) | 344.25º | 0.87% | 0.99% | - |
| XYZ | 42.87 | 22.65 | 11.79 | - |
| YUV | 104.69 | 119.72 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 90 | 0 | 0.87 | 0.64 | 0.01 | 344.25 | 0.98 | 0.56 |
| Hex | FD | 20 | 5A | 0 | 57 | 40 | 1 | 158 | 62 | 38 |
| Octal | 375 | 40 | 132 | 0 | 127 | 100 | 1 | 530 | 142 | 70 |
| Binary | 11111101 | 100000 | 1011010 | 0 | 1010111 | 1000000 | 1 | 101011000 | 1100010 | 111000 |
Color Harmonies of #FD205A
Complementary color
Monochromatic Colors of #FD205A
Black with #FD205A
Text Example
Text Example
White with #FD205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD205A; }
p { color: rgb(253,32,90); }
H1.HeaderClassName
{
color: #FD205A;
}
.AnyTagClassName
{
color: #FD205A;
}
</style>
background-color css
<style>
a { background-color: #FD205A; }
a { background-color: rgb(253,32,90); }
div.DivClassName
{
background-color: #FD205A;
}
.BgClassName
{
background-color: #FD205A;
}
</style>
border-color css
<style>
span { border-color: #FD205A; }
span { border-color: rgb(253,32,90); }
td.TdClassName
{
border-color: #FD205A;
}
.TagClassName
{
border-color: #FD205A;
}
</style>