Shades of Razzmatazz #FF1269
Tints of Razzmatazz #FF1269
RGB
CMYK
RGB Variations
Color information
#FF1269 (or 0xFF1269) is known color: Razzmatazz. HEX triplet: FF, 12 and 69. RGB value is (255,18,105). Sum of RGB (Red+Green+Blue) = 255+18+105=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1269 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1269 is #00ED96. Grayscale: #626262. Windows color (decimal): -60823 or 6886143. OLE color: 6886143.
HSL color Cylindrical-coordinate representation of color #FF1269: hue angle of 337.97º 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 #FF1269 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 105 | - |
| CMYK | 0 | 0.93 | 0.59 | 0 |
| HSL | 337.97º | 1% | 0.54% | - |
| HSV(B) | 337.97º | 0.93% | 1% | - |
| XYZ | 44.01 | 22.71 | 15.43 | - |
| YUV | 98.78 | 131.52 | 239.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 105 | 0 | 0.93 | 0.59 | 0 | 337.97 | 1 | 0.54 |
| Hex | FF | 12 | 69 | 0 | 5D | 3B | 0 | 152 | 64 | 36 |
| Octal | 377 | 22 | 151 | 0 | 135 | 73 | 0 | 522 | 144 | 66 |
| Binary | 11111111 | 10010 | 1101001 | 0 | 1011101 | 111011 | 0 | 101010010 | 1100100 | 110110 |
Color Harmonies of #FF1269
Complementary color
Monochromatic Colors of #FF1269
Black with #FF1269
Text Example
Text Example
White with #FF1269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1269; }
p { color: rgb(255,18,105); }
H1.HeaderClassName
{
color: #FF1269;
}
.AnyTagClassName
{
color: #FF1269;
}
</style>
background-color css
<style>
a { background-color: #FF1269; }
a { background-color: rgb(255,18,105); }
div.DivClassName
{
background-color: #FF1269;
}
.BgClassName
{
background-color: #FF1269;
}
</style>
border-color css
<style>
span { border-color: #FF1269; }
span { border-color: rgb(255,18,105); }
td.TdClassName
{
border-color: #FF1269;
}
.TagClassName
{
border-color: #FF1269;
}
</style>