Shades of Razzmatazz #FA1564
Tints of Razzmatazz #FA1564
RGB
CMYK
RGB Variations
Color information
#FA1564 (or 0xFA1564) is known color: Razzmatazz. HEX triplet: FA, 15 and 64. RGB value is (250,21,100). Sum of RGB (Red+Green+Blue) = 250+21+100=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1564 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1564 is #05EA9B. Grayscale: #626262. Windows color (decimal): -387740 or 6559226. OLE color: 6559226.
HSL color Cylindrical-coordinate representation of color #FA1564: hue angle of 339.3º 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 #FA1564 is Cyan = 0, Magento = 0.92, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 100 | - |
| CMYK | 0 | 0.92 | 0.6 | 0.02 |
| HSL | 339.3º | 0.96% | 0.53% | - |
| HSV(B) | 339.3º | 0.92% | 0.98% | - |
| XYZ | 41.99 | 21.78 | 14.05 | - |
| YUV | 98.48 | 128.87 | 236.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 100 | 0 | 0.92 | 0.6 | 0.02 | 339.3 | 0.96 | 0.53 |
| Hex | FA | 15 | 64 | 0 | 5C | 3C | 2 | 153 | 60 | 35 |
| Octal | 372 | 25 | 144 | 0 | 134 | 74 | 2 | 523 | 140 | 65 |
| Binary | 11111010 | 10101 | 1100100 | 0 | 1011100 | 111100 | 10 | 101010011 | 1100000 | 110101 |
Color Harmonies of #FA1564
Complementary color
Monochromatic Colors of #FA1564
Black with #FA1564
Text Example
Text Example
White with #FA1564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1564; }
p { color: rgb(250,21,100); }
H1.HeaderClassName
{
color: #FA1564;
}
.AnyTagClassName
{
color: #FA1564;
}
</style>
background-color css
<style>
a { background-color: #FA1564; }
a { background-color: rgb(250,21,100); }
div.DivClassName
{
background-color: #FA1564;
}
.BgClassName
{
background-color: #FA1564;
}
</style>
border-color css
<style>
span { border-color: #FA1564; }
span { border-color: rgb(250,21,100); }
td.TdClassName
{
border-color: #FA1564;
}
.TagClassName
{
border-color: #FA1564;
}
</style>