Shades of Radical Red #FF4560
Tints of Radical Red #FF4560
RGB
CMYK
RGB Variations
Color information
#FF4560 (or 0xFF4560) is known color: Radical Red. HEX triplet: FF, 45 and 60. RGB value is (255,69,96). Sum of RGB (Red+Green+Blue) = 255+69+96=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4560 is #00BA9F. Grayscale: #7F7F7F. Windows color (decimal): -47776 or 6309375. OLE color: 6309375.
HSL color Cylindrical-coordinate representation of color #FF4560: hue angle of 351.29º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4560 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 96 | - |
| CMYK | 0 | 0.73 | 0.62 | 0 |
| HSL | 351.29º | 1% | 0.64% | - |
| HSV(B) | 351.29º | 0.73% | 1% | - |
| XYZ | 45.48 | 26.36 | 13.76 | - |
| YUV | 127.69 | 110.12 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 96 | 0 | 0.73 | 0.62 | 0 | 351.29 | 1 | 0.64 |
| Hex | FF | 45 | 60 | 0 | 49 | 3E | 0 | 15F | 64 | 40 |
| Octal | 377 | 105 | 140 | 0 | 111 | 76 | 0 | 537 | 144 | 100 |
| Binary | 11111111 | 1000101 | 1100000 | 0 | 1001001 | 111110 | 0 | 101011111 | 1100100 | 1000000 |
Color Harmonies of #FF4560
Complementary color
Monochromatic Colors of #FF4560
Black with #FF4560
Text Example
Text Example
White with #FF4560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4560; }
p { color: rgb(255,69,96); }
H1.HeaderClassName
{
color: #FF4560;
}
.AnyTagClassName
{
color: #FF4560;
}
</style>
background-color css
<style>
a { background-color: #FF4560; }
a { background-color: rgb(255,69,96); }
div.DivClassName
{
background-color: #FF4560;
}
.BgClassName
{
background-color: #FF4560;
}
</style>
border-color css
<style>
span { border-color: #FF4560; }
span { border-color: rgb(255,69,96); }
td.TdClassName
{
border-color: #FF4560;
}
.TagClassName
{
border-color: #FF4560;
}
</style>