Shades of Razzmatazz #FF076A
Tints of Razzmatazz #FF076A
RGB
CMYK
RGB Variations
Color information
#FF076A (or 0xFF076A) is known color: Razzmatazz. HEX triplet: FF, 07 and 6A. RGB value is (255,7,106). Sum of RGB (Red+Green+Blue) = 255+7+106=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF076A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF076A is #00F895. Grayscale: #5C5C5C. Windows color (decimal): -63638 or 6948863. OLE color: 6948863.
HSL color Cylindrical-coordinate representation of color #FF076A: hue angle of 336.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF076A is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 106 | - |
| CMYK | 0 | 0.97 | 0.58 | 0 |
| HSL | 336.05º | 1% | 0.51% | - |
| HSV(B) | 336.05º | 0.97% | 1% | - |
| XYZ | 43.92 | 22.45 | 15.65 | - |
| YUV | 92.44 | 135.66 | 243.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 106 | 0 | 0.97 | 0.58 | 0 | 336.05 | 1 | 0.51 |
| Hex | FF | 7 | 6A | 0 | 61 | 3A | 0 | 150 | 64 | 33 |
| Octal | 377 | 7 | 152 | 0 | 141 | 72 | 0 | 520 | 144 | 63 |
| Binary | 11111111 | 111 | 1101010 | 0 | 1100001 | 111010 | 0 | 101010000 | 1100100 | 110011 |
Color Harmonies of #FF076A
Complementary color
Monochromatic Colors of #FF076A
Black with #FF076A
Text Example
Text Example
White with #FF076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF076A; }
p { color: rgb(255,7,106); }
H1.HeaderClassName
{
color: #FF076A;
}
.AnyTagClassName
{
color: #FF076A;
}
</style>
background-color css
<style>
a { background-color: #FF076A; }
a { background-color: rgb(255,7,106); }
div.DivClassName
{
background-color: #FF076A;
}
.BgClassName
{
background-color: #FF076A;
}
</style>
border-color css
<style>
span { border-color: #FF076A; }
span { border-color: rgb(255,7,106); }
td.TdClassName
{
border-color: #FF076A;
}
.TagClassName
{
border-color: #FF076A;
}
</style>