Shades of Razzmatazz #FD0472
Tints of Razzmatazz #FD0472
RGB
CMYK
RGB Variations
Color information
#FD0472 (or 0xFD0472) is known color: Razzmatazz. HEX triplet: FD, 04 and 72. RGB value is (253,4,114). Sum of RGB (Red+Green+Blue) = 253+4+114=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0472 is #02FB8D. Grayscale: #5A5A5A. Windows color (decimal): -195470 or 7472381. OLE color: 7472381.
HSL color Cylindrical-coordinate representation of color #FD0472: hue angle of 333.49º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0472 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.01 |
| HSL | 333.49º | 0.98% | 0.5% | - |
| HSV(B) | 333.49º | 0.98% | 0.99% | - |
| XYZ | 43.59 | 22.18 | 17.9 | - |
| YUV | 90.99 | 140.99 | 243.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 114 | 0 | 0.98 | 0.55 | 0.01 | 333.49 | 0.98 | 0.5 |
| Hex | FD | 4 | 72 | 0 | 62 | 37 | 1 | 14D | 62 | 32 |
| Octal | 375 | 4 | 162 | 0 | 142 | 67 | 1 | 515 | 142 | 62 |
| Binary | 11111101 | 100 | 1110010 | 0 | 1100010 | 110111 | 1 | 101001101 | 1100010 | 110010 |
Color Harmonies of #FD0472
Complementary color
Monochromatic Colors of #FD0472
Black with #FD0472
Text Example
Text Example
White with #FD0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0472; }
p { color: rgb(253,4,114); }
H1.HeaderClassName
{
color: #FD0472;
}
.AnyTagClassName
{
color: #FD0472;
}
</style>
background-color css
<style>
a { background-color: #FD0472; }
a { background-color: rgb(253,4,114); }
div.DivClassName
{
background-color: #FD0472;
}
.BgClassName
{
background-color: #FD0472;
}
</style>
border-color css
<style>
span { border-color: #FD0472; }
span { border-color: rgb(253,4,114); }
td.TdClassName
{
border-color: #FD0472;
}
.TagClassName
{
border-color: #FD0472;
}
</style>