Shades of Radical Red #FF3460
Tints of Radical Red #FF3460
RGB
CMYK
RGB Variations
Color information
#FF3460 (or 0xFF3460) is known color: Radical Red. HEX triplet: FF, 34 and 60. RGB value is (255,52,96). Sum of RGB (Red+Green+Blue) = 255+52+96=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3460 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3460 is #00CB9F. Grayscale: #757575. Windows color (decimal): -52128 or 6305023. OLE color: 6305023.
HSL color Cylindrical-coordinate representation of color #FF3460: hue angle of 347º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3460 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 96 | - |
| CMYK | 0 | 0.80 | 0.62 | 0 |
| HSL | 347º | 1% | 0.6% | - |
| HSV(B) | 347º | 0.8% | 1% | - |
| XYZ | 44.58 | 24.56 | 13.46 | - |
| YUV | 117.71 | 115.75 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 96 | 0 | 0.80 | 0.62 | 0 | 347 | 1 | 0.6 |
| Hex | FF | 34 | 60 | 0 | 50 | 3E | 0 | 15B | 64 | 3C |
| Octal | 377 | 64 | 140 | 0 | 120 | 76 | 0 | 533 | 144 | 74 |
| Binary | 11111111 | 110100 | 1100000 | 0 | 1010000 | 111110 | 0 | 101011011 | 1100100 | 111100 |
Color Harmonies of #FF3460
Complementary color
Monochromatic Colors of #FF3460
Black with #FF3460
Text Example
Text Example
White with #FF3460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3460; }
p { color: rgb(255,52,96); }
H1.HeaderClassName
{
color: #FF3460;
}
.AnyTagClassName
{
color: #FF3460;
}
</style>
background-color css
<style>
a { background-color: #FF3460; }
a { background-color: rgb(255,52,96); }
div.DivClassName
{
background-color: #FF3460;
}
.BgClassName
{
background-color: #FF3460;
}
</style>
border-color css
<style>
span { border-color: #FF3460; }
span { border-color: rgb(255,52,96); }
td.TdClassName
{
border-color: #FF3460;
}
.TagClassName
{
border-color: #FF3460;
}
</style>