Shades of Razzmatazz #FA096D
Tints of Razzmatazz #FA096D
RGB
CMYK
RGB Variations
Color information
#FA096D (or 0xFA096D) is known color: Razzmatazz. HEX triplet: FA, 09 and 6D. RGB value is (250,9,109). Sum of RGB (Red+Green+Blue) = 250+9+109=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA096D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA096D is #05F692. Grayscale: #5C5C5C. Windows color (decimal): -390803 or 7145978. OLE color: 7145978.
HSL color Cylindrical-coordinate representation of color #FA096D: hue angle of 335.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 #FA096D is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 109 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.02 |
| HSL | 335.1º | 0.96% | 0.51% | - |
| HSV(B) | 335.1º | 0.96% | 0.98% | - |
| XYZ | 42.28 | 21.62 | 16.41 | - |
| YUV | 92.46 | 137.34 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 109 | 0 | 0.96 | 0.56 | 0.02 | 335.1 | 0.96 | 0.51 |
| Hex | FA | 9 | 6D | 0 | 60 | 38 | 2 | 14F | 60 | 33 |
| Octal | 372 | 11 | 155 | 0 | 140 | 70 | 2 | 517 | 140 | 63 |
| Binary | 11111010 | 1001 | 1101101 | 0 | 1100000 | 111000 | 10 | 101001111 | 1100000 | 110011 |
Color Harmonies of #FA096D
Complementary color
Monochromatic Colors of #FA096D
Black with #FA096D
Text Example
Text Example
White with #FA096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA096D; }
p { color: rgb(250,9,109); }
H1.HeaderClassName
{
color: #FA096D;
}
.AnyTagClassName
{
color: #FA096D;
}
</style>
background-color css
<style>
a { background-color: #FA096D; }
a { background-color: rgb(250,9,109); }
div.DivClassName
{
background-color: #FA096D;
}
.BgClassName
{
background-color: #FA096D;
}
</style>
border-color css
<style>
span { border-color: #FA096D; }
span { border-color: rgb(250,9,109); }
td.TdClassName
{
border-color: #FA096D;
}
.TagClassName
{
border-color: #FA096D;
}
</style>