Shades of Radical Red #FF485C
Tints of Radical Red #FF485C
RGB
CMYK
RGB Variations
Color information
#FF485C (or 0xFF485C) is known color: Radical Red. HEX triplet: FF, 48 and 5C. RGB value is (255,72,92). Sum of RGB (Red+Green+Blue) = 255+72+92=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF485C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF485C is #00B7A3. Grayscale: #818181. Windows color (decimal): -47012 or 6047999. OLE color: 6047999.
HSL color Cylindrical-coordinate representation of color #FF485C: hue angle of 353.44º 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 #FF485C is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 92 | - |
| CMYK | 0 | 0.72 | 0.64 | 0 |
| HSL | 353.44º | 1% | 0.64% | - |
| HSV(B) | 353.44º | 0.72% | 1% | - |
| XYZ | 45.49 | 26.67 | 12.88 | - |
| YUV | 129 | 107.13 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 92 | 0 | 0.72 | 0.64 | 0 | 353.44 | 1 | 0.64 |
| Hex | FF | 48 | 5C | 0 | 48 | 40 | 0 | 161 | 64 | 40 |
| Octal | 377 | 110 | 134 | 0 | 110 | 100 | 0 | 541 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1011100 | 0 | 1001000 | 1000000 | 0 | 101100001 | 1100100 | 1000000 |
Color Harmonies of #FF485C
Complementary color
Monochromatic Colors of #FF485C
Black with #FF485C
Text Example
Text Example
White with #FF485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF485C; }
p { color: rgb(255,72,92); }
H1.HeaderClassName
{
color: #FF485C;
}
.AnyTagClassName
{
color: #FF485C;
}
</style>
background-color css
<style>
a { background-color: #FF485C; }
a { background-color: rgb(255,72,92); }
div.DivClassName
{
background-color: #FF485C;
}
.BgClassName
{
background-color: #FF485C;
}
</style>
border-color css
<style>
span { border-color: #FF485C; }
span { border-color: rgb(255,72,92); }
td.TdClassName
{
border-color: #FF485C;
}
.TagClassName
{
border-color: #FF485C;
}
</style>