Shades of Radical Red #FD405D
Tints of Radical Red #FD405D
RGB
CMYK
RGB Variations
Color information
#FD405D (or 0xFD405D) is known color: Radical Red. HEX triplet: FD, 40 and 5D. RGB value is (253,64,93). Sum of RGB (Red+Green+Blue) = 253+64+93=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD405D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD405D is #02BFA2. Grayscale: #7B7B7B. Windows color (decimal): -180131 or 6111485. OLE color: 6111485.
HSL color Cylindrical-coordinate representation of color #FD405D: hue angle of 350.79º 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 #FD405D is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 93 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.01 |
| HSL | 350.79º | 0.98% | 0.62% | - |
| HSV(B) | 350.79º | 0.75% | 0.99% | - |
| XYZ | 44.32 | 25.34 | 12.91 | - |
| YUV | 123.82 | 110.62 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 93 | 0 | 0.75 | 0.63 | 0.01 | 350.79 | 0.98 | 0.62 |
| Hex | FD | 40 | 5D | 0 | 4B | 3F | 1 | 15F | 62 | 3E |
| Octal | 375 | 100 | 135 | 0 | 113 | 77 | 1 | 537 | 142 | 76 |
| Binary | 11111101 | 1000000 | 1011101 | 0 | 1001011 | 111111 | 1 | 101011111 | 1100010 | 111110 |
Color Harmonies of #FD405D
Complementary color
Monochromatic Colors of #FD405D
Black with #FD405D
Text Example
Text Example
White with #FD405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD405D; }
p { color: rgb(253,64,93); }
H1.HeaderClassName
{
color: #FD405D;
}
.AnyTagClassName
{
color: #FD405D;
}
</style>
background-color css
<style>
a { background-color: #FD405D; }
a { background-color: rgb(253,64,93); }
div.DivClassName
{
background-color: #FD405D;
}
.BgClassName
{
background-color: #FD405D;
}
</style>
border-color css
<style>
span { border-color: #FD405D; }
span { border-color: rgb(253,64,93); }
td.TdClassName
{
border-color: #FD405D;
}
.TagClassName
{
border-color: #FD405D;
}
</style>