Shades of Radical Red #FD485D
Tints of Radical Red #FD485D
RGB
CMYK
RGB Variations
Color information
#FD485D (or 0xFD485D) is known color: Radical Red. HEX triplet: FD, 48 and 5D. RGB value is (253,72,93). Sum of RGB (Red+Green+Blue) = 253+72+93=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD485D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD485D is #02B7A2. Grayscale: #808080. Windows color (decimal): -178083 or 6113533. OLE color: 6113533.
HSL color Cylindrical-coordinate representation of color #FD485D: hue angle of 353.04º 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 #FD485D is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 72 | 93 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.01 |
| HSL | 353.04º | 0.98% | 0.64% | - |
| HSV(B) | 353.04º | 0.72% | 0.99% | - |
| XYZ | 44.8 | 26.31 | 13.07 | - |
| YUV | 128.51 | 107.97 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 72 | 93 | 0 | 0.72 | 0.63 | 0.01 | 353.04 | 0.98 | 0.64 |
| Hex | FD | 48 | 5D | 0 | 48 | 3F | 1 | 161 | 62 | 40 |
| Octal | 375 | 110 | 135 | 0 | 110 | 77 | 1 | 541 | 142 | 100 |
| Binary | 11111101 | 1001000 | 1011101 | 0 | 1001000 | 111111 | 1 | 101100001 | 1100010 | 1000000 |
Color Harmonies of #FD485D
Complementary color
Monochromatic Colors of #FD485D
Black with #FD485D
Text Example
Text Example
White with #FD485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD485D; }
p { color: rgb(253,72,93); }
H1.HeaderClassName
{
color: #FD485D;
}
.AnyTagClassName
{
color: #FD485D;
}
</style>
background-color css
<style>
a { background-color: #FD485D; }
a { background-color: rgb(253,72,93); }
div.DivClassName
{
background-color: #FD485D;
}
.BgClassName
{
background-color: #FD485D;
}
</style>
border-color css
<style>
span { border-color: #FD485D; }
span { border-color: rgb(253,72,93); }
td.TdClassName
{
border-color: #FD485D;
}
.TagClassName
{
border-color: #FD485D;
}
</style>