Shades of Razzmatazz #FD016B
Tints of Razzmatazz #FD016B
RGB
CMYK
RGB Variations
Color information
#FD016B (or 0xFD016B) is known color: Razzmatazz. HEX triplet: FD, 01 and 6B. RGB value is (253,1,107). Sum of RGB (Red+Green+Blue) = 253+1+107=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD016B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD016B is #02FE94. Grayscale: #585858. Windows color (decimal): -196245 or 7012861. OLE color: 7012861.
HSL color Cylindrical-coordinate representation of color #FD016B: hue angle of 334.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD016B is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 107 | - |
| CMYK | 0 | 1.00 | 0.58 | 0.01 |
| HSL | 334.76º | 0.99% | 0.5% | - |
| HSV(B) | 334.76º | 1% | 0.99% | - |
| XYZ | 43.17 | 21.97 | 15.87 | - |
| YUV | 88.43 | 138.49 | 245.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 107 | 0 | 1.00 | 0.58 | 0.01 | 334.76 | 0.99 | 0.5 |
| Hex | FD | 1 | 6B | 0 | 64 | 3A | 1 | 14F | 63 | 32 |
| Octal | 375 | 1 | 153 | 0 | 144 | 72 | 1 | 517 | 143 | 62 |
| Binary | 11111101 | 1 | 1101011 | 0 | 1100100 | 111010 | 1 | 101001111 | 1100011 | 110010 |
Color Harmonies of #FD016B
Complementary color
Monochromatic Colors of #FD016B
Black with #FD016B
Text Example
Text Example
White with #FD016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD016B; }
p { color: rgb(253,1,107); }
H1.HeaderClassName
{
color: #FD016B;
}
.AnyTagClassName
{
color: #FD016B;
}
</style>
background-color css
<style>
a { background-color: #FD016B; }
a { background-color: rgb(253,1,107); }
div.DivClassName
{
background-color: #FD016B;
}
.BgClassName
{
background-color: #FD016B;
}
</style>
border-color css
<style>
span { border-color: #FD016B; }
span { border-color: rgb(253,1,107); }
td.TdClassName
{
border-color: #FD016B;
}
.TagClassName
{
border-color: #FD016B;
}
</style>