Shades of Razzmatazz #FA0763
Tints of Razzmatazz #FA0763
RGB
CMYK
RGB Variations
Color information
#FA0763 (or 0xFA0763) is known color: Razzmatazz. HEX triplet: FA, 07 and 63. RGB value is (250,7,99). Sum of RGB (Red+Green+Blue) = 250+7+99=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0763 is #05F89C. Grayscale: #5A5A5A. Windows color (decimal): -391325 or 6490106. OLE color: 6490106.
HSL color Cylindrical-coordinate representation of color #FA0763: hue angle of 337.28º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0763 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 99 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.02 |
| HSL | 337.28º | 0.96% | 0.5% | - |
| HSV(B) | 337.28º | 0.97% | 0.98% | - |
| XYZ | 41.75 | 21.38 | 13.73 | - |
| YUV | 90.15 | 133.01 | 242.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 99 | 0 | 0.97 | 0.60 | 0.02 | 337.28 | 0.96 | 0.5 |
| Hex | FA | 7 | 63 | 0 | 61 | 3C | 2 | 151 | 60 | 32 |
| Octal | 372 | 7 | 143 | 0 | 141 | 74 | 2 | 521 | 140 | 62 |
| Binary | 11111010 | 111 | 1100011 | 0 | 1100001 | 111100 | 10 | 101010001 | 1100000 | 110010 |
Color Harmonies of #FA0763
Complementary color
Monochromatic Colors of #FA0763
Black with #FA0763
Text Example
Text Example
White with #FA0763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0763; }
p { color: rgb(250,7,99); }
H1.HeaderClassName
{
color: #FA0763;
}
.AnyTagClassName
{
color: #FA0763;
}
</style>
background-color css
<style>
a { background-color: #FA0763; }
a { background-color: rgb(250,7,99); }
div.DivClassName
{
background-color: #FA0763;
}
.BgClassName
{
background-color: #FA0763;
}
</style>
border-color css
<style>
span { border-color: #FA0763; }
span { border-color: rgb(250,7,99); }
td.TdClassName
{
border-color: #FA0763;
}
.TagClassName
{
border-color: #FA0763;
}
</style>