Shades of Razzmatazz #FA0170
Tints of Razzmatazz #FA0170
RGB
CMYK
RGB Variations
Color information
#FA0170 (or 0xFA0170) is known color: Razzmatazz. HEX triplet: FA, 01 and 70. RGB value is (250,1,112). Sum of RGB (Red+Green+Blue) = 250+1+112=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0170 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0170 is #05FE8F. Grayscale: #575757. Windows color (decimal): -392848 or 7340538. OLE color: 7340538.
HSL color Cylindrical-coordinate representation of color #FA0170: hue angle of 333.25º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0170 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 112 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.02 |
| HSL | 333.25º | 0.99% | 0.49% | - |
| HSV(B) | 333.25º | 1% | 0.98% | - |
| XYZ | 42.36 | 21.52 | 17.25 | - |
| YUV | 88.11 | 141.49 | 243.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 112 | 0 | 1.00 | 0.55 | 0.02 | 333.25 | 0.99 | 0.49 |
| Hex | FA | 1 | 70 | 0 | 64 | 37 | 2 | 14D | 63 | 31 |
| Octal | 372 | 1 | 160 | 0 | 144 | 67 | 2 | 515 | 143 | 61 |
| Binary | 11111010 | 1 | 1110000 | 0 | 1100100 | 110111 | 10 | 101001101 | 1100011 | 110001 |
Color Harmonies of #FA0170
Complementary color
Monochromatic Colors of #FA0170
Black with #FA0170
Text Example
Text Example
White with #FA0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0170; }
p { color: rgb(250,1,112); }
H1.HeaderClassName
{
color: #FA0170;
}
.AnyTagClassName
{
color: #FA0170;
}
</style>
background-color css
<style>
a { background-color: #FA0170; }
a { background-color: rgb(250,1,112); }
div.DivClassName
{
background-color: #FA0170;
}
.BgClassName
{
background-color: #FA0170;
}
</style>
border-color css
<style>
span { border-color: #FA0170; }
span { border-color: rgb(250,1,112); }
td.TdClassName
{
border-color: #FA0170;
}
.TagClassName
{
border-color: #FA0170;
}
</style>