Shades of Razzmatazz #FA0359
Tints of Razzmatazz #FA0359
RGB
CMYK
RGB Variations
Color information
#FA0359 (or 0xFA0359) is known color: Razzmatazz. HEX triplet: FA, 03 and 59. RGB value is (250,3,89). Sum of RGB (Red+Green+Blue) = 250+3+89=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0359 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0359 is #05FCA6. Grayscale: #565656. Windows color (decimal): -392359 or 5833722. OLE color: 5833722.
HSL color Cylindrical-coordinate representation of color #FA0359: hue angle of 339.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0359 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 89 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.02 |
| HSL | 339.11º | 0.98% | 0.5% | - |
| HSV(B) | 339.11º | 0.99% | 0.98% | - |
| XYZ | 41.26 | 21.11 | 11.35 | - |
| YUV | 86.66 | 129.33 | 244.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 89 | 0 | 0.99 | 0.64 | 0.02 | 339.11 | 0.98 | 0.5 |
| Hex | FA | 3 | 59 | 0 | 63 | 40 | 2 | 153 | 62 | 32 |
| Octal | 372 | 3 | 131 | 0 | 143 | 100 | 2 | 523 | 142 | 62 |
| Binary | 11111010 | 11 | 1011001 | 0 | 1100011 | 1000000 | 10 | 101010011 | 1100010 | 110010 |
Color Harmonies of #FA0359
Complementary color
Monochromatic Colors of #FA0359
Black with #FA0359
Text Example
Text Example
White with #FA0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0359; }
p { color: rgb(250,3,89); }
H1.HeaderClassName
{
color: #FA0359;
}
.AnyTagClassName
{
color: #FA0359;
}
</style>
background-color css
<style>
a { background-color: #FA0359; }
a { background-color: rgb(250,3,89); }
div.DivClassName
{
background-color: #FA0359;
}
.BgClassName
{
background-color: #FA0359;
}
</style>
border-color css
<style>
span { border-color: #FA0359; }
span { border-color: rgb(250,3,89); }
td.TdClassName
{
border-color: #FA0359;
}
.TagClassName
{
border-color: #FA0359;
}
</style>