Shades of Radical Red #FD484E
Tints of Radical Red #FD484E
RGB
CMYK
RGB Variations
Color information
#FD484E (or 0xFD484E) is known color: Radical Red. HEX triplet: FD, 48 and 4E. RGB value is (253,72,78). Sum of RGB (Red+Green+Blue) = 253+72+78=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD484E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD484E is #02B7B1. Grayscale: #7E7E7E. Windows color (decimal): -178098 or 5130493. OLE color: 5130493.
HSL color Cylindrical-coordinate representation of color #FD484E: hue angle of 358.01º 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 #FD484E is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 72 | 78 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.01 |
| HSL | 358.01º | 0.98% | 0.64% | - |
| HSV(B) | 358.01º | 0.72% | 0.99% | - |
| XYZ | 44.2 | 26.07 | 9.91 | - |
| YUV | 126.8 | 100.47 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 72 | 78 | 0 | 0.72 | 0.69 | 0.01 | 358.01 | 0.98 | 0.64 |
| Hex | FD | 48 | 4E | 0 | 48 | 45 | 1 | 166 | 62 | 40 |
| Octal | 375 | 110 | 116 | 0 | 110 | 105 | 1 | 546 | 142 | 100 |
| Binary | 11111101 | 1001000 | 1001110 | 0 | 1001000 | 1000101 | 1 | 101100110 | 1100010 | 1000000 |
Color Harmonies of #FD484E
Complementary color
Monochromatic Colors of #FD484E
Black with #FD484E
Text Example
Text Example
White with #FD484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD484E; }
p { color: rgb(253,72,78); }
H1.HeaderClassName
{
color: #FD484E;
}
.AnyTagClassName
{
color: #FD484E;
}
</style>
background-color css
<style>
a { background-color: #FD484E; }
a { background-color: rgb(253,72,78); }
div.DivClassName
{
background-color: #FD484E;
}
.BgClassName
{
background-color: #FD484E;
}
</style>
border-color css
<style>
span { border-color: #FD484E; }
span { border-color: rgb(253,72,78); }
td.TdClassName
{
border-color: #FD484E;
}
.TagClassName
{
border-color: #FD484E;
}
</style>