Shades of Razzmatazz #FD0072
Tints of Razzmatazz #FD0072
RGB
CMYK
RGB Variations
Color information
#FD0072 (or 0xFD0072) is known color: Razzmatazz. HEX triplet: FD, 00 and 72. RGB value is (253,0,114). Sum of RGB (Red+Green+Blue) = 253+0+114=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0072 is #02FF8D. Grayscale: #585858. Windows color (decimal): -196494 or 7471357. OLE color: 7471357.
HSL color Cylindrical-coordinate representation of color #FD0072: hue angle of 332.96º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0072 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.55 | 0.01 |
| HSL | 332.96º | 1% | 0.5% | - |
| HSV(B) | 332.96º | 1% | 0.99% | - |
| XYZ | 43.55 | 22.1 | 17.89 | - |
| YUV | 88.64 | 142.32 | 245.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 114 | 0 | 1 | 0.55 | 0.01 | 332.96 | 1 | 0.5 |
| Hex | FD | 0 | 72 | 0 | 64 | 37 | 1 | 14D | 64 | 32 |
| Octal | 375 | 0 | 162 | 0 | 144 | 67 | 1 | 515 | 144 | 62 |
| Binary | 11111101 | 0 | 1110010 | 0 | 1100100 | 110111 | 1 | 101001101 | 1100100 | 110010 |
Color Harmonies of #FD0072
Complementary color
Monochromatic Colors of #FD0072
Black with #FD0072
Text Example
Text Example
White with #FD0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0072; }
p { color: rgb(253,0,114); }
H1.HeaderClassName
{
color: #FD0072;
}
.AnyTagClassName
{
color: #FD0072;
}
</style>
background-color css
<style>
a { background-color: #FD0072; }
a { background-color: rgb(253,0,114); }
div.DivClassName
{
background-color: #FD0072;
}
.BgClassName
{
background-color: #FD0072;
}
</style>
border-color css
<style>
span { border-color: #FD0072; }
span { border-color: rgb(253,0,114); }
td.TdClassName
{
border-color: #FD0072;
}
.TagClassName
{
border-color: #FD0072;
}
</style>