Shades of Razzmatazz #FD116D
Tints of Razzmatazz #FD116D
RGB
CMYK
RGB Variations
Color information
#FD116D (or 0xFD116D) is known color: Razzmatazz. HEX triplet: FD, 11 and 6D. RGB value is (253,17,109). Sum of RGB (Red+Green+Blue) = 253+17+109=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD116D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD116D is #02EE92. Grayscale: #616161. Windows color (decimal): -192147 or 7148029. OLE color: 7148029.
HSL color Cylindrical-coordinate representation of color #FD116D: hue angle of 336.61º 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 #FD116D is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 109 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.01 |
| HSL | 336.61º | 0.98% | 0.53% | - |
| HSV(B) | 336.61º | 0.93% | 0.99% | - |
| XYZ | 43.47 | 22.39 | 16.5 | - |
| YUV | 98.05 | 134.19 | 238.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 109 | 0 | 0.93 | 0.57 | 0.01 | 336.61 | 0.98 | 0.53 |
| Hex | FD | 11 | 6D | 0 | 5D | 39 | 1 | 151 | 62 | 35 |
| Octal | 375 | 21 | 155 | 0 | 135 | 71 | 1 | 521 | 142 | 65 |
| Binary | 11111101 | 10001 | 1101101 | 0 | 1011101 | 111001 | 1 | 101010001 | 1100010 | 110101 |
Color Harmonies of #FD116D
Complementary color
Monochromatic Colors of #FD116D
Black with #FD116D
Text Example
Text Example
White with #FD116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD116D; }
p { color: rgb(253,17,109); }
H1.HeaderClassName
{
color: #FD116D;
}
.AnyTagClassName
{
color: #FD116D;
}
</style>
background-color css
<style>
a { background-color: #FD116D; }
a { background-color: rgb(253,17,109); }
div.DivClassName
{
background-color: #FD116D;
}
.BgClassName
{
background-color: #FD116D;
}
</style>
border-color css
<style>
span { border-color: #FD116D; }
span { border-color: rgb(253,17,109); }
td.TdClassName
{
border-color: #FD116D;
}
.TagClassName
{
border-color: #FD116D;
}
</style>