Shades of Razzmatazz #FD0566
Tints of Razzmatazz #FD0566
RGB
CMYK
RGB Variations
Color information
#FD0566 (or 0xFD0566) is known color: Razzmatazz. HEX triplet: FD, 05 and 66. RGB value is (253,5,102). Sum of RGB (Red+Green+Blue) = 253+5+102=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0566 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0566 is #02FA99. Grayscale: #5A5A5A. Windows color (decimal): -195226 or 6686205. OLE color: 6686205.
HSL color Cylindrical-coordinate representation of color #FD0566: hue angle of 336.53º 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 #FD0566 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 102 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.01 |
| HSL | 336.53º | 0.98% | 0.51% | - |
| HSV(B) | 336.53º | 0.98% | 0.99% | - |
| XYZ | 42.96 | 21.95 | 14.54 | - |
| YUV | 90.21 | 134.66 | 244.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 102 | 0 | 0.98 | 0.60 | 0.01 | 336.53 | 0.98 | 0.51 |
| Hex | FD | 5 | 66 | 0 | 62 | 3C | 1 | 151 | 62 | 33 |
| Octal | 375 | 5 | 146 | 0 | 142 | 74 | 1 | 521 | 142 | 63 |
| Binary | 11111101 | 101 | 1100110 | 0 | 1100010 | 111100 | 1 | 101010001 | 1100010 | 110011 |
Color Harmonies of #FD0566
Complementary color
Monochromatic Colors of #FD0566
Black with #FD0566
Text Example
Text Example
White with #FD0566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0566; }
p { color: rgb(253,5,102); }
H1.HeaderClassName
{
color: #FD0566;
}
.AnyTagClassName
{
color: #FD0566;
}
</style>
background-color css
<style>
a { background-color: #FD0566; }
a { background-color: rgb(253,5,102); }
div.DivClassName
{
background-color: #FD0566;
}
.BgClassName
{
background-color: #FD0566;
}
</style>
border-color css
<style>
span { border-color: #FD0566; }
span { border-color: rgb(253,5,102); }
td.TdClassName
{
border-color: #FD0566;
}
.TagClassName
{
border-color: #FD0566;
}
</style>