Shades of Radical Red #FD405B
Tints of Radical Red #FD405B
RGB
CMYK
RGB Variations
Color information
#FD405B (or 0xFD405B) is known color: Radical Red. HEX triplet: FD, 40 and 5B. RGB value is (253,64,91). Sum of RGB (Red+Green+Blue) = 253+64+91=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD405B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD405B is #02BFA4. Grayscale: #7B7B7B. Windows color (decimal): -180133 or 5980413. OLE color: 5980413.
HSL color Cylindrical-coordinate representation of color #FD405B: hue angle of 351.43º 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 #FD405B is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 91 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.01 |
| HSL | 351.43º | 0.98% | 0.62% | - |
| HSV(B) | 351.43º | 0.75% | 0.99% | - |
| XYZ | 44.23 | 25.3 | 12.45 | - |
| YUV | 123.59 | 109.62 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 91 | 0 | 0.75 | 0.64 | 0.01 | 351.43 | 0.98 | 0.62 |
| Hex | FD | 40 | 5B | 0 | 4B | 40 | 1 | 15F | 62 | 3E |
| Octal | 375 | 100 | 133 | 0 | 113 | 100 | 1 | 537 | 142 | 76 |
| Binary | 11111101 | 1000000 | 1011011 | 0 | 1001011 | 1000000 | 1 | 101011111 | 1100010 | 111110 |
Color Harmonies of #FD405B
Complementary color
Monochromatic Colors of #FD405B
Black with #FD405B
Text Example
Text Example
White with #FD405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD405B; }
p { color: rgb(253,64,91); }
H1.HeaderClassName
{
color: #FD405B;
}
.AnyTagClassName
{
color: #FD405B;
}
</style>
background-color css
<style>
a { background-color: #FD405B; }
a { background-color: rgb(253,64,91); }
div.DivClassName
{
background-color: #FD405B;
}
.BgClassName
{
background-color: #FD405B;
}
</style>
border-color css
<style>
span { border-color: #FD405B; }
span { border-color: rgb(253,64,91); }
td.TdClassName
{
border-color: #FD405B;
}
.TagClassName
{
border-color: #FD405B;
}
</style>