Shades of Radical Red #FF485F
Tints of Radical Red #FF485F
RGB
CMYK
RGB Variations
Color information
#FF485F (or 0xFF485F) is known color: Radical Red. HEX triplet: FF, 48 and 5F. RGB value is (255,72,95). Sum of RGB (Red+Green+Blue) = 255+72+95=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF485F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF485F is #00B7A0. Grayscale: #818181. Windows color (decimal): -47009 or 6244607. OLE color: 6244607.
HSL color Cylindrical-coordinate representation of color #FF485F: hue angle of 352.46º 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 #FF485F is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 95 | - |
| CMYK | 0 | 0.72 | 0.63 | 0 |
| HSL | 352.46º | 1% | 0.64% | - |
| HSV(B) | 352.46º | 0.72% | 1% | - |
| XYZ | 45.62 | 26.72 | 13.58 | - |
| YUV | 129.34 | 108.63 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 95 | 0 | 0.72 | 0.63 | 0 | 352.46 | 1 | 0.64 |
| Hex | FF | 48 | 5F | 0 | 48 | 3F | 0 | 160 | 64 | 40 |
| Octal | 377 | 110 | 137 | 0 | 110 | 77 | 0 | 540 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1011111 | 0 | 1001000 | 111111 | 0 | 101100000 | 1100100 | 1000000 |
Color Harmonies of #FF485F
Complementary color
Monochromatic Colors of #FF485F
Black with #FF485F
Text Example
Text Example
White with #FF485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF485F; }
p { color: rgb(255,72,95); }
H1.HeaderClassName
{
color: #FF485F;
}
.AnyTagClassName
{
color: #FF485F;
}
</style>
background-color css
<style>
a { background-color: #FF485F; }
a { background-color: rgb(255,72,95); }
div.DivClassName
{
background-color: #FF485F;
}
.BgClassName
{
background-color: #FF485F;
}
</style>
border-color css
<style>
span { border-color: #FF485F; }
span { border-color: rgb(255,72,95); }
td.TdClassName
{
border-color: #FF485F;
}
.TagClassName
{
border-color: #FF485F;
}
</style>