Shades of Radical Red #FF484A
Tints of Radical Red #FF484A
RGB
CMYK
RGB Variations
Color information
#FF484A (or 0xFF484A) is known color: Radical Red. HEX triplet: FF, 48 and 4A. RGB value is (255,72,74). Sum of RGB (Red+Green+Blue) = 255+72+74=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF484A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF484A is #00B7B5. Grayscale: #7F7F7F. Windows color (decimal): -47030 or 4868351. OLE color: 4868351.
HSL color Cylindrical-coordinate representation of color #FF484A: hue angle of 359.34º 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 #FF484A is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 74 | - |
| CMYK | 0 | 0.72 | 0.71 | 0 |
| HSL | 359.34º | 1% | 0.64% | - |
| HSV(B) | 359.34º | 0.72% | 1% | - |
| XYZ | 44.79 | 26.39 | 9.21 | - |
| YUV | 126.95 | 98.13 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 74 | 0 | 0.72 | 0.71 | 0 | 359.34 | 1 | 0.64 |
| Hex | FF | 48 | 4A | 0 | 48 | 47 | 0 | 167 | 64 | 40 |
| Octal | 377 | 110 | 112 | 0 | 110 | 107 | 0 | 547 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1001010 | 0 | 1001000 | 1000111 | 0 | 101100111 | 1100100 | 1000000 |
Color Harmonies of #FF484A
Complementary color
Monochromatic Colors of #FF484A
Black with #FF484A
Text Example
Text Example
White with #FF484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF484A; }
p { color: rgb(255,72,74); }
H1.HeaderClassName
{
color: #FF484A;
}
.AnyTagClassName
{
color: #FF484A;
}
</style>
background-color css
<style>
a { background-color: #FF484A; }
a { background-color: rgb(255,72,74); }
div.DivClassName
{
background-color: #FF484A;
}
.BgClassName
{
background-color: #FF484A;
}
</style>
border-color css
<style>
span { border-color: #FF484A; }
span { border-color: rgb(255,72,74); }
td.TdClassName
{
border-color: #FF484A;
}
.TagClassName
{
border-color: #FF484A;
}
</style>