Shades of Razzmatazz #FA1069
Tints of Razzmatazz #FA1069
RGB
CMYK
RGB Variations
Color information
#FA1069 (or 0xFA1069) is known color: Razzmatazz. HEX triplet: FA, 10 and 69. RGB value is (250,16,105). Sum of RGB (Red+Green+Blue) = 250+16+105=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1069 is #05EF96. Grayscale: #5F5F5F. Windows color (decimal): -389015 or 6885626. OLE color: 6885626.
HSL color Cylindrical-coordinate representation of color #FA1069: hue angle of 337.18º 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 #FA1069 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 105 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.02 |
| HSL | 337.18º | 0.96% | 0.52% | - |
| HSV(B) | 337.18º | 0.94% | 0.98% | - |
| XYZ | 42.16 | 21.71 | 15.33 | - |
| YUV | 96.11 | 133.02 | 237.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 105 | 0 | 0.94 | 0.58 | 0.02 | 337.18 | 0.96 | 0.52 |
| Hex | FA | 10 | 69 | 0 | 5E | 3A | 2 | 151 | 60 | 34 |
| Octal | 372 | 20 | 151 | 0 | 136 | 72 | 2 | 521 | 140 | 64 |
| Binary | 11111010 | 10000 | 1101001 | 0 | 1011110 | 111010 | 10 | 101010001 | 1100000 | 110100 |
Color Harmonies of #FA1069
Complementary color
Monochromatic Colors of #FA1069
Black with #FA1069
Text Example
Text Example
White with #FA1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1069; }
p { color: rgb(250,16,105); }
H1.HeaderClassName
{
color: #FA1069;
}
.AnyTagClassName
{
color: #FA1069;
}
</style>
background-color css
<style>
a { background-color: #FA1069; }
a { background-color: rgb(250,16,105); }
div.DivClassName
{
background-color: #FA1069;
}
.BgClassName
{
background-color: #FA1069;
}
</style>
border-color css
<style>
span { border-color: #FA1069; }
span { border-color: rgb(250,16,105); }
td.TdClassName
{
border-color: #FA1069;
}
.TagClassName
{
border-color: #FA1069;
}
</style>