Shades of Razzmatazz #FD0866
Tints of Razzmatazz #FD0866
RGB
CMYK
RGB Variations
Color information
#FD0866 (or 0xFD0866) is known color: Razzmatazz. HEX triplet: FD, 08 and 66. RGB value is (253,8,102). Sum of RGB (Red+Green+Blue) = 253+8+102=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0866 is #02F799. Grayscale: #5B5B5B. Windows color (decimal): -194458 or 6686973. OLE color: 6686973.
HSL color Cylindrical-coordinate representation of color #FD0866: hue angle of 336.98º 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 #FD0866 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 102 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.01 |
| HSL | 336.98º | 0.98% | 0.51% | - |
| HSV(B) | 336.98º | 0.97% | 0.99% | - |
| XYZ | 42.99 | 22.02 | 14.55 | - |
| YUV | 91.97 | 133.67 | 242.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 102 | 0 | 0.97 | 0.60 | 0.01 | 336.98 | 0.98 | 0.51 |
| Hex | FD | 8 | 66 | 0 | 61 | 3C | 1 | 151 | 62 | 33 |
| Octal | 375 | 10 | 146 | 0 | 141 | 74 | 1 | 521 | 142 | 63 |
| Binary | 11111101 | 1000 | 1100110 | 0 | 1100001 | 111100 | 1 | 101010001 | 1100010 | 110011 |
Color Harmonies of #FD0866
Complementary color
Monochromatic Colors of #FD0866
Black with #FD0866
Text Example
Text Example
White with #FD0866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0866; }
p { color: rgb(253,8,102); }
H1.HeaderClassName
{
color: #FD0866;
}
.AnyTagClassName
{
color: #FD0866;
}
</style>
background-color css
<style>
a { background-color: #FD0866; }
a { background-color: rgb(253,8,102); }
div.DivClassName
{
background-color: #FD0866;
}
.BgClassName
{
background-color: #FD0866;
}
</style>
border-color css
<style>
span { border-color: #FD0866; }
span { border-color: rgb(253,8,102); }
td.TdClassName
{
border-color: #FD0866;
}
.TagClassName
{
border-color: #FD0866;
}
</style>