Shades of Radical Red #FD4859
Tints of Radical Red #FD4859
RGB
CMYK
RGB Variations
Color information
#FD4859 (or 0xFD4859) is known color: Radical Red. HEX triplet: FD, 48 and 59. RGB value is (253,72,89). Sum of RGB (Red+Green+Blue) = 253+72+89=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4859 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4859 is #02B7A6. Grayscale: #808080. Windows color (decimal): -178087 or 5851389. OLE color: 5851389.
HSL color Cylindrical-coordinate representation of color #FD4859: hue angle of 354.36º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD4859 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 72 | 89 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.01 |
| HSL | 354.36º | 0.98% | 0.64% | - |
| HSV(B) | 354.36º | 0.72% | 0.99% | - |
| XYZ | 44.63 | 26.24 | 12.16 | - |
| YUV | 128.06 | 105.97 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 72 | 89 | 0 | 0.72 | 0.65 | 0.01 | 354.36 | 0.98 | 0.64 |
| Hex | FD | 48 | 59 | 0 | 48 | 41 | 1 | 162 | 62 | 40 |
| Octal | 375 | 110 | 131 | 0 | 110 | 101 | 1 | 542 | 142 | 100 |
| Binary | 11111101 | 1001000 | 1011001 | 0 | 1001000 | 1000001 | 1 | 101100010 | 1100010 | 1000000 |
Color Harmonies of #FD4859
Complementary color
Monochromatic Colors of #FD4859
Black with #FD4859
Text Example
Text Example
White with #FD4859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4859; }
p { color: rgb(253,72,89); }
H1.HeaderClassName
{
color: #FD4859;
}
.AnyTagClassName
{
color: #FD4859;
}
</style>
background-color css
<style>
a { background-color: #FD4859; }
a { background-color: rgb(253,72,89); }
div.DivClassName
{
background-color: #FD4859;
}
.BgClassName
{
background-color: #FD4859;
}
</style>
border-color css
<style>
span { border-color: #FD4859; }
span { border-color: rgb(253,72,89); }
td.TdClassName
{
border-color: #FD4859;
}
.TagClassName
{
border-color: #FD4859;
}
</style>