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