Shades of Razzmatazz #FF1370
Tints of Razzmatazz #FF1370
RGB
CMYK
RGB Variations
Color information
#FF1370 (or 0xFF1370) is known color: Razzmatazz. HEX triplet: FF, 13 and 70. RGB value is (255,19,112). Sum of RGB (Red+Green+Blue) = 255+19+112=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1370 is #00EC8F. Grayscale: #646464. Windows color (decimal): -60560 or 7345151. OLE color: 7345151.
HSL color Cylindrical-coordinate representation of color #FF1370: hue angle of 336.36º 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 #FF1370 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 112 | - |
| CMYK | 0 | 0.93 | 0.56 | 0 |
| HSL | 336.36º | 1% | 0.54% | - |
| HSV(B) | 336.36º | 0.93% | 1% | - |
| XYZ | 44.4 | 22.9 | 17.41 | - |
| YUV | 100.17 | 134.69 | 238.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 112 | 0 | 0.93 | 0.56 | 0 | 336.36 | 1 | 0.54 |
| Hex | FF | 13 | 70 | 0 | 5D | 38 | 0 | 150 | 64 | 36 |
| Octal | 377 | 23 | 160 | 0 | 135 | 70 | 0 | 520 | 144 | 66 |
| Binary | 11111111 | 10011 | 1110000 | 0 | 1011101 | 111000 | 0 | 101010000 | 1100100 | 110110 |
Color Harmonies of #FF1370
Complementary color
Monochromatic Colors of #FF1370
Black with #FF1370
Text Example
Text Example
White with #FF1370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1370; }
p { color: rgb(255,19,112); }
H1.HeaderClassName
{
color: #FF1370;
}
.AnyTagClassName
{
color: #FF1370;
}
</style>
background-color css
<style>
a { background-color: #FF1370; }
a { background-color: rgb(255,19,112); }
div.DivClassName
{
background-color: #FF1370;
}
.BgClassName
{
background-color: #FF1370;
}
</style>
border-color css
<style>
span { border-color: #FF1370; }
span { border-color: rgb(255,19,112); }
td.TdClassName
{
border-color: #FF1370;
}
.TagClassName
{
border-color: #FF1370;
}
</style>