Shades of Radical Red #FF486A
Tints of Radical Red #FF486A
RGB
CMYK
RGB Variations
Color information
#FF486A (or 0xFF486A) is known color: Radical Red. HEX triplet: FF, 48 and 6A. RGB value is (255,72,106). Sum of RGB (Red+Green+Blue) = 255+72+106=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF486A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF486A is #00B795. Grayscale: #828282. Windows color (decimal): -46998 or 6965503. OLE color: 6965503.
HSL color Cylindrical-coordinate representation of color #FF486A: hue angle of 348.85º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF486A is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 106 | - |
| CMYK | 0 | 0.72 | 0.58 | 0 |
| HSL | 348.85º | 1% | 0.64% | - |
| HSV(B) | 348.85º | 0.72% | 1% | - |
| XYZ | 46.16 | 26.94 | 16.4 | - |
| YUV | 130.59 | 114.13 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 106 | 0 | 0.72 | 0.58 | 0 | 348.85 | 1 | 0.64 |
| Hex | FF | 48 | 6A | 0 | 48 | 3A | 0 | 15D | 64 | 40 |
| Octal | 377 | 110 | 152 | 0 | 110 | 72 | 0 | 535 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1101010 | 0 | 1001000 | 111010 | 0 | 101011101 | 1100100 | 1000000 |
Color Harmonies of #FF486A
Complementary color
Monochromatic Colors of #FF486A
Black with #FF486A
Text Example
Text Example
White with #FF486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF486A; }
p { color: rgb(255,72,106); }
H1.HeaderClassName
{
color: #FF486A;
}
.AnyTagClassName
{
color: #FF486A;
}
</style>
background-color css
<style>
a { background-color: #FF486A; }
a { background-color: rgb(255,72,106); }
div.DivClassName
{
background-color: #FF486A;
}
.BgClassName
{
background-color: #FF486A;
}
</style>
border-color css
<style>
span { border-color: #FF486A; }
span { border-color: rgb(255,72,106); }
td.TdClassName
{
border-color: #FF486A;
}
.TagClassName
{
border-color: #FF486A;
}
</style>