Shades of Razzmatazz #FA046A
Tints of Razzmatazz #FA046A
RGB
CMYK
RGB Variations
Color information
#FA046A (or 0xFA046A) is known color: Razzmatazz. HEX triplet: FA, 04 and 6A. RGB value is (250,4,106). Sum of RGB (Red+Green+Blue) = 250+4+106=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA046A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA046A is #05FB95. Grayscale: #595959. Windows color (decimal): -392086 or 6948090. OLE color: 6948090.
HSL color Cylindrical-coordinate representation of color #FA046A: hue angle of 335.12º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA046A is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 106 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.02 |
| HSL | 335.12º | 0.97% | 0.5% | - |
| HSV(B) | 335.12º | 0.98% | 0.98% | - |
| XYZ | 42.07 | 21.45 | 15.56 | - |
| YUV | 89.18 | 137.5 | 242.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 106 | 0 | 0.98 | 0.58 | 0.02 | 335.12 | 0.97 | 0.5 |
| Hex | FA | 4 | 6A | 0 | 62 | 3A | 2 | 14F | 61 | 32 |
| Octal | 372 | 4 | 152 | 0 | 142 | 72 | 2 | 517 | 141 | 62 |
| Binary | 11111010 | 100 | 1101010 | 0 | 1100010 | 111010 | 10 | 101001111 | 1100001 | 110010 |
Color Harmonies of #FA046A
Complementary color
Monochromatic Colors of #FA046A
Black with #FA046A
Text Example
Text Example
White with #FA046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA046A; }
p { color: rgb(250,4,106); }
H1.HeaderClassName
{
color: #FA046A;
}
.AnyTagClassName
{
color: #FA046A;
}
</style>
background-color css
<style>
a { background-color: #FA046A; }
a { background-color: rgb(250,4,106); }
div.DivClassName
{
background-color: #FA046A;
}
.BgClassName
{
background-color: #FA046A;
}
</style>
border-color css
<style>
span { border-color: #FA046A; }
span { border-color: rgb(250,4,106); }
td.TdClassName
{
border-color: #FA046A;
}
.TagClassName
{
border-color: #FA046A;
}
</style>