Shades of Razzmatazz #FF1264
Tints of Razzmatazz #FF1264
RGB
CMYK
RGB Variations
Color information
#FF1264 (or 0xFF1264) is known color: Razzmatazz. HEX triplet: FF, 12 and 64. RGB value is (255,18,100). Sum of RGB (Red+Green+Blue) = 255+18+100=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1264 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1264 is #00ED9B. Grayscale: #626262. Windows color (decimal): -60828 or 6558463. OLE color: 6558463.
HSL color Cylindrical-coordinate representation of color #FF1264: hue angle of 339.24º 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 #FF1264 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 100 | - |
| CMYK | 0 | 0.93 | 0.61 | 0 |
| HSL | 339.24º | 1% | 0.54% | - |
| HSV(B) | 339.24º | 0.93% | 1% | - |
| XYZ | 43.76 | 22.61 | 14.12 | - |
| YUV | 98.21 | 129.02 | 239.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 100 | 0 | 0.93 | 0.61 | 0 | 339.24 | 1 | 0.54 |
| Hex | FF | 12 | 64 | 0 | 5D | 3D | 0 | 153 | 64 | 36 |
| Octal | 377 | 22 | 144 | 0 | 135 | 75 | 0 | 523 | 144 | 66 |
| Binary | 11111111 | 10010 | 1100100 | 0 | 1011101 | 111101 | 0 | 101010011 | 1100100 | 110110 |
Color Harmonies of #FF1264
Complementary color
Monochromatic Colors of #FF1264
Black with #FF1264
Text Example
Text Example
White with #FF1264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1264; }
p { color: rgb(255,18,100); }
H1.HeaderClassName
{
color: #FF1264;
}
.AnyTagClassName
{
color: #FF1264;
}
</style>
background-color css
<style>
a { background-color: #FF1264; }
a { background-color: rgb(255,18,100); }
div.DivClassName
{
background-color: #FF1264;
}
.BgClassName
{
background-color: #FF1264;
}
</style>
border-color css
<style>
span { border-color: #FF1264; }
span { border-color: rgb(255,18,100); }
td.TdClassName
{
border-color: #FF1264;
}
.TagClassName
{
border-color: #FF1264;
}
</style>