Shades of Razzmatazz #FA0168
Tints of Razzmatazz #FA0168
RGB
CMYK
RGB Variations
Color information
#FA0168 (or 0xFA0168) is known color: Razzmatazz. HEX triplet: FA, 01 and 68. RGB value is (250,1,104). Sum of RGB (Red+Green+Blue) = 250+1+104=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0168 is #05FE97. Grayscale: #575757. Windows color (decimal): -392856 or 6816250. OLE color: 6816250.
HSL color Cylindrical-coordinate representation of color #FA0168: hue angle of 335.18º 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 #FA0168 is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.58 | 0.02 |
| HSL | 335.18º | 0.99% | 0.49% | - |
| HSV(B) | 335.18º | 1% | 0.98% | - |
| XYZ | 41.93 | 21.35 | 15.01 | - |
| YUV | 87.19 | 137.49 | 244.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 104 | 0 | 1.00 | 0.58 | 0.02 | 335.18 | 0.99 | 0.49 |
| Hex | FA | 1 | 68 | 0 | 64 | 3A | 2 | 14F | 63 | 31 |
| Octal | 372 | 1 | 150 | 0 | 144 | 72 | 2 | 517 | 143 | 61 |
| Binary | 11111010 | 1 | 1101000 | 0 | 1100100 | 111010 | 10 | 101001111 | 1100011 | 110001 |
Color Harmonies of #FA0168
Complementary color
Monochromatic Colors of #FA0168
Black with #FA0168
Text Example
Text Example
White with #FA0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0168; }
p { color: rgb(250,1,104); }
H1.HeaderClassName
{
color: #FA0168;
}
.AnyTagClassName
{
color: #FA0168;
}
</style>
background-color css
<style>
a { background-color: #FA0168; }
a { background-color: rgb(250,1,104); }
div.DivClassName
{
background-color: #FA0168;
}
.BgClassName
{
background-color: #FA0168;
}
</style>
border-color css
<style>
span { border-color: #FA0168; }
span { border-color: rgb(250,1,104); }
td.TdClassName
{
border-color: #FA0168;
}
.TagClassName
{
border-color: #FA0168;
}
</style>