Shades of Razzmatazz #FA1059
Tints of Razzmatazz #FA1059
RGB
CMYK
RGB Variations
Color information
#FA1059 (or 0xFA1059) is known color: Razzmatazz. HEX triplet: FA, 10 and 59. RGB value is (250,16,89). Sum of RGB (Red+Green+Blue) = 250+16+89=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1059 is #05EFA6. Grayscale: #5E5E5E. Windows color (decimal): -389031 or 5837050. OLE color: 5837050.
HSL color Cylindrical-coordinate representation of color #FA1059: hue angle of 341.28º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA1059 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 89 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.02 |
| HSL | 341.28º | 0.96% | 0.52% | - |
| HSV(B) | 341.28º | 0.94% | 0.98% | - |
| XYZ | 41.41 | 21.42 | 11.4 | - |
| YUV | 94.29 | 125.02 | 239.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 89 | 0 | 0.94 | 0.64 | 0.02 | 341.28 | 0.96 | 0.52 |
| Hex | FA | 10 | 59 | 0 | 5E | 40 | 2 | 155 | 60 | 34 |
| Octal | 372 | 20 | 131 | 0 | 136 | 100 | 2 | 525 | 140 | 64 |
| Binary | 11111010 | 10000 | 1011001 | 0 | 1011110 | 1000000 | 10 | 101010101 | 1100000 | 110100 |
Color Harmonies of #FA1059
Complementary color
Monochromatic Colors of #FA1059
Black with #FA1059
Text Example
Text Example
White with #FA1059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1059; }
p { color: rgb(250,16,89); }
H1.HeaderClassName
{
color: #FA1059;
}
.AnyTagClassName
{
color: #FA1059;
}
</style>
background-color css
<style>
a { background-color: #FA1059; }
a { background-color: rgb(250,16,89); }
div.DivClassName
{
background-color: #FA1059;
}
.BgClassName
{
background-color: #FA1059;
}
</style>
border-color css
<style>
span { border-color: #FA1059; }
span { border-color: rgb(250,16,89); }
td.TdClassName
{
border-color: #FA1059;
}
.TagClassName
{
border-color: #FA1059;
}
</style>