Shades of Razzmatazz #FD0666
Tints of Razzmatazz #FD0666
RGB
CMYK
RGB Variations
Color information
#FD0666 (or 0xFD0666) is known color: Razzmatazz. HEX triplet: FD, 06 and 66. RGB value is (253,6,102). Sum of RGB (Red+Green+Blue) = 253+6+102=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0666 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0666 is #02F999. Grayscale: #5A5A5A. Windows color (decimal): -194970 or 6686461. OLE color: 6686461.
HSL color Cylindrical-coordinate representation of color #FD0666: hue angle of 336.68º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0666 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 102 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.01 |
| HSL | 336.68º | 0.98% | 0.51% | - |
| HSV(B) | 336.68º | 0.98% | 0.99% | - |
| XYZ | 42.97 | 21.97 | 14.55 | - |
| YUV | 90.8 | 134.33 | 243.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 102 | 0 | 0.98 | 0.60 | 0.01 | 336.68 | 0.98 | 0.51 |
| Hex | FD | 6 | 66 | 0 | 62 | 3C | 1 | 151 | 62 | 33 |
| Octal | 375 | 6 | 146 | 0 | 142 | 74 | 1 | 521 | 142 | 63 |
| Binary | 11111101 | 110 | 1100110 | 0 | 1100010 | 111100 | 1 | 101010001 | 1100010 | 110011 |
Color Harmonies of #FD0666
Complementary color
Monochromatic Colors of #FD0666
Black with #FD0666
Text Example
Text Example
White with #FD0666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0666; }
p { color: rgb(253,6,102); }
H1.HeaderClassName
{
color: #FD0666;
}
.AnyTagClassName
{
color: #FD0666;
}
</style>
background-color css
<style>
a { background-color: #FD0666; }
a { background-color: rgb(253,6,102); }
div.DivClassName
{
background-color: #FD0666;
}
.BgClassName
{
background-color: #FD0666;
}
</style>
border-color css
<style>
span { border-color: #FD0666; }
span { border-color: rgb(253,6,102); }
td.TdClassName
{
border-color: #FD0666;
}
.TagClassName
{
border-color: #FD0666;
}
</style>