Shades of Radical Red #FF484D
Tints of Radical Red #FF484D
RGB
CMYK
RGB Variations
Color information
#FF484D (or 0xFF484D) is known color: Radical Red. HEX triplet: FF, 48 and 4D. RGB value is (255,72,77). Sum of RGB (Red+Green+Blue) = 255+72+77=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF484D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF484D is #00B7B2. Grayscale: #7F7F7F. Windows color (decimal): -47027 or 5064959. OLE color: 5064959.
HSL color Cylindrical-coordinate representation of color #FF484D: hue angle of 358.36º 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 #FF484D is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 77 | - |
| CMYK | 0 | 0.72 | 0.70 | 0 |
| HSL | 358.36º | 1% | 0.64% | - |
| HSV(B) | 358.36º | 0.72% | 1% | - |
| XYZ | 44.9 | 26.43 | 9.76 | - |
| YUV | 127.29 | 99.63 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 77 | 0 | 0.72 | 0.70 | 0 | 358.36 | 1 | 0.64 |
| Hex | FF | 48 | 4D | 0 | 48 | 46 | 0 | 166 | 64 | 40 |
| Octal | 377 | 110 | 115 | 0 | 110 | 106 | 0 | 546 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1001101 | 0 | 1001000 | 1000110 | 0 | 101100110 | 1100100 | 1000000 |
Color Harmonies of #FF484D
Complementary color
Monochromatic Colors of #FF484D
Black with #FF484D
Text Example
Text Example
White with #FF484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF484D; }
p { color: rgb(255,72,77); }
H1.HeaderClassName
{
color: #FF484D;
}
.AnyTagClassName
{
color: #FF484D;
}
</style>
background-color css
<style>
a { background-color: #FF484D; }
a { background-color: rgb(255,72,77); }
div.DivClassName
{
background-color: #FF484D;
}
.BgClassName
{
background-color: #FF484D;
}
</style>
border-color css
<style>
span { border-color: #FF484D; }
span { border-color: rgb(255,72,77); }
td.TdClassName
{
border-color: #FF484D;
}
.TagClassName
{
border-color: #FF484D;
}
</style>