Shades of Razzmatazz #FD0166
Tints of Razzmatazz #FD0166
RGB
CMYK
RGB Variations
Color information
#FD0166 (or 0xFD0166) is known color: Razzmatazz. HEX triplet: FD, 01 and 66. RGB value is (253,1,102). Sum of RGB (Red+Green+Blue) = 253+1+102=356 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.07% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0166 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0166 is #02FE99. Grayscale: #575757. Windows color (decimal): -196250 or 6685181. OLE color: 6685181.
HSL color Cylindrical-coordinate representation of color #FD0166: hue angle of 335.95º 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 #FD0166 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 102 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.01 |
| HSL | 335.95º | 0.99% | 0.5% | - |
| HSV(B) | 335.95º | 1% | 0.99% | - |
| XYZ | 42.92 | 21.86 | 14.53 | - |
| YUV | 87.86 | 135.99 | 245.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 102 | 0 | 1.00 | 0.60 | 0.01 | 335.95 | 0.99 | 0.5 |
| Hex | FD | 1 | 66 | 0 | 64 | 3C | 1 | 150 | 63 | 32 |
| Octal | 375 | 1 | 146 | 0 | 144 | 74 | 1 | 520 | 143 | 62 |
| Binary | 11111101 | 1 | 1100110 | 0 | 1100100 | 111100 | 1 | 101010000 | 1100011 | 110010 |
Color Harmonies of #FD0166
Complementary color
Monochromatic Colors of #FD0166
Black with #FD0166
Text Example
Text Example
White with #FD0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0166; }
p { color: rgb(253,1,102); }
H1.HeaderClassName
{
color: #FD0166;
}
.AnyTagClassName
{
color: #FD0166;
}
</style>
background-color css
<style>
a { background-color: #FD0166; }
a { background-color: rgb(253,1,102); }
div.DivClassName
{
background-color: #FD0166;
}
.BgClassName
{
background-color: #FD0166;
}
</style>
border-color css
<style>
span { border-color: #FD0166; }
span { border-color: rgb(253,1,102); }
td.TdClassName
{
border-color: #FD0166;
}
.TagClassName
{
border-color: #FD0166;
}
</style>