Shades of Razzmatazz #FA126C
Tints of Razzmatazz #FA126C
RGB
CMYK
RGB Variations
Color information
#FA126C (or 0xFA126C) is known color: Razzmatazz. HEX triplet: FA, 12 and 6C. RGB value is (250,18,108). Sum of RGB (Red+Green+Blue) = 250+18+108=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA126C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA126C is #05ED93. Grayscale: #616161. Windows color (decimal): -388500 or 7082746. OLE color: 7082746.
HSL color Cylindrical-coordinate representation of color #FA126C: hue angle of 336.72º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA126C is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 108 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.02 |
| HSL | 336.72º | 0.96% | 0.53% | - |
| HSV(B) | 336.72º | 0.93% | 0.98% | - |
| XYZ | 42.35 | 21.84 | 16.17 | - |
| YUV | 97.63 | 133.86 | 236.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 108 | 0 | 0.93 | 0.57 | 0.02 | 336.72 | 0.96 | 0.53 |
| Hex | FA | 12 | 6C | 0 | 5D | 39 | 2 | 151 | 60 | 35 |
| Octal | 372 | 22 | 154 | 0 | 135 | 71 | 2 | 521 | 140 | 65 |
| Binary | 11111010 | 10010 | 1101100 | 0 | 1011101 | 111001 | 10 | 101010001 | 1100000 | 110101 |
Color Harmonies of #FA126C
Complementary color
Monochromatic Colors of #FA126C
Black with #FA126C
Text Example
Text Example
White with #FA126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA126C; }
p { color: rgb(250,18,108); }
H1.HeaderClassName
{
color: #FA126C;
}
.AnyTagClassName
{
color: #FA126C;
}
</style>
background-color css
<style>
a { background-color: #FA126C; }
a { background-color: rgb(250,18,108); }
div.DivClassName
{
background-color: #FA126C;
}
.BgClassName
{
background-color: #FA126C;
}
</style>
border-color css
<style>
span { border-color: #FA126C; }
span { border-color: rgb(250,18,108); }
td.TdClassName
{
border-color: #FA126C;
}
.TagClassName
{
border-color: #FA126C;
}
</style>