Shades of Razzmatazz #FA0366
Tints of Razzmatazz #FA0366
RGB
CMYK
RGB Variations
Color information
#FA0366 (or 0xFA0366) is known color: Razzmatazz. HEX triplet: FA, 03 and 66. RGB value is (250,3,102). Sum of RGB (Red+Green+Blue) = 250+3+102=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0366 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0366 is #05FC99. Grayscale: #575757. Windows color (decimal): -392346 or 6685690. OLE color: 6685690.
HSL color Cylindrical-coordinate representation of color #FA0366: hue angle of 335.95º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0366 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 102 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.02 |
| HSL | 335.95º | 0.98% | 0.5% | - |
| HSV(B) | 335.95º | 0.99% | 0.98% | - |
| XYZ | 41.86 | 21.35 | 14.49 | - |
| YUV | 88.14 | 135.83 | 243.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 102 | 0 | 0.99 | 0.59 | 0.02 | 335.95 | 0.98 | 0.5 |
| Hex | FA | 3 | 66 | 0 | 63 | 3B | 2 | 150 | 62 | 32 |
| Octal | 372 | 3 | 146 | 0 | 143 | 73 | 2 | 520 | 142 | 62 |
| Binary | 11111010 | 11 | 1100110 | 0 | 1100011 | 111011 | 10 | 101010000 | 1100010 | 110010 |
Color Harmonies of #FA0366
Complementary color
Monochromatic Colors of #FA0366
Black with #FA0366
Text Example
Text Example
White with #FA0366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0366; }
p { color: rgb(250,3,102); }
H1.HeaderClassName
{
color: #FA0366;
}
.AnyTagClassName
{
color: #FA0366;
}
</style>
background-color css
<style>
a { background-color: #FA0366; }
a { background-color: rgb(250,3,102); }
div.DivClassName
{
background-color: #FA0366;
}
.BgClassName
{
background-color: #FA0366;
}
</style>
border-color css
<style>
span { border-color: #FA0366; }
span { border-color: rgb(250,3,102); }
td.TdClassName
{
border-color: #FA0366;
}
.TagClassName
{
border-color: #FA0366;
}
</style>