Shades of Razzmatazz #FA0066
Tints of Razzmatazz #FA0066
RGB
CMYK
RGB Variations
Color information
#FA0066 (or 0xFA0066) is known color: Razzmatazz. HEX triplet: FA, 00 and 66. RGB value is (250,0,102). Sum of RGB (Red+Green+Blue) = 250+0+102=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0066 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0066 is #05FF99. Grayscale: #565656. Windows color (decimal): -393114 or 6684922. OLE color: 6684922.
HSL color Cylindrical-coordinate representation of color #FA0066: hue angle of 335.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0066 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.59 | 0.02 |
| HSL | 335.52º | 1% | 0.49% | - |
| HSV(B) | 335.52º | 1% | 0.98% | - |
| XYZ | 41.82 | 21.28 | 14.47 | - |
| YUV | 86.38 | 136.83 | 244.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 102 | 0 | 1 | 0.59 | 0.02 | 335.52 | 1 | 0.49 |
| Hex | FA | 0 | 66 | 0 | 64 | 3B | 2 | 150 | 64 | 31 |
| Octal | 372 | 0 | 146 | 0 | 144 | 73 | 2 | 520 | 144 | 61 |
| Binary | 11111010 | 0 | 1100110 | 0 | 1100100 | 111011 | 10 | 101010000 | 1100100 | 110001 |
Color Harmonies of #FA0066
Complementary color
Monochromatic Colors of #FA0066
Black with #FA0066
Text Example
Text Example
White with #FA0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0066; }
p { color: rgb(250,0,102); }
H1.HeaderClassName
{
color: #FA0066;
}
.AnyTagClassName
{
color: #FA0066;
}
</style>
background-color css
<style>
a { background-color: #FA0066; }
a { background-color: rgb(250,0,102); }
div.DivClassName
{
background-color: #FA0066;
}
.BgClassName
{
background-color: #FA0066;
}
</style>
border-color css
<style>
span { border-color: #FA0066; }
span { border-color: rgb(250,0,102); }
td.TdClassName
{
border-color: #FA0066;
}
.TagClassName
{
border-color: #FA0066;
}
</style>