Shades of Razzmatazz #FF1360
Tints of Razzmatazz #FF1360
RGB
CMYK
RGB Variations
Color information
#FF1360 (or 0xFF1360) is known color: Razzmatazz. HEX triplet: FF, 13 and 60. RGB value is (255,19,96). Sum of RGB (Red+Green+Blue) = 255+19+96=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1360 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1360 is #00EC9F. Grayscale: #626262. Windows color (decimal): -60576 or 6296575. OLE color: 6296575.
HSL color Cylindrical-coordinate representation of color #FF1360: hue angle of 340.42º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1360 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 96 | - |
| CMYK | 0 | 0.93 | 0.62 | 0 |
| HSL | 340.42º | 1% | 0.54% | - |
| HSV(B) | 340.42º | 0.93% | 1% | - |
| XYZ | 43.58 | 22.57 | 13.13 | - |
| YUV | 98.34 | 126.69 | 239.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 96 | 0 | 0.93 | 0.62 | 0 | 340.42 | 1 | 0.54 |
| Hex | FF | 13 | 60 | 0 | 5D | 3E | 0 | 154 | 64 | 36 |
| Octal | 377 | 23 | 140 | 0 | 135 | 76 | 0 | 524 | 144 | 66 |
| Binary | 11111111 | 10011 | 1100000 | 0 | 1011101 | 111110 | 0 | 101010100 | 1100100 | 110110 |
Color Harmonies of #FF1360
Complementary color
Monochromatic Colors of #FF1360
Black with #FF1360
Text Example
Text Example
White with #FF1360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1360; }
p { color: rgb(255,19,96); }
H1.HeaderClassName
{
color: #FF1360;
}
.AnyTagClassName
{
color: #FF1360;
}
</style>
background-color css
<style>
a { background-color: #FF1360; }
a { background-color: rgb(255,19,96); }
div.DivClassName
{
background-color: #FF1360;
}
.BgClassName
{
background-color: #FF1360;
}
</style>
border-color css
<style>
span { border-color: #FF1360; }
span { border-color: rgb(255,19,96); }
td.TdClassName
{
border-color: #FF1360;
}
.TagClassName
{
border-color: #FF1360;
}
</style>