Shades of Razzmatazz #FA1466
Tints of Razzmatazz #FA1466
RGB
CMYK
RGB Variations
Color information
#FA1466 (or 0xFA1466) is known color: Razzmatazz. HEX triplet: FA, 14 and 66. RGB value is (250,20,102). Sum of RGB (Red+Green+Blue) = 250+20+102=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1466 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1466 is #05EB99. Grayscale: #626262. Windows color (decimal): -387994 or 6690042. OLE color: 6690042.
HSL color Cylindrical-coordinate representation of color #FA1466: hue angle of 338.61º 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 #FA1466 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 102 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.02 |
| HSL | 338.61º | 0.96% | 0.53% | - |
| HSV(B) | 338.61º | 0.92% | 0.98% | - |
| XYZ | 42.07 | 21.78 | 14.56 | - |
| YUV | 98.12 | 130.2 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 102 | 0 | 0.92 | 0.59 | 0.02 | 338.61 | 0.96 | 0.53 |
| Hex | FA | 14 | 66 | 0 | 5C | 3B | 2 | 153 | 60 | 35 |
| Octal | 372 | 24 | 146 | 0 | 134 | 73 | 2 | 523 | 140 | 65 |
| Binary | 11111010 | 10100 | 1100110 | 0 | 1011100 | 111011 | 10 | 101010011 | 1100000 | 110101 |
Color Harmonies of #FA1466
Complementary color
Monochromatic Colors of #FA1466
Black with #FA1466
Text Example
Text Example
White with #FA1466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1466; }
p { color: rgb(250,20,102); }
H1.HeaderClassName
{
color: #FA1466;
}
.AnyTagClassName
{
color: #FA1466;
}
</style>
background-color css
<style>
a { background-color: #FA1466; }
a { background-color: rgb(250,20,102); }
div.DivClassName
{
background-color: #FA1466;
}
.BgClassName
{
background-color: #FA1466;
}
</style>
border-color css
<style>
span { border-color: #FA1466; }
span { border-color: rgb(250,20,102); }
td.TdClassName
{
border-color: #FA1466;
}
.TagClassName
{
border-color: #FA1466;
}
</style>