Shades of Razzmatazz #FD0872
Tints of Razzmatazz #FD0872
RGB
CMYK
RGB Variations
Color information
#FD0872 (or 0xFD0872) is known color: Razzmatazz. HEX triplet: FD, 08 and 72. RGB value is (253,8,114). Sum of RGB (Red+Green+Blue) = 253+8+114=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0872 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0872 is #02F78D. Grayscale: #5D5D5D. Windows color (decimal): -194446 or 7473405. OLE color: 7473405.
HSL color Cylindrical-coordinate representation of color #FD0872: hue angle of 334.04º 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 #FD0872 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 114 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.01 |
| HSL | 334.04º | 0.98% | 0.51% | - |
| HSV(B) | 334.04º | 0.97% | 0.99% | - |
| XYZ | 43.63 | 22.27 | 17.92 | - |
| YUV | 93.34 | 139.67 | 241.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 114 | 0 | 0.97 | 0.55 | 0.01 | 334.04 | 0.98 | 0.51 |
| Hex | FD | 8 | 72 | 0 | 61 | 37 | 1 | 14E | 62 | 33 |
| Octal | 375 | 10 | 162 | 0 | 141 | 67 | 1 | 516 | 142 | 63 |
| Binary | 11111101 | 1000 | 1110010 | 0 | 1100001 | 110111 | 1 | 101001110 | 1100010 | 110011 |
Color Harmonies of #FD0872
Complementary color
Monochromatic Colors of #FD0872
Black with #FD0872
Text Example
Text Example
White with #FD0872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0872; }
p { color: rgb(253,8,114); }
H1.HeaderClassName
{
color: #FD0872;
}
.AnyTagClassName
{
color: #FD0872;
}
</style>
background-color css
<style>
a { background-color: #FD0872; }
a { background-color: rgb(253,8,114); }
div.DivClassName
{
background-color: #FD0872;
}
.BgClassName
{
background-color: #FD0872;
}
</style>
border-color css
<style>
span { border-color: #FD0872; }
span { border-color: rgb(253,8,114); }
td.TdClassName
{
border-color: #FD0872;
}
.TagClassName
{
border-color: #FD0872;
}
</style>