Shades of Radical Red #FD4464
Tints of Radical Red #FD4464
RGB
CMYK
RGB Variations
Color information
#FD4464 (or 0xFD4464) is known color: Radical Red. HEX triplet: FD, 44 and 64. RGB value is (253,68,100). Sum of RGB (Red+Green+Blue) = 253+68+100=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4464 is #02BB9B. Grayscale: #7F7F7F. Windows color (decimal): -179100 or 6571261. OLE color: 6571261.
HSL color Cylindrical-coordinate representation of color #FD4464: hue angle of 349.62º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD4464 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 100 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.01 |
| HSL | 349.62º | 0.98% | 0.63% | - |
| HSV(B) | 349.62º | 0.73% | 0.99% | - |
| XYZ | 44.88 | 25.94 | 14.7 | - |
| YUV | 126.96 | 112.79 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 100 | 0 | 0.73 | 0.60 | 0.01 | 349.62 | 0.98 | 0.63 |
| Hex | FD | 44 | 64 | 0 | 49 | 3C | 1 | 15E | 62 | 3F |
| Octal | 375 | 104 | 144 | 0 | 111 | 74 | 1 | 536 | 142 | 77 |
| Binary | 11111101 | 1000100 | 1100100 | 0 | 1001001 | 111100 | 1 | 101011110 | 1100010 | 111111 |
Color Harmonies of #FD4464
Complementary color
Monochromatic Colors of #FD4464
Black with #FD4464
Text Example
Text Example
White with #FD4464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4464; }
p { color: rgb(253,68,100); }
H1.HeaderClassName
{
color: #FD4464;
}
.AnyTagClassName
{
color: #FD4464;
}
</style>
background-color css
<style>
a { background-color: #FD4464; }
a { background-color: rgb(253,68,100); }
div.DivClassName
{
background-color: #FD4464;
}
.BgClassName
{
background-color: #FD4464;
}
</style>
border-color css
<style>
span { border-color: #FD4464; }
span { border-color: rgb(253,68,100); }
td.TdClassName
{
border-color: #FD4464;
}
.TagClassName
{
border-color: #FD4464;
}
</style>