Shades of Radical Red #FF3560
Tints of Radical Red #FF3560
RGB
CMYK
RGB Variations
Color information
#FF3560 (or 0xFF3560) is known color: Radical Red. HEX triplet: FF, 35 and 60. RGB value is (255,53,96). Sum of RGB (Red+Green+Blue) = 255+53+96=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3560 is #00CA9F. Grayscale: #767676. Windows color (decimal): -51872 or 6305279. OLE color: 6305279.
HSL color Cylindrical-coordinate representation of color #FF3560: hue angle of 347.23º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3560 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 96 | - |
| CMYK | 0 | 0.79 | 0.62 | 0 |
| HSL | 347.23º | 1% | 0.6% | - |
| HSV(B) | 347.23º | 0.79% | 1% | - |
| XYZ | 44.62 | 24.65 | 13.47 | - |
| YUV | 118.3 | 115.42 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 96 | 0 | 0.79 | 0.62 | 0 | 347.23 | 1 | 0.6 |
| Hex | FF | 35 | 60 | 0 | 4F | 3E | 0 | 15B | 64 | 3C |
| Octal | 377 | 65 | 140 | 0 | 117 | 76 | 0 | 533 | 144 | 74 |
| Binary | 11111111 | 110101 | 1100000 | 0 | 1001111 | 111110 | 0 | 101011011 | 1100100 | 111100 |
Color Harmonies of #FF3560
Complementary color
Monochromatic Colors of #FF3560
Black with #FF3560
Text Example
Text Example
White with #FF3560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3560; }
p { color: rgb(255,53,96); }
H1.HeaderClassName
{
color: #FF3560;
}
.AnyTagClassName
{
color: #FF3560;
}
</style>
background-color css
<style>
a { background-color: #FF3560; }
a { background-color: rgb(255,53,96); }
div.DivClassName
{
background-color: #FF3560;
}
.BgClassName
{
background-color: #FF3560;
}
</style>
border-color css
<style>
span { border-color: #FF3560; }
span { border-color: rgb(255,53,96); }
td.TdClassName
{
border-color: #FF3560;
}
.TagClassName
{
border-color: #FF3560;
}
</style>