Shades of Razzmatazz #FF1268
Tints of Razzmatazz #FF1268
RGB
CMYK
RGB Variations
Color information
#FF1268 (or 0xFF1268) is known color: Razzmatazz. HEX triplet: FF, 12 and 68. RGB value is (255,18,104). Sum of RGB (Red+Green+Blue) = 255+18+104=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1268 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1268 is #00ED97. Grayscale: #626262. Windows color (decimal): -60824 or 6820607. OLE color: 6820607.
HSL color Cylindrical-coordinate representation of color #FF1268: hue angle of 338.23º 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 #FF1268 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 104 | - |
| CMYK | 0 | 0.93 | 0.59 | 0 |
| HSL | 338.23º | 1% | 0.54% | - |
| HSV(B) | 338.23º | 0.93% | 1% | - |
| XYZ | 43.96 | 22.69 | 15.16 | - |
| YUV | 98.67 | 131.02 | 239.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 104 | 0 | 0.93 | 0.59 | 0 | 338.23 | 1 | 0.54 |
| Hex | FF | 12 | 68 | 0 | 5D | 3B | 0 | 152 | 64 | 36 |
| Octal | 377 | 22 | 150 | 0 | 135 | 73 | 0 | 522 | 144 | 66 |
| Binary | 11111111 | 10010 | 1101000 | 0 | 1011101 | 111011 | 0 | 101010010 | 1100100 | 110110 |
Color Harmonies of #FF1268
Complementary color
Monochromatic Colors of #FF1268
Black with #FF1268
Text Example
Text Example
White with #FF1268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1268; }
p { color: rgb(255,18,104); }
H1.HeaderClassName
{
color: #FF1268;
}
.AnyTagClassName
{
color: #FF1268;
}
</style>
background-color css
<style>
a { background-color: #FF1268; }
a { background-color: rgb(255,18,104); }
div.DivClassName
{
background-color: #FF1268;
}
.BgClassName
{
background-color: #FF1268;
}
</style>
border-color css
<style>
span { border-color: #FF1268; }
span { border-color: rgb(255,18,104); }
td.TdClassName
{
border-color: #FF1268;
}
.TagClassName
{
border-color: #FF1268;
}
</style>