Shades of Razzmatazz #FD006C
Tints of Razzmatazz #FD006C
RGB
CMYK
RGB Variations
Color information
#FD006C (or 0xFD006C) is known color: Razzmatazz. HEX triplet: FD, 00 and 6C. RGB value is (253,0,108). Sum of RGB (Red+Green+Blue) = 253+0+108=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD006C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD006C is #02FF93. Grayscale: #575757. Windows color (decimal): -196500 or 7078141. OLE color: 7078141.
HSL color Cylindrical-coordinate representation of color #FD006C: hue angle of 334.39º 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 #FD006C is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.57 | 0.01 |
| HSL | 334.39º | 1% | 0.5% | - |
| HSV(B) | 334.39º | 1% | 0.99% | - |
| XYZ | 43.21 | 21.97 | 16.15 | - |
| YUV | 87.96 | 139.32 | 245.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 108 | 0 | 1 | 0.57 | 0.01 | 334.39 | 1 | 0.5 |
| Hex | FD | 0 | 6C | 0 | 64 | 39 | 1 | 14E | 64 | 32 |
| Octal | 375 | 0 | 154 | 0 | 144 | 71 | 1 | 516 | 144 | 62 |
| Binary | 11111101 | 0 | 1101100 | 0 | 1100100 | 111001 | 1 | 101001110 | 1100100 | 110010 |
Color Harmonies of #FD006C
Complementary color
Monochromatic Colors of #FD006C
Black with #FD006C
Text Example
Text Example
White with #FD006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD006C; }
p { color: rgb(253,0,108); }
H1.HeaderClassName
{
color: #FD006C;
}
.AnyTagClassName
{
color: #FD006C;
}
</style>
background-color css
<style>
a { background-color: #FD006C; }
a { background-color: rgb(253,0,108); }
div.DivClassName
{
background-color: #FD006C;
}
.BgClassName
{
background-color: #FD006C;
}
</style>
border-color css
<style>
span { border-color: #FD006C; }
span { border-color: rgb(253,0,108); }
td.TdClassName
{
border-color: #FD006C;
}
.TagClassName
{
border-color: #FD006C;
}
</style>