Shades of Radical Red #FF3360
Tints of Radical Red #FF3360
RGB
CMYK
RGB Variations
Color information
#FF3360 (or 0xFF3360) is known color: Radical Red. HEX triplet: FF, 33 and 60. RGB value is (255,51,96). Sum of RGB (Red+Green+Blue) = 255+51+96=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3360 is #00CC9F. Grayscale: #757575. Windows color (decimal): -52384 or 6304767. OLE color: 6304767.
HSL color Cylindrical-coordinate representation of color #FF3360: hue angle of 346.76º 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 #FF3360 is Cyan = 0, Magento = 0.8, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 96 | - |
| CMYK | 0 | 0.8 | 0.62 | 0 |
| HSL | 346.76º | 1% | 0.6% | - |
| HSV(B) | 346.76º | 0.8% | 1% | - |
| XYZ | 44.54 | 24.47 | 13.44 | - |
| YUV | 117.13 | 116.09 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 96 | 0 | 0.8 | 0.62 | 0 | 346.76 | 1 | 0.6 |
| Hex | FF | 33 | 60 | 0 | 50 | 3E | 0 | 15B | 64 | 3C |
| Octal | 377 | 63 | 140 | 0 | 120 | 76 | 0 | 533 | 144 | 74 |
| Binary | 11111111 | 110011 | 1100000 | 0 | 1010000 | 111110 | 0 | 101011011 | 1100100 | 111100 |
Color Harmonies of #FF3360
Complementary color
Monochromatic Colors of #FF3360
Black with #FF3360
Text Example
Text Example
White with #FF3360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3360; }
p { color: rgb(255,51,96); }
H1.HeaderClassName
{
color: #FF3360;
}
.AnyTagClassName
{
color: #FF3360;
}
</style>
background-color css
<style>
a { background-color: #FF3360; }
a { background-color: rgb(255,51,96); }
div.DivClassName
{
background-color: #FF3360;
}
.BgClassName
{
background-color: #FF3360;
}
</style>
border-color css
<style>
span { border-color: #FF3360; }
span { border-color: rgb(255,51,96); }
td.TdClassName
{
border-color: #FF3360;
}
.TagClassName
{
border-color: #FF3360;
}
</style>