Shades of Razzmatazz #FA1068
Tints of Razzmatazz #FA1068
RGB
CMYK
RGB Variations
Color information
#FA1068 (or 0xFA1068) is known color: Razzmatazz. HEX triplet: FA, 10 and 68. RGB value is (250,16,104). Sum of RGB (Red+Green+Blue) = 250+16+104=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1068 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1068 is #05EF97. Grayscale: #5F5F5F. Windows color (decimal): -389016 or 6820090. OLE color: 6820090.
HSL color Cylindrical-coordinate representation of color #FA1068: hue angle of 337.44º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA1068 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 104 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.02 |
| HSL | 337.44º | 0.96% | 0.52% | - |
| HSV(B) | 337.44º | 0.94% | 0.98% | - |
| XYZ | 42.11 | 21.69 | 15.06 | - |
| YUV | 96 | 132.52 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 104 | 0 | 0.94 | 0.58 | 0.02 | 337.44 | 0.96 | 0.52 |
| Hex | FA | 10 | 68 | 0 | 5E | 3A | 2 | 151 | 60 | 34 |
| Octal | 372 | 20 | 150 | 0 | 136 | 72 | 2 | 521 | 140 | 64 |
| Binary | 11111010 | 10000 | 1101000 | 0 | 1011110 | 111010 | 10 | 101010001 | 1100000 | 110100 |
Color Harmonies of #FA1068
Complementary color
Monochromatic Colors of #FA1068
Black with #FA1068
Text Example
Text Example
White with #FA1068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1068; }
p { color: rgb(250,16,104); }
H1.HeaderClassName
{
color: #FA1068;
}
.AnyTagClassName
{
color: #FA1068;
}
</style>
background-color css
<style>
a { background-color: #FA1068; }
a { background-color: rgb(250,16,104); }
div.DivClassName
{
background-color: #FA1068;
}
.BgClassName
{
background-color: #FA1068;
}
</style>
border-color css
<style>
span { border-color: #FA1068; }
span { border-color: rgb(250,16,104); }
td.TdClassName
{
border-color: #FA1068;
}
.TagClassName
{
border-color: #FA1068;
}
</style>