Shades of Razzmatazz #FD0062
Tints of Razzmatazz #FD0062
RGB
CMYK
RGB Variations
Color information
#FD0062 (or 0xFD0062) is known color: Razzmatazz. HEX triplet: FD, 00 and 62. RGB value is (253,0,98). Sum of RGB (Red+Green+Blue) = 253+0+98=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0062 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0062 is #02FF9D. Grayscale: #565656. Windows color (decimal): -196510 or 6422781. OLE color: 6422781.
HSL color Cylindrical-coordinate representation of color #FD0062: hue angle of 336.76º 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 #FD0062 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.61 | 0.01 |
| HSL | 336.76º | 1% | 0.5% | - |
| HSV(B) | 336.76º | 1% | 0.99% | - |
| XYZ | 42.71 | 21.76 | 13.51 | - |
| YUV | 86.82 | 134.32 | 246.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 98 | 0 | 1 | 0.61 | 0.01 | 336.76 | 1 | 0.5 |
| Hex | FD | 0 | 62 | 0 | 64 | 3D | 1 | 151 | 64 | 32 |
| Octal | 375 | 0 | 142 | 0 | 144 | 75 | 1 | 521 | 144 | 62 |
| Binary | 11111101 | 0 | 1100010 | 0 | 1100100 | 111101 | 1 | 101010001 | 1100100 | 110010 |
Color Harmonies of #FD0062
Complementary color
Monochromatic Colors of #FD0062
Black with #FD0062
Text Example
Text Example
White with #FD0062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0062; }
p { color: rgb(253,0,98); }
H1.HeaderClassName
{
color: #FD0062;
}
.AnyTagClassName
{
color: #FD0062;
}
</style>
background-color css
<style>
a { background-color: #FD0062; }
a { background-color: rgb(253,0,98); }
div.DivClassName
{
background-color: #FD0062;
}
.BgClassName
{
background-color: #FD0062;
}
</style>
border-color css
<style>
span { border-color: #FD0062; }
span { border-color: rgb(253,0,98); }
td.TdClassName
{
border-color: #FD0062;
}
.TagClassName
{
border-color: #FD0062;
}
</style>