Shades of Razzmatazz #FA1859
Tints of Razzmatazz #FA1859
RGB
CMYK
RGB Variations
Color information
#FA1859 (or 0xFA1859) is known color: Razzmatazz. HEX triplet: FA, 18 and 59. RGB value is (250,24,89). Sum of RGB (Red+Green+Blue) = 250+24+89=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1859 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1859 is #05E7A6. Grayscale: #626262. Windows color (decimal): -386983 or 5839098. OLE color: 5839098.
HSL color Cylindrical-coordinate representation of color #FA1859: hue angle of 342.74º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1859 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 89 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.02 |
| HSL | 342.74º | 0.96% | 0.54% | - |
| HSV(B) | 342.74º | 0.9% | 0.98% | - |
| XYZ | 41.55 | 21.7 | 11.45 | - |
| YUV | 98.98 | 122.37 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 89 | 0 | 0.90 | 0.64 | 0.02 | 342.74 | 0.96 | 0.54 |
| Hex | FA | 18 | 59 | 0 | 5A | 40 | 2 | 157 | 60 | 36 |
| Octal | 372 | 30 | 131 | 0 | 132 | 100 | 2 | 527 | 140 | 66 |
| Binary | 11111010 | 11000 | 1011001 | 0 | 1011010 | 1000000 | 10 | 101010111 | 1100000 | 110110 |
Color Harmonies of #FA1859
Complementary color
Monochromatic Colors of #FA1859
Black with #FA1859
Text Example
Text Example
White with #FA1859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1859; }
p { color: rgb(250,24,89); }
H1.HeaderClassName
{
color: #FA1859;
}
.AnyTagClassName
{
color: #FA1859;
}
</style>
background-color css
<style>
a { background-color: #FA1859; }
a { background-color: rgb(250,24,89); }
div.DivClassName
{
background-color: #FA1859;
}
.BgClassName
{
background-color: #FA1859;
}
</style>
border-color css
<style>
span { border-color: #FA1859; }
span { border-color: rgb(250,24,89); }
td.TdClassName
{
border-color: #FA1859;
}
.TagClassName
{
border-color: #FA1859;
}
</style>