Shades of Razzmatazz #FA116C
Tints of Razzmatazz #FA116C
RGB
CMYK
RGB Variations
Color information
#FA116C (or 0xFA116C) is known color: Razzmatazz. HEX triplet: FA, 11 and 6C. RGB value is (250,17,108). Sum of RGB (Red+Green+Blue) = 250+17+108=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA116C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA116C is #05EE93. Grayscale: #606060. Windows color (decimal): -388756 or 7082490. OLE color: 7082490.
HSL color Cylindrical-coordinate representation of color #FA116C: hue angle of 336.57º 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 #FA116C is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 108 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.02 |
| HSL | 336.57º | 0.96% | 0.52% | - |
| HSV(B) | 336.57º | 0.93% | 0.98% | - |
| XYZ | 42.33 | 21.81 | 16.17 | - |
| YUV | 97.04 | 134.19 | 237.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 108 | 0 | 0.93 | 0.57 | 0.02 | 336.57 | 0.96 | 0.52 |
| Hex | FA | 11 | 6C | 0 | 5D | 39 | 2 | 151 | 60 | 34 |
| Octal | 372 | 21 | 154 | 0 | 135 | 71 | 2 | 521 | 140 | 64 |
| Binary | 11111010 | 10001 | 1101100 | 0 | 1011101 | 111001 | 10 | 101010001 | 1100000 | 110100 |
Color Harmonies of #FA116C
Complementary color
Monochromatic Colors of #FA116C
Black with #FA116C
Text Example
Text Example
White with #FA116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA116C; }
p { color: rgb(250,17,108); }
H1.HeaderClassName
{
color: #FA116C;
}
.AnyTagClassName
{
color: #FA116C;
}
</style>
background-color css
<style>
a { background-color: #FA116C; }
a { background-color: rgb(250,17,108); }
div.DivClassName
{
background-color: #FA116C;
}
.BgClassName
{
background-color: #FA116C;
}
</style>
border-color css
<style>
span { border-color: #FA116C; }
span { border-color: rgb(250,17,108); }
td.TdClassName
{
border-color: #FA116C;
}
.TagClassName
{
border-color: #FA116C;
}
</style>