Shades of Razzmatazz #FD006A
Tints of Razzmatazz #FD006A
RGB
CMYK
RGB Variations
Color information
#FD006A (or 0xFD006A) is known color: Razzmatazz. HEX triplet: FD, 00 and 6A. RGB value is (253,0,106). Sum of RGB (Red+Green+Blue) = 253+0+106=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD006A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD006A is #02FF95. Grayscale: #575757. Windows color (decimal): -196502 or 6947069. OLE color: 6947069.
HSL color Cylindrical-coordinate representation of color #FD006A: hue angle of 334.86º 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 #FD006A is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.58 | 0.01 |
| HSL | 334.86º | 1% | 0.5% | - |
| HSV(B) | 334.86º | 1% | 0.99% | - |
| XYZ | 43.11 | 21.92 | 15.6 | - |
| YUV | 87.73 | 138.32 | 245.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 106 | 0 | 1 | 0.58 | 0.01 | 334.86 | 1 | 0.5 |
| Hex | FD | 0 | 6A | 0 | 64 | 3A | 1 | 14F | 64 | 32 |
| Octal | 375 | 0 | 152 | 0 | 144 | 72 | 1 | 517 | 144 | 62 |
| Binary | 11111101 | 0 | 1101010 | 0 | 1100100 | 111010 | 1 | 101001111 | 1100100 | 110010 |
Color Harmonies of #FD006A
Complementary color
Monochromatic Colors of #FD006A
Black with #FD006A
Text Example
Text Example
White with #FD006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD006A; }
p { color: rgb(253,0,106); }
H1.HeaderClassName
{
color: #FD006A;
}
.AnyTagClassName
{
color: #FD006A;
}
</style>
background-color css
<style>
a { background-color: #FD006A; }
a { background-color: rgb(253,0,106); }
div.DivClassName
{
background-color: #FD006A;
}
.BgClassName
{
background-color: #FD006A;
}
</style>
border-color css
<style>
span { border-color: #FD006A; }
span { border-color: rgb(253,0,106); }
td.TdClassName
{
border-color: #FD006A;
}
.TagClassName
{
border-color: #FD006A;
}
</style>