Shades of Radical Red #FF4860
Tints of Radical Red #FF4860
RGB
CMYK
RGB Variations
Color information
#FF4860 (or 0xFF4860) is known color: Radical Red. HEX triplet: FF, 48 and 60. RGB value is (255,72,96). Sum of RGB (Red+Green+Blue) = 255+72+96=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4860 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4860 is #00B79F. Grayscale: #818181. Windows color (decimal): -47008 or 6310143. OLE color: 6310143.
HSL color Cylindrical-coordinate representation of color #FF4860: hue angle of 352.13º 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 #FF4860 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 96 | - |
| CMYK | 0 | 0.72 | 0.62 | 0 |
| HSL | 352.13º | 1% | 0.64% | - |
| HSV(B) | 352.13º | 0.72% | 1% | - |
| XYZ | 45.67 | 26.74 | 13.82 | - |
| YUV | 129.45 | 109.13 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 96 | 0 | 0.72 | 0.62 | 0 | 352.13 | 1 | 0.64 |
| Hex | FF | 48 | 60 | 0 | 48 | 3E | 0 | 160 | 64 | 40 |
| Octal | 377 | 110 | 140 | 0 | 110 | 76 | 0 | 540 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1100000 | 0 | 1001000 | 111110 | 0 | 101100000 | 1100100 | 1000000 |
Color Harmonies of #FF4860
Complementary color
Monochromatic Colors of #FF4860
Black with #FF4860
Text Example
Text Example
White with #FF4860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4860; }
p { color: rgb(255,72,96); }
H1.HeaderClassName
{
color: #FF4860;
}
.AnyTagClassName
{
color: #FF4860;
}
</style>
background-color css
<style>
a { background-color: #FF4860; }
a { background-color: rgb(255,72,96); }
div.DivClassName
{
background-color: #FF4860;
}
.BgClassName
{
background-color: #FF4860;
}
</style>
border-color css
<style>
span { border-color: #FF4860; }
span { border-color: rgb(255,72,96); }
td.TdClassName
{
border-color: #FF4860;
}
.TagClassName
{
border-color: #FF4860;
}
</style>