Shades of Razzmatazz #FF076D
Tints of Razzmatazz #FF076D
RGB
CMYK
RGB Variations
Color information
#FF076D (or 0xFF076D) is known color: Razzmatazz. HEX triplet: FF, 07 and 6D. RGB value is (255,7,109). Sum of RGB (Red+Green+Blue) = 255+7+109=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF076D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF076D is #00F892. Grayscale: #5C5C5C. Windows color (decimal): -63635 or 7145471. OLE color: 7145471.
HSL color Cylindrical-coordinate representation of color #FF076D: hue angle of 335.32º 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 #FF076D is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.57 | 0 |
| HSL | 335.32º | 1% | 0.51% | - |
| HSV(B) | 335.32º | 0.97% | 1% | - |
| XYZ | 44.08 | 22.52 | 16.49 | - |
| YUV | 92.78 | 137.16 | 243.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 109 | 0 | 0.97 | 0.57 | 0 | 335.32 | 1 | 0.51 |
| Hex | FF | 7 | 6D | 0 | 61 | 39 | 0 | 14F | 64 | 33 |
| Octal | 377 | 7 | 155 | 0 | 141 | 71 | 0 | 517 | 144 | 63 |
| Binary | 11111111 | 111 | 1101101 | 0 | 1100001 | 111001 | 0 | 101001111 | 1100100 | 110011 |
Color Harmonies of #FF076D
Complementary color
Monochromatic Colors of #FF076D
Black with #FF076D
Text Example
Text Example
White with #FF076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF076D; }
p { color: rgb(255,7,109); }
H1.HeaderClassName
{
color: #FF076D;
}
.AnyTagClassName
{
color: #FF076D;
}
</style>
background-color css
<style>
a { background-color: #FF076D; }
a { background-color: rgb(255,7,109); }
div.DivClassName
{
background-color: #FF076D;
}
.BgClassName
{
background-color: #FF076D;
}
</style>
border-color css
<style>
span { border-color: #FF076D; }
span { border-color: rgb(255,7,109); }
td.TdClassName
{
border-color: #FF076D;
}
.TagClassName
{
border-color: #FF076D;
}
</style>