Shades of Radical Red #FF485E
Tints of Radical Red #FF485E
RGB
CMYK
RGB Variations
Color information
#FF485E (or 0xFF485E) is known color: Radical Red. HEX triplet: FF, 48 and 5E. RGB value is (255,72,94). Sum of RGB (Red+Green+Blue) = 255+72+94=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF485E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF485E is #00B7A1. Grayscale: #818181. Windows color (decimal): -47010 or 6179071. OLE color: 6179071.
HSL color Cylindrical-coordinate representation of color #FF485E: hue angle of 352.79º 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 #FF485E is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 94 | - |
| CMYK | 0 | 0.72 | 0.63 | 0 |
| HSL | 352.79º | 1% | 0.64% | - |
| HSV(B) | 352.79º | 0.72% | 1% | - |
| XYZ | 45.58 | 26.7 | 13.34 | - |
| YUV | 129.23 | 108.13 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 94 | 0 | 0.72 | 0.63 | 0 | 352.79 | 1 | 0.64 |
| Hex | FF | 48 | 5E | 0 | 48 | 3F | 0 | 161 | 64 | 40 |
| Octal | 377 | 110 | 136 | 0 | 110 | 77 | 0 | 541 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1011110 | 0 | 1001000 | 111111 | 0 | 101100001 | 1100100 | 1000000 |
Color Harmonies of #FF485E
Complementary color
Monochromatic Colors of #FF485E
Black with #FF485E
Text Example
Text Example
White with #FF485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF485E; }
p { color: rgb(255,72,94); }
H1.HeaderClassName
{
color: #FF485E;
}
.AnyTagClassName
{
color: #FF485E;
}
</style>
background-color css
<style>
a { background-color: #FF485E; }
a { background-color: rgb(255,72,94); }
div.DivClassName
{
background-color: #FF485E;
}
.BgClassName
{
background-color: #FF485E;
}
</style>
border-color css
<style>
span { border-color: #FF485E; }
span { border-color: rgb(255,72,94); }
td.TdClassName
{
border-color: #FF485E;
}
.TagClassName
{
border-color: #FF485E;
}
</style>