Shades of Razzmatazz #FD0670
Tints of Razzmatazz #FD0670
RGB
CMYK
RGB Variations
Color information
#FD0670 (or 0xFD0670) is known color: Razzmatazz. HEX triplet: FD, 06 and 70. RGB value is (253,6,112). Sum of RGB (Red+Green+Blue) = 253+6+112=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0670 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0670 is #02F98F. Grayscale: #5B5B5B. Windows color (decimal): -194960 or 7341821. OLE color: 7341821.
HSL color Cylindrical-coordinate representation of color #FD0670: hue angle of 334.25º 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 #FD0670 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 112 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.01 |
| HSL | 334.25º | 0.98% | 0.51% | - |
| HSV(B) | 334.25º | 0.98% | 0.99% | - |
| XYZ | 43.5 | 22.18 | 17.32 | - |
| YUV | 91.94 | 139.33 | 242.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 112 | 0 | 0.98 | 0.56 | 0.01 | 334.25 | 0.98 | 0.51 |
| Hex | FD | 6 | 70 | 0 | 62 | 38 | 1 | 14E | 62 | 33 |
| Octal | 375 | 6 | 160 | 0 | 142 | 70 | 1 | 516 | 142 | 63 |
| Binary | 11111101 | 110 | 1110000 | 0 | 1100010 | 111000 | 1 | 101001110 | 1100010 | 110011 |
Color Harmonies of #FD0670
Complementary color
Monochromatic Colors of #FD0670
Black with #FD0670
Text Example
Text Example
White with #FD0670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0670; }
p { color: rgb(253,6,112); }
H1.HeaderClassName
{
color: #FD0670;
}
.AnyTagClassName
{
color: #FD0670;
}
</style>
background-color css
<style>
a { background-color: #FD0670; }
a { background-color: rgb(253,6,112); }
div.DivClassName
{
background-color: #FD0670;
}
.BgClassName
{
background-color: #FD0670;
}
</style>
border-color css
<style>
span { border-color: #FD0670; }
span { border-color: rgb(253,6,112); }
td.TdClassName
{
border-color: #FD0670;
}
.TagClassName
{
border-color: #FD0670;
}
</style>