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