Shades of Radical Red #FF484F
Tints of Radical Red #FF484F
RGB
CMYK
RGB Variations
Color information
#FF484F (or 0xFF484F) is known color: Radical Red. HEX triplet: FF, 48 and 4F. RGB value is (255,72,79). Sum of RGB (Red+Green+Blue) = 255+72+79=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF484F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF484F is #00B7B0. Grayscale: #7F7F7F. Windows color (decimal): -47025 or 5196031. OLE color: 5196031.
HSL color Cylindrical-coordinate representation of color #FF484F: hue angle of 357.7º 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 #FF484F is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 79 | - |
| CMYK | 0 | 0.72 | 0.69 | 0 |
| HSL | 357.7º | 1% | 0.64% | - |
| HSV(B) | 357.7º | 0.72% | 1% | - |
| XYZ | 44.97 | 26.46 | 10.13 | - |
| YUV | 127.52 | 100.63 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 79 | 0 | 0.72 | 0.69 | 0 | 357.7 | 1 | 0.64 |
| Hex | FF | 48 | 4F | 0 | 48 | 45 | 0 | 166 | 64 | 40 |
| Octal | 377 | 110 | 117 | 0 | 110 | 105 | 0 | 546 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1001111 | 0 | 1001000 | 1000101 | 0 | 101100110 | 1100100 | 1000000 |
Color Harmonies of #FF484F
Complementary color
Monochromatic Colors of #FF484F
Black with #FF484F
Text Example
Text Example
White with #FF484F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF484F; }
p { color: rgb(255,72,79); }
H1.HeaderClassName
{
color: #FF484F;
}
.AnyTagClassName
{
color: #FF484F;
}
</style>
background-color css
<style>
a { background-color: #FF484F; }
a { background-color: rgb(255,72,79); }
div.DivClassName
{
background-color: #FF484F;
}
.BgClassName
{
background-color: #FF484F;
}
</style>
border-color css
<style>
span { border-color: #FF484F; }
span { border-color: rgb(255,72,79); }
td.TdClassName
{
border-color: #FF484F;
}
.TagClassName
{
border-color: #FF484F;
}
</style>