Shades of Razzmatazz #FD006D
Tints of Razzmatazz #FD006D
RGB
CMYK
RGB Variations
Color information
#FD006D (or 0xFD006D) is known color: Razzmatazz. HEX triplet: FD, 00 and 6D. RGB value is (253,0,109). Sum of RGB (Red+Green+Blue) = 253+0+109=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD006D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD006D is #02FF92. Grayscale: #575757. Windows color (decimal): -196499 or 7143677. OLE color: 7143677.
HSL color Cylindrical-coordinate representation of color #FD006D: hue angle of 334.15º 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 #FD006D is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.57 | 0.01 |
| HSL | 334.15º | 1% | 0.5% | - |
| HSV(B) | 334.15º | 1% | 0.99% | - |
| XYZ | 43.27 | 21.99 | 16.43 | - |
| YUV | 88.07 | 139.82 | 245.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 109 | 0 | 1 | 0.57 | 0.01 | 334.15 | 1 | 0.5 |
| Hex | FD | 0 | 6D | 0 | 64 | 39 | 1 | 14E | 64 | 32 |
| Octal | 375 | 0 | 155 | 0 | 144 | 71 | 1 | 516 | 144 | 62 |
| Binary | 11111101 | 0 | 1101101 | 0 | 1100100 | 111001 | 1 | 101001110 | 1100100 | 110010 |
Color Harmonies of #FD006D
Complementary color
Monochromatic Colors of #FD006D
Black with #FD006D
Text Example
Text Example
White with #FD006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD006D; }
p { color: rgb(253,0,109); }
H1.HeaderClassName
{
color: #FD006D;
}
.AnyTagClassName
{
color: #FD006D;
}
</style>
background-color css
<style>
a { background-color: #FD006D; }
a { background-color: rgb(253,0,109); }
div.DivClassName
{
background-color: #FD006D;
}
.BgClassName
{
background-color: #FD006D;
}
</style>
border-color css
<style>
span { border-color: #FD006D; }
span { border-color: rgb(253,0,109); }
td.TdClassName
{
border-color: #FD006D;
}
.TagClassName
{
border-color: #FD006D;
}
</style>