Shades of Razzmatazz #FF1271
Tints of Razzmatazz #FF1271
RGB
CMYK
RGB Variations
Color information
#FF1271 (or 0xFF1271) is known color: Razzmatazz. HEX triplet: FF, 12 and 71. RGB value is (255,18,113). Sum of RGB (Red+Green+Blue) = 255+18+113=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1271 is #00ED8E. Grayscale: #636363. Windows color (decimal): -60815 or 7410431. OLE color: 7410431.
HSL color Cylindrical-coordinate representation of color #FF1271: hue angle of 335.95º 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 #FF1271 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 113 | - |
| CMYK | 0 | 0.93 | 0.56 | 0 |
| HSL | 335.95º | 1% | 0.54% | - |
| HSV(B) | 335.95º | 0.93% | 1% | - |
| XYZ | 44.44 | 22.88 | 17.7 | - |
| YUV | 99.69 | 135.52 | 238.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 113 | 0 | 0.93 | 0.56 | 0 | 335.95 | 1 | 0.54 |
| Hex | FF | 12 | 71 | 0 | 5D | 38 | 0 | 150 | 64 | 36 |
| Octal | 377 | 22 | 161 | 0 | 135 | 70 | 0 | 520 | 144 | 66 |
| Binary | 11111111 | 10010 | 1110001 | 0 | 1011101 | 111000 | 0 | 101010000 | 1100100 | 110110 |
Color Harmonies of #FF1271
Complementary color
Monochromatic Colors of #FF1271
Black with #FF1271
Text Example
Text Example
White with #FF1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1271; }
p { color: rgb(255,18,113); }
H1.HeaderClassName
{
color: #FF1271;
}
.AnyTagClassName
{
color: #FF1271;
}
</style>
background-color css
<style>
a { background-color: #FF1271; }
a { background-color: rgb(255,18,113); }
div.DivClassName
{
background-color: #FF1271;
}
.BgClassName
{
background-color: #FF1271;
}
</style>
border-color css
<style>
span { border-color: #FF1271; }
span { border-color: rgb(255,18,113); }
td.TdClassName
{
border-color: #FF1271;
}
.TagClassName
{
border-color: #FF1271;
}
</style>