Shades of Razzmatazz #FA076B
Tints of Razzmatazz #FA076B
RGB
CMYK
RGB Variations
Color information
#FA076B (or 0xFA076B) is known color: Razzmatazz. HEX triplet: FA, 07 and 6B. RGB value is (250,7,107). Sum of RGB (Red+Green+Blue) = 250+7+107=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA076B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA076B is #05F894. Grayscale: #5A5A5A. Windows color (decimal): -391317 or 7014394. OLE color: 7014394.
HSL color Cylindrical-coordinate representation of color #FA076B: hue angle of 335.31º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA076B is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 107 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.02 |
| HSL | 335.31º | 0.96% | 0.5% | - |
| HSV(B) | 335.31º | 0.97% | 0.98% | - |
| XYZ | 42.15 | 21.54 | 15.85 | - |
| YUV | 91.06 | 137.01 | 241.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 107 | 0 | 0.97 | 0.57 | 0.02 | 335.31 | 0.96 | 0.5 |
| Hex | FA | 7 | 6B | 0 | 61 | 39 | 2 | 14F | 60 | 32 |
| Octal | 372 | 7 | 153 | 0 | 141 | 71 | 2 | 517 | 140 | 62 |
| Binary | 11111010 | 111 | 1101011 | 0 | 1100001 | 111001 | 10 | 101001111 | 1100000 | 110010 |
Color Harmonies of #FA076B
Complementary color
Monochromatic Colors of #FA076B
Black with #FA076B
Text Example
Text Example
White with #FA076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA076B; }
p { color: rgb(250,7,107); }
H1.HeaderClassName
{
color: #FA076B;
}
.AnyTagClassName
{
color: #FA076B;
}
</style>
background-color css
<style>
a { background-color: #FA076B; }
a { background-color: rgb(250,7,107); }
div.DivClassName
{
background-color: #FA076B;
}
.BgClassName
{
background-color: #FA076B;
}
</style>
border-color css
<style>
span { border-color: #FA076B; }
span { border-color: rgb(250,7,107); }
td.TdClassName
{
border-color: #FA076B;
}
.TagClassName
{
border-color: #FA076B;
}
</style>