Shades of Razzmatazz #FF1356
Tints of Razzmatazz #FF1356
RGB
CMYK
RGB Variations
Color information
#FF1356 (or 0xFF1356) is known color: Razzmatazz. HEX triplet: FF, 13 and 56. RGB value is (255,19,86). Sum of RGB (Red+Green+Blue) = 255+19+86=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1356 is #00ECA9. Grayscale: #616161. Windows color (decimal): -60586 or 5641215. OLE color: 5641215.
HSL color Cylindrical-coordinate representation of color #FF1356: hue angle of 342.97º 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 #FF1356 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 86 | - |
| CMYK | 0 | 0.93 | 0.66 | 0 |
| HSL | 342.97º | 1% | 0.54% | - |
| HSV(B) | 342.97º | 0.93% | 1% | - |
| XYZ | 43.15 | 22.4 | 10.85 | - |
| YUV | 97.2 | 121.69 | 240.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 86 | 0 | 0.93 | 0.66 | 0 | 342.97 | 1 | 0.54 |
| Hex | FF | 13 | 56 | 0 | 5D | 42 | 0 | 157 | 64 | 36 |
| Octal | 377 | 23 | 126 | 0 | 135 | 102 | 0 | 527 | 144 | 66 |
| Binary | 11111111 | 10011 | 1010110 | 0 | 1011101 | 1000010 | 0 | 101010111 | 1100100 | 110110 |
Color Harmonies of #FF1356
Complementary color
Monochromatic Colors of #FF1356
Black with #FF1356
Text Example
Text Example
White with #FF1356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1356; }
p { color: rgb(255,19,86); }
H1.HeaderClassName
{
color: #FF1356;
}
.AnyTagClassName
{
color: #FF1356;
}
</style>
background-color css
<style>
a { background-color: #FF1356; }
a { background-color: rgb(255,19,86); }
div.DivClassName
{
background-color: #FF1356;
}
.BgClassName
{
background-color: #FF1356;
}
</style>
border-color css
<style>
span { border-color: #FF1356; }
span { border-color: rgb(255,19,86); }
td.TdClassName
{
border-color: #FF1356;
}
.TagClassName
{
border-color: #FF1356;
}
</style>