Shades of Razzmatazz #FD1168
Tints of Razzmatazz #FD1168
RGB
CMYK
RGB Variations
Color information
#FD1168 (or 0xFD1168) is known color: Razzmatazz. HEX triplet: FD, 11 and 68. RGB value is (253,17,104). Sum of RGB (Red+Green+Blue) = 253+17+104=374 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.65% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1168 is #02EE97. Grayscale: #616161. Windows color (decimal): -192152 or 6820349. OLE color: 6820349.
HSL color Cylindrical-coordinate representation of color #FD1168: hue angle of 337.88º 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 #FD1168 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 104 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.01 |
| HSL | 337.88º | 0.98% | 0.53% | - |
| HSV(B) | 337.88º | 0.93% | 0.99% | - |
| XYZ | 43.21 | 22.28 | 15.12 | - |
| YUV | 97.48 | 131.69 | 238.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 104 | 0 | 0.93 | 0.59 | 0.01 | 337.88 | 0.98 | 0.53 |
| Hex | FD | 11 | 68 | 0 | 5D | 3B | 1 | 152 | 62 | 35 |
| Octal | 375 | 21 | 150 | 0 | 135 | 73 | 1 | 522 | 142 | 65 |
| Binary | 11111101 | 10001 | 1101000 | 0 | 1011101 | 111011 | 1 | 101010010 | 1100010 | 110101 |
Color Harmonies of #FD1168
Complementary color
Monochromatic Colors of #FD1168
Black with #FD1168
Text Example
Text Example
White with #FD1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1168; }
p { color: rgb(253,17,104); }
H1.HeaderClassName
{
color: #FD1168;
}
.AnyTagClassName
{
color: #FD1168;
}
</style>
background-color css
<style>
a { background-color: #FD1168; }
a { background-color: rgb(253,17,104); }
div.DivClassName
{
background-color: #FD1168;
}
.BgClassName
{
background-color: #FD1168;
}
</style>
border-color css
<style>
span { border-color: #FD1168; }
span { border-color: rgb(253,17,104); }
td.TdClassName
{
border-color: #FD1168;
}
.TagClassName
{
border-color: #FD1168;
}
</style>