Shades of Razzmatazz #FF076F
Tints of Razzmatazz #FF076F
RGB
CMYK
RGB Variations
Color information
#FF076F (or 0xFF076F) is known color: Razzmatazz. HEX triplet: FF, 07 and 6F. RGB value is (255,7,111). Sum of RGB (Red+Green+Blue) = 255+7+111=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF076F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF076F is #00F890. Grayscale: #5C5C5C. Windows color (decimal): -63633 or 7276543. OLE color: 7276543.
HSL color Cylindrical-coordinate representation of color #FF076F: hue angle of 334.84º 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 #FF076F is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 111 | - |
| CMYK | 0 | 0.97 | 0.56 | 0 |
| HSL | 334.84º | 1% | 0.51% | - |
| HSV(B) | 334.84º | 0.97% | 1% | - |
| XYZ | 44.19 | 22.56 | 17.06 | - |
| YUV | 93.01 | 138.16 | 243.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 111 | 0 | 0.97 | 0.56 | 0 | 334.84 | 1 | 0.51 |
| Hex | FF | 7 | 6F | 0 | 61 | 38 | 0 | 14F | 64 | 33 |
| Octal | 377 | 7 | 157 | 0 | 141 | 70 | 0 | 517 | 144 | 63 |
| Binary | 11111111 | 111 | 1101111 | 0 | 1100001 | 111000 | 0 | 101001111 | 1100100 | 110011 |
Color Harmonies of #FF076F
Complementary color
Monochromatic Colors of #FF076F
Black with #FF076F
Text Example
Text Example
White with #FF076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF076F; }
p { color: rgb(255,7,111); }
H1.HeaderClassName
{
color: #FF076F;
}
.AnyTagClassName
{
color: #FF076F;
}
</style>
background-color css
<style>
a { background-color: #FF076F; }
a { background-color: rgb(255,7,111); }
div.DivClassName
{
background-color: #FF076F;
}
.BgClassName
{
background-color: #FF076F;
}
</style>
border-color css
<style>
span { border-color: #FF076F; }
span { border-color: rgb(255,7,111); }
td.TdClassName
{
border-color: #FF076F;
}
.TagClassName
{
border-color: #FF076F;
}
</style>