Shades of Razzmatazz #FF1258
Tints of Razzmatazz #FF1258
RGB
CMYK
RGB Variations
Color information
#FF1258 (or 0xFF1258) is known color: Razzmatazz. HEX triplet: FF, 12 and 58. RGB value is (255,18,88). Sum of RGB (Red+Green+Blue) = 255+18+88=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1258 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1258 is #00EDA7. Grayscale: #606060. Windows color (decimal): -60840 or 5772031. OLE color: 5772031.
HSL color Cylindrical-coordinate representation of color #FF1258: hue angle of 342.28º 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 #FF1258 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 88 | - |
| CMYK | 0 | 0.93 | 0.65 | 0 |
| HSL | 342.28º | 1% | 0.54% | - |
| HSV(B) | 342.28º | 0.93% | 1% | - |
| XYZ | 43.22 | 22.4 | 11.28 | - |
| YUV | 96.84 | 123.02 | 240.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 88 | 0 | 0.93 | 0.65 | 0 | 342.28 | 1 | 0.54 |
| Hex | FF | 12 | 58 | 0 | 5D | 41 | 0 | 156 | 64 | 36 |
| Octal | 377 | 22 | 130 | 0 | 135 | 101 | 0 | 526 | 144 | 66 |
| Binary | 11111111 | 10010 | 1011000 | 0 | 1011101 | 1000001 | 0 | 101010110 | 1100100 | 110110 |
Color Harmonies of #FF1258
Complementary color
Monochromatic Colors of #FF1258
Black with #FF1258
Text Example
Text Example
White with #FF1258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1258; }
p { color: rgb(255,18,88); }
H1.HeaderClassName
{
color: #FF1258;
}
.AnyTagClassName
{
color: #FF1258;
}
</style>
background-color css
<style>
a { background-color: #FF1258; }
a { background-color: rgb(255,18,88); }
div.DivClassName
{
background-color: #FF1258;
}
.BgClassName
{
background-color: #FF1258;
}
</style>
border-color css
<style>
span { border-color: #FF1258; }
span { border-color: rgb(255,18,88); }
td.TdClassName
{
border-color: #FF1258;
}
.TagClassName
{
border-color: #FF1258;
}
</style>