Shades of Radical Red #FD486A
Tints of Radical Red #FD486A
RGB
CMYK
RGB Variations
Color information
#FD486A (or 0xFD486A) is known color: Radical Red. HEX triplet: FD, 48 and 6A. RGB value is (253,72,106). Sum of RGB (Red+Green+Blue) = 253+72+106=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD486A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD486A is #02B795. Grayscale: #828282. Windows color (decimal): -178070 or 6965501. OLE color: 6965501.
HSL color Cylindrical-coordinate representation of color #FD486A: hue angle of 348.73º 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 #FD486A is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 72 | 106 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.01 |
| HSL | 348.73º | 0.98% | 0.64% | - |
| HSV(B) | 348.73º | 0.72% | 0.99% | - |
| XYZ | 45.43 | 26.56 | 16.37 | - |
| YUV | 130 | 114.47 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 72 | 106 | 0 | 0.72 | 0.58 | 0.01 | 348.73 | 0.98 | 0.64 |
| Hex | FD | 48 | 6A | 0 | 48 | 3A | 1 | 15D | 62 | 40 |
| Octal | 375 | 110 | 152 | 0 | 110 | 72 | 1 | 535 | 142 | 100 |
| Binary | 11111101 | 1001000 | 1101010 | 0 | 1001000 | 111010 | 1 | 101011101 | 1100010 | 1000000 |
Color Harmonies of #FD486A
Complementary color
Monochromatic Colors of #FD486A
Black with #FD486A
Text Example
Text Example
White with #FD486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD486A; }
p { color: rgb(253,72,106); }
H1.HeaderClassName
{
color: #FD486A;
}
.AnyTagClassName
{
color: #FD486A;
}
</style>
background-color css
<style>
a { background-color: #FD486A; }
a { background-color: rgb(253,72,106); }
div.DivClassName
{
background-color: #FD486A;
}
.BgClassName
{
background-color: #FD486A;
}
</style>
border-color css
<style>
span { border-color: #FD486A; }
span { border-color: rgb(253,72,106); }
td.TdClassName
{
border-color: #FD486A;
}
.TagClassName
{
border-color: #FD486A;
}
</style>