Shades of Razzmatazz #FA1764
Tints of Razzmatazz #FA1764
RGB
CMYK
RGB Variations
Color information
#FA1764 (or 0xFA1764) is known color: Razzmatazz. HEX triplet: FA, 17 and 64. RGB value is (250,23,100). Sum of RGB (Red+Green+Blue) = 250+23+100=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1764 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1764 is #05E89B. Grayscale: #636363. Windows color (decimal): -387228 or 6559738. OLE color: 6559738.
HSL color Cylindrical-coordinate representation of color #FA1764: hue angle of 339.65º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1764 is Cyan = 0, Magento = 0.91, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 100 | - |
| CMYK | 0 | 0.91 | 0.6 | 0.02 |
| HSL | 339.65º | 0.96% | 0.54% | - |
| HSV(B) | 339.65º | 0.91% | 0.98% | - |
| XYZ | 42.03 | 21.86 | 14.06 | - |
| YUV | 99.65 | 128.21 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 100 | 0 | 0.91 | 0.6 | 0.02 | 339.65 | 0.96 | 0.54 |
| Hex | FA | 17 | 64 | 0 | 5B | 3C | 2 | 154 | 60 | 36 |
| Octal | 372 | 27 | 144 | 0 | 133 | 74 | 2 | 524 | 140 | 66 |
| Binary | 11111010 | 10111 | 1100100 | 0 | 1011011 | 111100 | 10 | 101010100 | 1100000 | 110110 |
Color Harmonies of #FA1764
Complementary color
Monochromatic Colors of #FA1764
Black with #FA1764
Text Example
Text Example
White with #FA1764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1764; }
p { color: rgb(250,23,100); }
H1.HeaderClassName
{
color: #FA1764;
}
.AnyTagClassName
{
color: #FA1764;
}
</style>
background-color css
<style>
a { background-color: #FA1764; }
a { background-color: rgb(250,23,100); }
div.DivClassName
{
background-color: #FA1764;
}
.BgClassName
{
background-color: #FA1764;
}
</style>
border-color css
<style>
span { border-color: #FA1764; }
span { border-color: rgb(250,23,100); }
td.TdClassName
{
border-color: #FA1764;
}
.TagClassName
{
border-color: #FA1764;
}
</style>