Shades of Razzmatazz #FD006E
Tints of Razzmatazz #FD006E
RGB
CMYK
RGB Variations
Color information
#FD006E (or 0xFD006E) is known color: Razzmatazz. HEX triplet: FD, 00 and 6E. RGB value is (253,0,110). Sum of RGB (Red+Green+Blue) = 253+0+110=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD006E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD006E is #02FF91. Grayscale: #575757. Windows color (decimal): -196498 or 7209213. OLE color: 7209213.
HSL color Cylindrical-coordinate representation of color #FD006E: hue angle of 333.91º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD006E is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.57 | 0.01 |
| HSL | 333.91º | 1% | 0.5% | - |
| HSV(B) | 333.91º | 1% | 0.99% | - |
| XYZ | 43.32 | 22.01 | 16.72 | - |
| YUV | 88.19 | 140.32 | 245.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 110 | 0 | 1 | 0.57 | 0.01 | 333.91 | 1 | 0.5 |
| Hex | FD | 0 | 6E | 0 | 64 | 39 | 1 | 14E | 64 | 32 |
| Octal | 375 | 0 | 156 | 0 | 144 | 71 | 1 | 516 | 144 | 62 |
| Binary | 11111101 | 0 | 1101110 | 0 | 1100100 | 111001 | 1 | 101001110 | 1100100 | 110010 |
Color Harmonies of #FD006E
Complementary color
Monochromatic Colors of #FD006E
Black with #FD006E
Text Example
Text Example
White with #FD006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD006E; }
p { color: rgb(253,0,110); }
H1.HeaderClassName
{
color: #FD006E;
}
.AnyTagClassName
{
color: #FD006E;
}
</style>
background-color css
<style>
a { background-color: #FD006E; }
a { background-color: rgb(253,0,110); }
div.DivClassName
{
background-color: #FD006E;
}
.BgClassName
{
background-color: #FD006E;
}
</style>
border-color css
<style>
span { border-color: #FD006E; }
span { border-color: rgb(253,0,110); }
td.TdClassName
{
border-color: #FD006E;
}
.TagClassName
{
border-color: #FD006E;
}
</style>