Shades of Razzmatazz #FA1063
Tints of Razzmatazz #FA1063
RGB
CMYK
RGB Variations
Color information
#FA1063 (or 0xFA1063) is known color: Razzmatazz. HEX triplet: FA, 10 and 63. RGB value is (250,16,99). Sum of RGB (Red+Green+Blue) = 250+16+99=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1063 is #05EF9C. Grayscale: #5F5F5F. Windows color (decimal): -389021 or 6492410. OLE color: 6492410.
HSL color Cylindrical-coordinate representation of color #FA1063: hue angle of 338.72º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA1063 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 99 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.02 |
| HSL | 338.72º | 0.96% | 0.52% | - |
| HSV(B) | 338.72º | 0.94% | 0.98% | - |
| XYZ | 41.86 | 21.6 | 13.77 | - |
| YUV | 95.43 | 130.02 | 238.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 99 | 0 | 0.94 | 0.60 | 0.02 | 338.72 | 0.96 | 0.52 |
| Hex | FA | 10 | 63 | 0 | 5E | 3C | 2 | 153 | 60 | 34 |
| Octal | 372 | 20 | 143 | 0 | 136 | 74 | 2 | 523 | 140 | 64 |
| Binary | 11111010 | 10000 | 1100011 | 0 | 1011110 | 111100 | 10 | 101010011 | 1100000 | 110100 |
Color Harmonies of #FA1063
Complementary color
Monochromatic Colors of #FA1063
Black with #FA1063
Text Example
Text Example
White with #FA1063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1063; }
p { color: rgb(250,16,99); }
H1.HeaderClassName
{
color: #FA1063;
}
.AnyTagClassName
{
color: #FA1063;
}
</style>
background-color css
<style>
a { background-color: #FA1063; }
a { background-color: rgb(250,16,99); }
div.DivClassName
{
background-color: #FA1063;
}
.BgClassName
{
background-color: #FA1063;
}
</style>
border-color css
<style>
span { border-color: #FA1063; }
span { border-color: rgb(250,16,99); }
td.TdClassName
{
border-color: #FA1063;
}
.TagClassName
{
border-color: #FA1063;
}
</style>