Shades of Razzmatazz #FF1069
Tints of Razzmatazz #FF1069
RGB
CMYK
RGB Variations
Color information
#FF1069 (or 0xFF1069) is known color: Razzmatazz. HEX triplet: FF, 10 and 69. RGB value is (255,16,105). Sum of RGB (Red+Green+Blue) = 255+16+105=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1069 is #00EF96. Grayscale: #616161. Windows color (decimal): -61335 or 6885631. OLE color: 6885631.
HSL color Cylindrical-coordinate representation of color #FF1069: hue angle of 337.66º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1069 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 105 | - |
| CMYK | 0 | 0.94 | 0.59 | 0 |
| HSL | 337.66º | 1% | 0.53% | - |
| HSV(B) | 337.66º | 0.94% | 1% | - |
| XYZ | 43.98 | 22.65 | 15.42 | - |
| YUV | 97.61 | 132.18 | 240.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 105 | 0 | 0.94 | 0.59 | 0 | 337.66 | 1 | 0.53 |
| Hex | FF | 10 | 69 | 0 | 5E | 3B | 0 | 152 | 64 | 35 |
| Octal | 377 | 20 | 151 | 0 | 136 | 73 | 0 | 522 | 144 | 65 |
| Binary | 11111111 | 10000 | 1101001 | 0 | 1011110 | 111011 | 0 | 101010010 | 1100100 | 110101 |
Color Harmonies of #FF1069
Complementary color
Monochromatic Colors of #FF1069
Black with #FF1069
Text Example
Text Example
White with #FF1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1069; }
p { color: rgb(255,16,105); }
H1.HeaderClassName
{
color: #FF1069;
}
.AnyTagClassName
{
color: #FF1069;
}
</style>
background-color css
<style>
a { background-color: #FF1069; }
a { background-color: rgb(255,16,105); }
div.DivClassName
{
background-color: #FF1069;
}
.BgClassName
{
background-color: #FF1069;
}
</style>
border-color css
<style>
span { border-color: #FF1069; }
span { border-color: rgb(255,16,105); }
td.TdClassName
{
border-color: #FF1069;
}
.TagClassName
{
border-color: #FF1069;
}
</style>