Shades of Razzmatazz #FA1168
Tints of Razzmatazz #FA1168
RGB
CMYK
RGB Variations
Color information
#FA1168 (or 0xFA1168) is known color: Razzmatazz. HEX triplet: FA, 11 and 68. RGB value is (250,17,104). Sum of RGB (Red+Green+Blue) = 250+17+104=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1168 is #05EE97. Grayscale: #606060. Windows color (decimal): -388760 or 6820346. OLE color: 6820346.
HSL color Cylindrical-coordinate representation of color #FA1168: hue angle of 337.6º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1168 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 104 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.02 |
| HSL | 337.6º | 0.96% | 0.52% | - |
| HSV(B) | 337.6º | 0.93% | 0.98% | - |
| XYZ | 42.12 | 21.72 | 15.07 | - |
| YUV | 96.59 | 132.19 | 237.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 104 | 0 | 0.93 | 0.58 | 0.02 | 337.6 | 0.96 | 0.52 |
| Hex | FA | 11 | 68 | 0 | 5D | 3A | 2 | 152 | 60 | 34 |
| Octal | 372 | 21 | 150 | 0 | 135 | 72 | 2 | 522 | 140 | 64 |
| Binary | 11111010 | 10001 | 1101000 | 0 | 1011101 | 111010 | 10 | 101010010 | 1100000 | 110100 |
Color Harmonies of #FA1168
Complementary color
Monochromatic Colors of #FA1168
Black with #FA1168
Text Example
Text Example
White with #FA1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1168; }
p { color: rgb(250,17,104); }
H1.HeaderClassName
{
color: #FA1168;
}
.AnyTagClassName
{
color: #FA1168;
}
</style>
background-color css
<style>
a { background-color: #FA1168; }
a { background-color: rgb(250,17,104); }
div.DivClassName
{
background-color: #FA1168;
}
.BgClassName
{
background-color: #FA1168;
}
</style>
border-color css
<style>
span { border-color: #FA1168; }
span { border-color: rgb(250,17,104); }
td.TdClassName
{
border-color: #FA1168;
}
.TagClassName
{
border-color: #FA1168;
}
</style>