Shades of Razzmatazz #FA076F
Tints of Razzmatazz #FA076F
RGB
CMYK
RGB Variations
Color information
#FA076F (or 0xFA076F) is known color: Razzmatazz. HEX triplet: FA, 07 and 6F. RGB value is (250,7,111). Sum of RGB (Red+Green+Blue) = 250+7+111=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA076F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA076F is #05F890. Grayscale: #5B5B5B. Windows color (decimal): -391313 or 7276538. OLE color: 7276538.
HSL color Cylindrical-coordinate representation of color #FA076F: hue angle of 334.32º 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 #FA076F is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 111 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.02 |
| HSL | 334.32º | 0.96% | 0.5% | - |
| HSV(B) | 334.32º | 0.97% | 0.98% | - |
| XYZ | 42.37 | 21.62 | 16.98 | - |
| YUV | 91.51 | 139.01 | 241.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 111 | 0 | 0.97 | 0.56 | 0.02 | 334.32 | 0.96 | 0.5 |
| Hex | FA | 7 | 6F | 0 | 61 | 38 | 2 | 14E | 60 | 32 |
| Octal | 372 | 7 | 157 | 0 | 141 | 70 | 2 | 516 | 140 | 62 |
| Binary | 11111010 | 111 | 1101111 | 0 | 1100001 | 111000 | 10 | 101001110 | 1100000 | 110010 |
Color Harmonies of #FA076F
Complementary color
Monochromatic Colors of #FA076F
Black with #FA076F
Text Example
Text Example
White with #FA076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA076F; }
p { color: rgb(250,7,111); }
H1.HeaderClassName
{
color: #FA076F;
}
.AnyTagClassName
{
color: #FA076F;
}
</style>
background-color css
<style>
a { background-color: #FA076F; }
a { background-color: rgb(250,7,111); }
div.DivClassName
{
background-color: #FA076F;
}
.BgClassName
{
background-color: #FA076F;
}
</style>
border-color css
<style>
span { border-color: #FA076F; }
span { border-color: rgb(250,7,111); }
td.TdClassName
{
border-color: #FA076F;
}
.TagClassName
{
border-color: #FA076F;
}
</style>