Shades of Razzmatazz #FD0067
Tints of Razzmatazz #FD0067
RGB
CMYK
RGB Variations
Color information
#FD0067 (or 0xFD0067) is known color: Razzmatazz. HEX triplet: FD, 00 and 67. RGB value is (253,0,103). Sum of RGB (Red+Green+Blue) = 253+0+103=356 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.07% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0067 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0067 is #02FF98. Grayscale: #575757. Windows color (decimal): -196505 or 6750461. OLE color: 6750461.
HSL color Cylindrical-coordinate representation of color #FD0067: hue angle of 335.57º 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 #FD0067 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.59 | 0.01 |
| HSL | 335.57º | 1% | 0.5% | - |
| HSV(B) | 335.57º | 1% | 0.99% | - |
| XYZ | 42.96 | 21.86 | 14.79 | - |
| YUV | 87.39 | 136.82 | 246.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 103 | 0 | 1 | 0.59 | 0.01 | 335.57 | 1 | 0.5 |
| Hex | FD | 0 | 67 | 0 | 64 | 3B | 1 | 150 | 64 | 32 |
| Octal | 375 | 0 | 147 | 0 | 144 | 73 | 1 | 520 | 144 | 62 |
| Binary | 11111101 | 0 | 1100111 | 0 | 1100100 | 111011 | 1 | 101010000 | 1100100 | 110010 |
Color Harmonies of #FD0067
Complementary color
Monochromatic Colors of #FD0067
Black with #FD0067
Text Example
Text Example
White with #FD0067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0067; }
p { color: rgb(253,0,103); }
H1.HeaderClassName
{
color: #FD0067;
}
.AnyTagClassName
{
color: #FD0067;
}
</style>
background-color css
<style>
a { background-color: #FD0067; }
a { background-color: rgb(253,0,103); }
div.DivClassName
{
background-color: #FD0067;
}
.BgClassName
{
background-color: #FD0067;
}
</style>
border-color css
<style>
span { border-color: #FD0067; }
span { border-color: rgb(253,0,103); }
td.TdClassName
{
border-color: #FD0067;
}
.TagClassName
{
border-color: #FD0067;
}
</style>