Shades of Razzmatazz #FD1172
Tints of Razzmatazz #FD1172
RGB
CMYK
RGB Variations
Color information
#FD1172 (or 0xFD1172) is known color: Razzmatazz. HEX triplet: FD, 11 and 72. RGB value is (253,17,114). Sum of RGB (Red+Green+Blue) = 253+17+114=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1172 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1172 is #02EE8D. Grayscale: #626262. Windows color (decimal): -192142 or 7475709. OLE color: 7475709.
HSL color Cylindrical-coordinate representation of color #FD1172: hue angle of 335.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1172 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 114 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.01 |
| HSL | 335.34º | 0.98% | 0.53% | - |
| HSV(B) | 335.34º | 0.93% | 0.99% | - |
| XYZ | 43.75 | 22.5 | 17.96 | - |
| YUV | 98.62 | 136.69 | 238.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 114 | 0 | 0.93 | 0.55 | 0.01 | 335.34 | 0.98 | 0.53 |
| Hex | FD | 11 | 72 | 0 | 5D | 37 | 1 | 14F | 62 | 35 |
| Octal | 375 | 21 | 162 | 0 | 135 | 67 | 1 | 517 | 142 | 65 |
| Binary | 11111101 | 10001 | 1110010 | 0 | 1011101 | 110111 | 1 | 101001111 | 1100010 | 110101 |
Color Harmonies of #FD1172
Complementary color
Monochromatic Colors of #FD1172
Black with #FD1172
Text Example
Text Example
White with #FD1172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1172; }
p { color: rgb(253,17,114); }
H1.HeaderClassName
{
color: #FD1172;
}
.AnyTagClassName
{
color: #FD1172;
}
</style>
background-color css
<style>
a { background-color: #FD1172; }
a { background-color: rgb(253,17,114); }
div.DivClassName
{
background-color: #FD1172;
}
.BgClassName
{
background-color: #FD1172;
}
</style>
border-color css
<style>
span { border-color: #FD1172; }
span { border-color: rgb(253,17,114); }
td.TdClassName
{
border-color: #FD1172;
}
.TagClassName
{
border-color: #FD1172;
}
</style>