Shades of Razzmatazz #FD076D
Tints of Razzmatazz #FD076D
RGB
CMYK
RGB Variations
Color information
#FD076D (or 0xFD076D) is known color: Razzmatazz. HEX triplet: FD, 07 and 6D. RGB value is (253,7,109). Sum of RGB (Red+Green+Blue) = 253+7+109=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD076D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD076D is #02F892. Grayscale: #5C5C5C. Windows color (decimal): -194707 or 7145469. OLE color: 7145469.
HSL color Cylindrical-coordinate representation of color #FD076D: hue angle of 335.12º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD076D is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.01 |
| HSL | 335.12º | 0.98% | 0.51% | - |
| HSV(B) | 335.12º | 0.97% | 0.99% | - |
| XYZ | 43.34 | 22.14 | 16.46 | - |
| YUV | 92.18 | 137.5 | 242.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 109 | 0 | 0.97 | 0.57 | 0.01 | 335.12 | 0.98 | 0.51 |
| Hex | FD | 7 | 6D | 0 | 61 | 39 | 1 | 14F | 62 | 33 |
| Octal | 375 | 7 | 155 | 0 | 141 | 71 | 1 | 517 | 142 | 63 |
| Binary | 11111101 | 111 | 1101101 | 0 | 1100001 | 111001 | 1 | 101001111 | 1100010 | 110011 |
Color Harmonies of #FD076D
Complementary color
Monochromatic Colors of #FD076D
Black with #FD076D
Text Example
Text Example
White with #FD076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD076D; }
p { color: rgb(253,7,109); }
H1.HeaderClassName
{
color: #FD076D;
}
.AnyTagClassName
{
color: #FD076D;
}
</style>
background-color css
<style>
a { background-color: #FD076D; }
a { background-color: rgb(253,7,109); }
div.DivClassName
{
background-color: #FD076D;
}
.BgClassName
{
background-color: #FD076D;
}
</style>
border-color css
<style>
span { border-color: #FD076D; }
span { border-color: rgb(253,7,109); }
td.TdClassName
{
border-color: #FD076D;
}
.TagClassName
{
border-color: #FD076D;
}
</style>