Shades of Radical Red #FD4063
Tints of Radical Red #FD4063
RGB
CMYK
RGB Variations
Color information
#FD4063 (or 0xFD4063) is known color: Radical Red. HEX triplet: FD, 40 and 63. RGB value is (253,64,99). Sum of RGB (Red+Green+Blue) = 253+64+99=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4063 is #02BF9C. Grayscale: #7C7C7C. Windows color (decimal): -180125 or 6504701. OLE color: 6504701.
HSL color Cylindrical-coordinate representation of color #FD4063: hue angle of 348.89º 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 #FD4063 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 99 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.01 |
| HSL | 348.89º | 0.98% | 0.62% | - |
| HSV(B) | 348.89º | 0.75% | 0.99% | - |
| XYZ | 44.59 | 25.45 | 14.37 | - |
| YUV | 124.5 | 113.62 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 99 | 0 | 0.75 | 0.61 | 0.01 | 348.89 | 0.98 | 0.62 |
| Hex | FD | 40 | 63 | 0 | 4B | 3D | 1 | 15D | 62 | 3E |
| Octal | 375 | 100 | 143 | 0 | 113 | 75 | 1 | 535 | 142 | 76 |
| Binary | 11111101 | 1000000 | 1100011 | 0 | 1001011 | 111101 | 1 | 101011101 | 1100010 | 111110 |
Color Harmonies of #FD4063
Complementary color
Monochromatic Colors of #FD4063
Black with #FD4063
Text Example
Text Example
White with #FD4063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4063; }
p { color: rgb(253,64,99); }
H1.HeaderClassName
{
color: #FD4063;
}
.AnyTagClassName
{
color: #FD4063;
}
</style>
background-color css
<style>
a { background-color: #FD4063; }
a { background-color: rgb(253,64,99); }
div.DivClassName
{
background-color: #FD4063;
}
.BgClassName
{
background-color: #FD4063;
}
</style>
border-color css
<style>
span { border-color: #FD4063; }
span { border-color: rgb(253,64,99); }
td.TdClassName
{
border-color: #FD4063;
}
.TagClassName
{
border-color: #FD4063;
}
</style>