Shades of Razzmatazz #FA1559
Tints of Razzmatazz #FA1559
RGB
CMYK
RGB Variations
Color information
#FA1559 (or 0xFA1559) is known color: Razzmatazz. HEX triplet: FA, 15 and 59. RGB value is (250,21,89). Sum of RGB (Red+Green+Blue) = 250+21+89=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1559 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1559 is #05EAA6. Grayscale: #616161. Windows color (decimal): -387751 or 5838330. OLE color: 5838330.
HSL color Cylindrical-coordinate representation of color #FA1559: hue angle of 342.18º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1559 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 89 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.02 |
| HSL | 342.18º | 0.96% | 0.53% | - |
| HSV(B) | 342.18º | 0.92% | 0.98% | - |
| XYZ | 41.5 | 21.58 | 11.43 | - |
| YUV | 97.22 | 123.37 | 236.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 89 | 0 | 0.92 | 0.64 | 0.02 | 342.18 | 0.96 | 0.53 |
| Hex | FA | 15 | 59 | 0 | 5C | 40 | 2 | 156 | 60 | 35 |
| Octal | 372 | 25 | 131 | 0 | 134 | 100 | 2 | 526 | 140 | 65 |
| Binary | 11111010 | 10101 | 1011001 | 0 | 1011100 | 1000000 | 10 | 101010110 | 1100000 | 110101 |
Color Harmonies of #FA1559
Complementary color
Monochromatic Colors of #FA1559
Black with #FA1559
Text Example
Text Example
White with #FA1559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1559; }
p { color: rgb(250,21,89); }
H1.HeaderClassName
{
color: #FA1559;
}
.AnyTagClassName
{
color: #FA1559;
}
</style>
background-color css
<style>
a { background-color: #FA1559; }
a { background-color: rgb(250,21,89); }
div.DivClassName
{
background-color: #FA1559;
}
.BgClassName
{
background-color: #FA1559;
}
</style>
border-color css
<style>
span { border-color: #FA1559; }
span { border-color: rgb(250,21,89); }
td.TdClassName
{
border-color: #FA1559;
}
.TagClassName
{
border-color: #FA1559;
}
</style>