Shades of Radical Red #FD405A
Tints of Radical Red #FD405A
RGB
CMYK
RGB Variations
Color information
#FD405A (or 0xFD405A) is known color: Radical Red. HEX triplet: FD, 40 and 5A. RGB value is (253,64,90). Sum of RGB (Red+Green+Blue) = 253+64+90=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD405A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD405A is #02BFA5. Grayscale: #7B7B7B. Windows color (decimal): -180134 or 5914877. OLE color: 5914877.
HSL color Cylindrical-coordinate representation of color #FD405A: hue angle of 351.75º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD405A is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 90 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.01 |
| HSL | 351.75º | 0.98% | 0.62% | - |
| HSV(B) | 351.75º | 0.75% | 0.99% | - |
| XYZ | 44.19 | 25.29 | 12.22 | - |
| YUV | 123.48 | 109.12 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 90 | 0 | 0.75 | 0.64 | 0.01 | 351.75 | 0.98 | 0.62 |
| Hex | FD | 40 | 5A | 0 | 4B | 40 | 1 | 160 | 62 | 3E |
| Octal | 375 | 100 | 132 | 0 | 113 | 100 | 1 | 540 | 142 | 76 |
| Binary | 11111101 | 1000000 | 1011010 | 0 | 1001011 | 1000000 | 1 | 101100000 | 1100010 | 111110 |
Color Harmonies of #FD405A
Complementary color
Monochromatic Colors of #FD405A
Black with #FD405A
Text Example
Text Example
White with #FD405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD405A; }
p { color: rgb(253,64,90); }
H1.HeaderClassName
{
color: #FD405A;
}
.AnyTagClassName
{
color: #FD405A;
}
</style>
background-color css
<style>
a { background-color: #FD405A; }
a { background-color: rgb(253,64,90); }
div.DivClassName
{
background-color: #FD405A;
}
.BgClassName
{
background-color: #FD405A;
}
</style>
border-color css
<style>
span { border-color: #FD405A; }
span { border-color: rgb(253,64,90); }
td.TdClassName
{
border-color: #FD405A;
}
.TagClassName
{
border-color: #FD405A;
}
</style>