Shades of Radical Red #FD4A60
Tints of Radical Red #FD4A60
RGB
CMYK
RGB Variations
Color information
#FD4A60 (or 0xFD4A60) is known color: Radical Red. HEX triplet: FD, 4A and 60. RGB value is (253,74,96). Sum of RGB (Red+Green+Blue) = 253+74+96=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4A60 is #02B59F. Grayscale: #828282. Windows color (decimal): -177568 or 6310653. OLE color: 6310653.
HSL color Cylindrical-coordinate representation of color #FD4A60: hue angle of 352.63º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD4A60 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 74 | 96 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.01 |
| HSL | 352.63º | 0.98% | 0.64% | - |
| HSV(B) | 352.63º | 0.71% | 0.99% | - |
| XYZ | 45.07 | 26.62 | 13.83 | - |
| YUV | 130.03 | 108.8 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 96 | 0 | 0.71 | 0.62 | 0.01 | 352.63 | 0.98 | 0.64 |
| Hex | FD | 4A | 60 | 0 | 47 | 3E | 1 | 161 | 62 | 40 |
| Octal | 375 | 112 | 140 | 0 | 107 | 76 | 1 | 541 | 142 | 100 |
| Binary | 11111101 | 1001010 | 1100000 | 0 | 1000111 | 111110 | 1 | 101100001 | 1100010 | 1000000 |
Color Harmonies of #FD4A60
Complementary color
Monochromatic Colors of #FD4A60
Black with #FD4A60
Text Example
Text Example
White with #FD4A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4A60; }
p { color: rgb(253,74,96); }
H1.HeaderClassName
{
color: #FD4A60;
}
.AnyTagClassName
{
color: #FD4A60;
}
</style>
background-color css
<style>
a { background-color: #FD4A60; }
a { background-color: rgb(253,74,96); }
div.DivClassName
{
background-color: #FD4A60;
}
.BgClassName
{
background-color: #FD4A60;
}
</style>
border-color css
<style>
span { border-color: #FD4A60; }
span { border-color: rgb(253,74,96); }
td.TdClassName
{
border-color: #FD4A60;
}
.TagClassName
{
border-color: #FD4A60;
}
</style>