Shades of Razzmatazz #FD0766
Tints of Razzmatazz #FD0766
RGB
CMYK
RGB Variations
Color information
#FD0766 (or 0xFD0766) is known color: Razzmatazz. HEX triplet: FD, 07 and 66. RGB value is (253,7,102). Sum of RGB (Red+Green+Blue) = 253+7+102=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0766 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0766 is #02F899. Grayscale: #5B5B5B. Windows color (decimal): -194714 or 6686717. OLE color: 6686717.
HSL color Cylindrical-coordinate representation of color #FD0766: hue angle of 336.83º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD0766 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 102 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.01 |
| HSL | 336.83º | 0.98% | 0.51% | - |
| HSV(B) | 336.83º | 0.97% | 0.99% | - |
| XYZ | 42.98 | 21.99 | 14.55 | - |
| YUV | 91.38 | 134 | 243.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 102 | 0 | 0.97 | 0.60 | 0.01 | 336.83 | 0.98 | 0.51 |
| Hex | FD | 7 | 66 | 0 | 61 | 3C | 1 | 151 | 62 | 33 |
| Octal | 375 | 7 | 146 | 0 | 141 | 74 | 1 | 521 | 142 | 63 |
| Binary | 11111101 | 111 | 1100110 | 0 | 1100001 | 111100 | 1 | 101010001 | 1100010 | 110011 |
Color Harmonies of #FD0766
Complementary color
Monochromatic Colors of #FD0766
Black with #FD0766
Text Example
Text Example
White with #FD0766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0766; }
p { color: rgb(253,7,102); }
H1.HeaderClassName
{
color: #FD0766;
}
.AnyTagClassName
{
color: #FD0766;
}
</style>
background-color css
<style>
a { background-color: #FD0766; }
a { background-color: rgb(253,7,102); }
div.DivClassName
{
background-color: #FD0766;
}
.BgClassName
{
background-color: #FD0766;
}
</style>
border-color css
<style>
span { border-color: #FD0766; }
span { border-color: rgb(253,7,102); }
td.TdClassName
{
border-color: #FD0766;
}
.TagClassName
{
border-color: #FD0766;
}
</style>