Shades of Razzmatazz #FD0259
Tints of Razzmatazz #FD0259
RGB
CMYK
RGB Variations
Color information
#FD0259 (or 0xFD0259) is known color: Razzmatazz. HEX triplet: FD, 02 and 59. RGB value is (253,2,89). Sum of RGB (Red+Green+Blue) = 253+2+89=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0259 is #02FDA6. Grayscale: #565656. Windows color (decimal): -196007 or 5833469. OLE color: 5833469.
HSL color Cylindrical-coordinate representation of color #FD0259: hue angle of 339.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0259 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.01 |
| HSL | 339.2º | 0.98% | 0.5% | - |
| HSV(B) | 339.2º | 0.99% | 0.99% | - |
| XYZ | 42.33 | 21.65 | 11.4 | - |
| YUV | 86.97 | 129.16 | 246.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 89 | 0 | 0.99 | 0.65 | 0.01 | 339.2 | 0.98 | 0.5 |
| Hex | FD | 2 | 59 | 0 | 63 | 41 | 1 | 153 | 62 | 32 |
| Octal | 375 | 2 | 131 | 0 | 143 | 101 | 1 | 523 | 142 | 62 |
| Binary | 11111101 | 10 | 1011001 | 0 | 1100011 | 1000001 | 1 | 101010011 | 1100010 | 110010 |
Color Harmonies of #FD0259
Complementary color
Monochromatic Colors of #FD0259
Black with #FD0259
Text Example
Text Example
White with #FD0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0259; }
p { color: rgb(253,2,89); }
H1.HeaderClassName
{
color: #FD0259;
}
.AnyTagClassName
{
color: #FD0259;
}
</style>
background-color css
<style>
a { background-color: #FD0259; }
a { background-color: rgb(253,2,89); }
div.DivClassName
{
background-color: #FD0259;
}
.BgClassName
{
background-color: #FD0259;
}
</style>
border-color css
<style>
span { border-color: #FD0259; }
span { border-color: rgb(253,2,89); }
td.TdClassName
{
border-color: #FD0259;
}
.TagClassName
{
border-color: #FD0259;
}
</style>