Shades of Razzmatazz #FA0169
Tints of Razzmatazz #FA0169
RGB
CMYK
RGB Variations
Color information
#FA0169 (or 0xFA0169) is known color: Razzmatazz. HEX triplet: FA, 01 and 69. RGB value is (250,1,105). Sum of RGB (Red+Green+Blue) = 250+1+105=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0169 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0169 is #05FE96. Grayscale: #575757. Windows color (decimal): -392855 or 6881786. OLE color: 6881786.
HSL color Cylindrical-coordinate representation of color #FA0169: hue angle of 334.94º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0169 is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 105 | - |
| CMYK | 0 | 1.00 | 0.58 | 0.02 |
| HSL | 334.94º | 0.99% | 0.49% | - |
| HSV(B) | 334.94º | 1% | 0.98% | - |
| XYZ | 41.99 | 21.37 | 15.28 | - |
| YUV | 87.31 | 137.99 | 244.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 105 | 0 | 1.00 | 0.58 | 0.02 | 334.94 | 0.99 | 0.49 |
| Hex | FA | 1 | 69 | 0 | 64 | 3A | 2 | 14F | 63 | 31 |
| Octal | 372 | 1 | 151 | 0 | 144 | 72 | 2 | 517 | 143 | 61 |
| Binary | 11111010 | 1 | 1101001 | 0 | 1100100 | 111010 | 10 | 101001111 | 1100011 | 110001 |
Color Harmonies of #FA0169
Complementary color
Monochromatic Colors of #FA0169
Black with #FA0169
Text Example
Text Example
White with #FA0169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0169; }
p { color: rgb(250,1,105); }
H1.HeaderClassName
{
color: #FA0169;
}
.AnyTagClassName
{
color: #FA0169;
}
</style>
background-color css
<style>
a { background-color: #FA0169; }
a { background-color: rgb(250,1,105); }
div.DivClassName
{
background-color: #FA0169;
}
.BgClassName
{
background-color: #FA0169;
}
</style>
border-color css
<style>
span { border-color: #FA0169; }
span { border-color: rgb(250,1,105); }
td.TdClassName
{
border-color: #FA0169;
}
.TagClassName
{
border-color: #FA0169;
}
</style>