Shades of Razzmatazz #FA1366
Tints of Razzmatazz #FA1366
RGB
CMYK
RGB Variations
Color information
#FA1366 (or 0xFA1366) is known color: Razzmatazz. HEX triplet: FA, 13 and 66. RGB value is (250,19,102). Sum of RGB (Red+Green+Blue) = 250+19+102=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1366 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1366 is #05EC99. Grayscale: #616161. Windows color (decimal): -388250 or 6689786. OLE color: 6689786.
HSL color Cylindrical-coordinate representation of color #FA1366: hue angle of 338.44º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1366 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 102 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.02 |
| HSL | 338.44º | 0.96% | 0.53% | - |
| HSV(B) | 338.44º | 0.92% | 0.98% | - |
| XYZ | 42.06 | 21.75 | 14.55 | - |
| YUV | 97.53 | 130.53 | 236.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 102 | 0 | 0.92 | 0.59 | 0.02 | 338.44 | 0.96 | 0.53 |
| Hex | FA | 13 | 66 | 0 | 5C | 3B | 2 | 152 | 60 | 35 |
| Octal | 372 | 23 | 146 | 0 | 134 | 73 | 2 | 522 | 140 | 65 |
| Binary | 11111010 | 10011 | 1100110 | 0 | 1011100 | 111011 | 10 | 101010010 | 1100000 | 110101 |
Color Harmonies of #FA1366
Complementary color
Monochromatic Colors of #FA1366
Black with #FA1366
Text Example
Text Example
White with #FA1366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1366; }
p { color: rgb(250,19,102); }
H1.HeaderClassName
{
color: #FA1366;
}
.AnyTagClassName
{
color: #FA1366;
}
</style>
background-color css
<style>
a { background-color: #FA1366; }
a { background-color: rgb(250,19,102); }
div.DivClassName
{
background-color: #FA1366;
}
.BgClassName
{
background-color: #FA1366;
}
</style>
border-color css
<style>
span { border-color: #FA1366; }
span { border-color: rgb(250,19,102); }
td.TdClassName
{
border-color: #FA1366;
}
.TagClassName
{
border-color: #FA1366;
}
</style>