Shades of Razzmatazz #FD1759
Tints of Razzmatazz #FD1759
RGB
CMYK
RGB Variations
Color information
#FD1759 (or 0xFD1759) is known color: Razzmatazz. HEX triplet: FD, 17 and 59. RGB value is (253,23,89). Sum of RGB (Red+Green+Blue) = 253+23+89=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1759 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1759 is #02E8A6. Grayscale: #636363. Windows color (decimal): -190631 or 5838845. OLE color: 5838845.
HSL color Cylindrical-coordinate representation of color #FD1759: hue angle of 342.78º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1759 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 89 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.01 |
| HSL | 342.78º | 0.98% | 0.54% | - |
| HSV(B) | 342.78º | 0.91% | 0.99% | - |
| XYZ | 42.62 | 22.22 | 11.49 | - |
| YUV | 99.29 | 122.2 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 89 | 0 | 0.91 | 0.65 | 0.01 | 342.78 | 0.98 | 0.54 |
| Hex | FD | 17 | 59 | 0 | 5B | 41 | 1 | 157 | 62 | 36 |
| Octal | 375 | 27 | 131 | 0 | 133 | 101 | 1 | 527 | 142 | 66 |
| Binary | 11111101 | 10111 | 1011001 | 0 | 1011011 | 1000001 | 1 | 101010111 | 1100010 | 110110 |
Color Harmonies of #FD1759
Complementary color
Monochromatic Colors of #FD1759
Black with #FD1759
Text Example
Text Example
White with #FD1759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1759; }
p { color: rgb(253,23,89); }
H1.HeaderClassName
{
color: #FD1759;
}
.AnyTagClassName
{
color: #FD1759;
}
</style>
background-color css
<style>
a { background-color: #FD1759; }
a { background-color: rgb(253,23,89); }
div.DivClassName
{
background-color: #FD1759;
}
.BgClassName
{
background-color: #FD1759;
}
</style>
border-color css
<style>
span { border-color: #FD1759; }
span { border-color: rgb(253,23,89); }
td.TdClassName
{
border-color: #FD1759;
}
.TagClassName
{
border-color: #FD1759;
}
</style>