Shades of Razzmatazz #FF1259
Tints of Razzmatazz #FF1259
RGB
CMYK
RGB Variations
Color information
#FF1259 (or 0xFF1259) is known color: Razzmatazz. HEX triplet: FF, 12 and 59. RGB value is (255,18,89). Sum of RGB (Red+Green+Blue) = 255+18+89=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1259 is #00EDA6. Grayscale: #606060. Windows color (decimal): -60839 or 5837567. OLE color: 5837567.
HSL color Cylindrical-coordinate representation of color #FF1259: hue angle of 342.03º 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 #FF1259 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 89 | - |
| CMYK | 0 | 0.93 | 0.65 | 0 |
| HSL | 342.03º | 1% | 0.54% | - |
| HSV(B) | 342.03º | 0.93% | 1% | - |
| XYZ | 43.26 | 22.41 | 11.5 | - |
| YUV | 96.96 | 123.52 | 240.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 89 | 0 | 0.93 | 0.65 | 0 | 342.03 | 1 | 0.54 |
| Hex | FF | 12 | 59 | 0 | 5D | 41 | 0 | 156 | 64 | 36 |
| Octal | 377 | 22 | 131 | 0 | 135 | 101 | 0 | 526 | 144 | 66 |
| Binary | 11111111 | 10010 | 1011001 | 0 | 1011101 | 1000001 | 0 | 101010110 | 1100100 | 110110 |
Color Harmonies of #FF1259
Complementary color
Monochromatic Colors of #FF1259
Black with #FF1259
Text Example
Text Example
White with #FF1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1259; }
p { color: rgb(255,18,89); }
H1.HeaderClassName
{
color: #FF1259;
}
.AnyTagClassName
{
color: #FF1259;
}
</style>
background-color css
<style>
a { background-color: #FF1259; }
a { background-color: rgb(255,18,89); }
div.DivClassName
{
background-color: #FF1259;
}
.BgClassName
{
background-color: #FF1259;
}
</style>
border-color css
<style>
span { border-color: #FF1259; }
span { border-color: rgb(255,18,89); }
td.TdClassName
{
border-color: #FF1259;
}
.TagClassName
{
border-color: #FF1259;
}
</style>