Shades of Razzmatazz #FA0259
Tints of Razzmatazz #FA0259
RGB
CMYK
RGB Variations
Color information
#FA0259 (or 0xFA0259) is known color: Razzmatazz. HEX triplet: FA, 02 and 59. RGB value is (250,2,89). Sum of RGB (Red+Green+Blue) = 250+2+89=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0259 is #05FDA6. Grayscale: #555555. Windows color (decimal): -392615 or 5833466. OLE color: 5833466.
HSL color Cylindrical-coordinate representation of color #FA0259: hue angle of 338.95º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0259 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.02 |
| HSL | 338.95º | 0.98% | 0.49% | - |
| HSV(B) | 338.95º | 0.99% | 0.98% | - |
| XYZ | 41.25 | 21.09 | 11.35 | - |
| YUV | 86.07 | 129.66 | 244.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 89 | 0 | 0.99 | 0.64 | 0.02 | 338.95 | 0.98 | 0.49 |
| Hex | FA | 2 | 59 | 0 | 63 | 40 | 2 | 153 | 62 | 31 |
| Octal | 372 | 2 | 131 | 0 | 143 | 100 | 2 | 523 | 142 | 61 |
| Binary | 11111010 | 10 | 1011001 | 0 | 1100011 | 1000000 | 10 | 101010011 | 1100010 | 110001 |
Color Harmonies of #FA0259
Complementary color
Monochromatic Colors of #FA0259
Black with #FA0259
Text Example
Text Example
White with #FA0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0259; }
p { color: rgb(250,2,89); }
H1.HeaderClassName
{
color: #FA0259;
}
.AnyTagClassName
{
color: #FA0259;
}
</style>
background-color css
<style>
a { background-color: #FA0259; }
a { background-color: rgb(250,2,89); }
div.DivClassName
{
background-color: #FA0259;
}
.BgClassName
{
background-color: #FA0259;
}
</style>
border-color css
<style>
span { border-color: #FA0259; }
span { border-color: rgb(250,2,89); }
td.TdClassName
{
border-color: #FA0259;
}
.TagClassName
{
border-color: #FA0259;
}
</style>