Shades of Razzmatazz #FA096C
Tints of Razzmatazz #FA096C
RGB
CMYK
RGB Variations
Color information
#FA096C (or 0xFA096C) is known color: Razzmatazz. HEX triplet: FA, 09 and 6C. RGB value is (250,9,108). Sum of RGB (Red+Green+Blue) = 250+9+108=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA096C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA096C is #05F693. Grayscale: #5C5C5C. Windows color (decimal): -390804 or 7080442. OLE color: 7080442.
HSL color Cylindrical-coordinate representation of color #FA096C: hue angle of 335.35º 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 #FA096C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 108 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.02 |
| HSL | 335.35º | 0.96% | 0.51% | - |
| HSV(B) | 335.35º | 0.96% | 0.98% | - |
| XYZ | 42.23 | 21.6 | 16.13 | - |
| YUV | 92.35 | 136.84 | 240.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 108 | 0 | 0.96 | 0.57 | 0.02 | 335.35 | 0.96 | 0.51 |
| Hex | FA | 9 | 6C | 0 | 60 | 39 | 2 | 14F | 60 | 33 |
| Octal | 372 | 11 | 154 | 0 | 140 | 71 | 2 | 517 | 140 | 63 |
| Binary | 11111010 | 1001 | 1101100 | 0 | 1100000 | 111001 | 10 | 101001111 | 1100000 | 110011 |
Color Harmonies of #FA096C
Complementary color
Monochromatic Colors of #FA096C
Black with #FA096C
Text Example
Text Example
White with #FA096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA096C; }
p { color: rgb(250,9,108); }
H1.HeaderClassName
{
color: #FA096C;
}
.AnyTagClassName
{
color: #FA096C;
}
</style>
background-color css
<style>
a { background-color: #FA096C; }
a { background-color: rgb(250,9,108); }
div.DivClassName
{
background-color: #FA096C;
}
.BgClassName
{
background-color: #FA096C;
}
</style>
border-color css
<style>
span { border-color: #FA096C; }
span { border-color: rgb(250,9,108); }
td.TdClassName
{
border-color: #FA096C;
}
.TagClassName
{
border-color: #FA096C;
}
</style>