Shades of Razzmatazz #FD006F
Tints of Razzmatazz #FD006F
RGB
CMYK
RGB Variations
Color information
#FD006F (or 0xFD006F) is known color: Razzmatazz. HEX triplet: FD, 00 and 6F. RGB value is (253,0,111). Sum of RGB (Red+Green+Blue) = 253+0+111=364 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.51% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 253 - color contains mainly: red. Hex color #FD006F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD006F is #02FF90. Grayscale: #585858. Windows color (decimal): -196497 or 7274749. OLE color: 7274749.
HSL color Cylindrical-coordinate representation of color #FD006F: hue angle of 333.68º 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 #FD006F is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.56 | 0.01 |
| HSL | 333.68º | 1% | 0.5% | - |
| HSV(B) | 333.68º | 1% | 0.99% | - |
| XYZ | 43.38 | 22.03 | 17 | - |
| YUV | 88.3 | 140.82 | 245.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 111 | 0 | 1 | 0.56 | 0.01 | 333.68 | 1 | 0.5 |
| Hex | FD | 0 | 6F | 0 | 64 | 38 | 1 | 14E | 64 | 32 |
| Octal | 375 | 0 | 157 | 0 | 144 | 70 | 1 | 516 | 144 | 62 |
| Binary | 11111101 | 0 | 1101111 | 0 | 1100100 | 111000 | 1 | 101001110 | 1100100 | 110010 |
Color Harmonies of #FD006F
Complementary color
Monochromatic Colors of #FD006F
Black with #FD006F
Text Example
Text Example
White with #FD006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD006F; }
p { color: rgb(253,0,111); }
H1.HeaderClassName
{
color: #FD006F;
}
.AnyTagClassName
{
color: #FD006F;
}
</style>
background-color css
<style>
a { background-color: #FD006F; }
a { background-color: rgb(253,0,111); }
div.DivClassName
{
background-color: #FD006F;
}
.BgClassName
{
background-color: #FD006F;
}
</style>
border-color css
<style>
span { border-color: #FD006F; }
span { border-color: rgb(253,0,111); }
td.TdClassName
{
border-color: #FD006F;
}
.TagClassName
{
border-color: #FD006F;
}
</style>