Shades of Razzmatazz #FD0659
Tints of Razzmatazz #FD0659
RGB
CMYK
RGB Variations
Color information
#FD0659 (or 0xFD0659) is known color: Razzmatazz. HEX triplet: FD, 06 and 59. RGB value is (253,6,89). Sum of RGB (Red+Green+Blue) = 253+6+89=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0659 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0659 is #02F9A6. Grayscale: #595959. Windows color (decimal): -194983 or 5834493. OLE color: 5834493.
HSL color Cylindrical-coordinate representation of color #FD0659: hue angle of 339.84º 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 #FD0659 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 89 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.01 |
| HSL | 339.84º | 0.98% | 0.51% | - |
| HSV(B) | 339.84º | 0.98% | 0.99% | - |
| XYZ | 42.38 | 21.73 | 11.41 | - |
| YUV | 89.32 | 127.83 | 244.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 89 | 0 | 0.98 | 0.65 | 0.01 | 339.84 | 0.98 | 0.51 |
| Hex | FD | 6 | 59 | 0 | 62 | 41 | 1 | 154 | 62 | 33 |
| Octal | 375 | 6 | 131 | 0 | 142 | 101 | 1 | 524 | 142 | 63 |
| Binary | 11111101 | 110 | 1011001 | 0 | 1100010 | 1000001 | 1 | 101010100 | 1100010 | 110011 |
Color Harmonies of #FD0659
Complementary color
Monochromatic Colors of #FD0659
Black with #FD0659
Text Example
Text Example
White with #FD0659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0659; }
p { color: rgb(253,6,89); }
H1.HeaderClassName
{
color: #FD0659;
}
.AnyTagClassName
{
color: #FD0659;
}
</style>
background-color css
<style>
a { background-color: #FD0659; }
a { background-color: rgb(253,6,89); }
div.DivClassName
{
background-color: #FD0659;
}
.BgClassName
{
background-color: #FD0659;
}
</style>
border-color css
<style>
span { border-color: #FD0659; }
span { border-color: rgb(253,6,89); }
td.TdClassName
{
border-color: #FD0659;
}
.TagClassName
{
border-color: #FD0659;
}
</style>