Shades of Razzmatazz #FD0162
Tints of Razzmatazz #FD0162
RGB
CMYK
RGB Variations
Color information
#FD0162 (or 0xFD0162) is known color: Razzmatazz. HEX triplet: FD, 01 and 62. RGB value is (253,1,98). Sum of RGB (Red+Green+Blue) = 253+1+98=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0162 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0162 is #02FE9D. Grayscale: #575757. Windows color (decimal): -196254 or 6423037. OLE color: 6423037.
HSL color Cylindrical-coordinate representation of color #FD0162: hue angle of 336.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0162 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 98 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.01 |
| HSL | 336.9º | 0.99% | 0.5% | - |
| HSV(B) | 336.9º | 1% | 0.99% | - |
| XYZ | 42.72 | 21.79 | 13.51 | - |
| YUV | 87.41 | 133.99 | 246.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 98 | 0 | 1.00 | 0.61 | 0.01 | 336.9 | 0.99 | 0.5 |
| Hex | FD | 1 | 62 | 0 | 64 | 3D | 1 | 151 | 63 | 32 |
| Octal | 375 | 1 | 142 | 0 | 144 | 75 | 1 | 521 | 143 | 62 |
| Binary | 11111101 | 1 | 1100010 | 0 | 1100100 | 111101 | 1 | 101010001 | 1100011 | 110010 |
Color Harmonies of #FD0162
Complementary color
Monochromatic Colors of #FD0162
Black with #FD0162
Text Example
Text Example
White with #FD0162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0162; }
p { color: rgb(253,1,98); }
H1.HeaderClassName
{
color: #FD0162;
}
.AnyTagClassName
{
color: #FD0162;
}
</style>
background-color css
<style>
a { background-color: #FD0162; }
a { background-color: rgb(253,1,98); }
div.DivClassName
{
background-color: #FD0162;
}
.BgClassName
{
background-color: #FD0162;
}
</style>
border-color css
<style>
span { border-color: #FD0162; }
span { border-color: rgb(253,1,98); }
td.TdClassName
{
border-color: #FD0162;
}
.TagClassName
{
border-color: #FD0162;
}
</style>