Shades of Razzmatazz #FD0672
Tints of Razzmatazz #FD0672
RGB
CMYK
RGB Variations
Color information
#FD0672 (or 0xFD0672) is known color: Razzmatazz. HEX triplet: FD, 06 and 72. RGB value is (253,6,114). Sum of RGB (Red+Green+Blue) = 253+6+114=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0672 is #02F98D. Grayscale: #5B5B5B. Windows color (decimal): -194958 or 7472893. OLE color: 7472893.
HSL color Cylindrical-coordinate representation of color #FD0672: hue angle of 333.77º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0672 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 114 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.01 |
| HSL | 333.77º | 0.98% | 0.51% | - |
| HSV(B) | 333.77º | 0.98% | 0.99% | - |
| XYZ | 43.61 | 22.23 | 17.91 | - |
| YUV | 92.17 | 140.33 | 242.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 114 | 0 | 0.98 | 0.55 | 0.01 | 333.77 | 0.98 | 0.51 |
| Hex | FD | 6 | 72 | 0 | 62 | 37 | 1 | 14E | 62 | 33 |
| Octal | 375 | 6 | 162 | 0 | 142 | 67 | 1 | 516 | 142 | 63 |
| Binary | 11111101 | 110 | 1110010 | 0 | 1100010 | 110111 | 1 | 101001110 | 1100010 | 110011 |
Color Harmonies of #FD0672
Complementary color
Monochromatic Colors of #FD0672
Black with #FD0672
Text Example
Text Example
White with #FD0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0672; }
p { color: rgb(253,6,114); }
H1.HeaderClassName
{
color: #FD0672;
}
.AnyTagClassName
{
color: #FD0672;
}
</style>
background-color css
<style>
a { background-color: #FD0672; }
a { background-color: rgb(253,6,114); }
div.DivClassName
{
background-color: #FD0672;
}
.BgClassName
{
background-color: #FD0672;
}
</style>
border-color css
<style>
span { border-color: #FD0672; }
span { border-color: rgb(253,6,114); }
td.TdClassName
{
border-color: #FD0672;
}
.TagClassName
{
border-color: #FD0672;
}
</style>