Shades of Razzmatazz #FA0969
Tints of Razzmatazz #FA0969
RGB
CMYK
RGB Variations
Color information
#FA0969 (or 0xFA0969) is known color: Razzmatazz. HEX triplet: FA, 09 and 69. RGB value is (250,9,105). Sum of RGB (Red+Green+Blue) = 250+9+105=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0969 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0969 is #05F696. Grayscale: #5B5B5B. Windows color (decimal): -390807 or 6883834. OLE color: 6883834.
HSL color Cylindrical-coordinate representation of color #FA0969: hue angle of 336.1º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0969 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 105 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.02 |
| HSL | 336.1º | 0.96% | 0.51% | - |
| HSV(B) | 336.1º | 0.96% | 0.98% | - |
| XYZ | 42.07 | 21.54 | 15.3 | - |
| YUV | 92 | 135.34 | 240.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 105 | 0 | 0.96 | 0.58 | 0.02 | 336.1 | 0.96 | 0.51 |
| Hex | FA | 9 | 69 | 0 | 60 | 3A | 2 | 150 | 60 | 33 |
| Octal | 372 | 11 | 151 | 0 | 140 | 72 | 2 | 520 | 140 | 63 |
| Binary | 11111010 | 1001 | 1101001 | 0 | 1100000 | 111010 | 10 | 101010000 | 1100000 | 110011 |
Color Harmonies of #FA0969
Complementary color
Monochromatic Colors of #FA0969
Black with #FA0969
Text Example
Text Example
White with #FA0969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0969; }
p { color: rgb(250,9,105); }
H1.HeaderClassName
{
color: #FA0969;
}
.AnyTagClassName
{
color: #FA0969;
}
</style>
background-color css
<style>
a { background-color: #FA0969; }
a { background-color: rgb(250,9,105); }
div.DivClassName
{
background-color: #FA0969;
}
.BgClassName
{
background-color: #FA0969;
}
</style>
border-color css
<style>
span { border-color: #FA0969; }
span { border-color: rgb(250,9,105); }
td.TdClassName
{
border-color: #FA0969;
}
.TagClassName
{
border-color: #FA0969;
}
</style>