Shades of Razzmatazz #FA0E6A
Tints of Razzmatazz #FA0E6A
RGB
CMYK
RGB Variations
Color information
#FA0E6A (or 0xFA0E6A) is known color: Razzmatazz. HEX triplet: FA, 0E and 6A. RGB value is (250,14,106). Sum of RGB (Red+Green+Blue) = 250+14+106=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E6A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0E6A is #05F195. Grayscale: #5E5E5E. Windows color (decimal): -389526 or 6950650. OLE color: 6950650.
HSL color Cylindrical-coordinate representation of color #FA0E6A: hue angle of 336.61º 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 #FA0E6A is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 106 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.02 |
| HSL | 336.61º | 0.96% | 0.52% | - |
| HSV(B) | 336.61º | 0.94% | 0.98% | - |
| XYZ | 42.18 | 21.68 | 15.6 | - |
| YUV | 95.05 | 134.19 | 238.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 106 | 0 | 0.94 | 0.58 | 0.02 | 336.61 | 0.96 | 0.52 |
| Hex | FA | E | 6A | 0 | 5E | 3A | 2 | 151 | 60 | 34 |
| Octal | 372 | 16 | 152 | 0 | 136 | 72 | 2 | 521 | 140 | 64 |
| Binary | 11111010 | 1110 | 1101010 | 0 | 1011110 | 111010 | 10 | 101010001 | 1100000 | 110100 |
Color Harmonies of #FA0E6A
Complementary color
Monochromatic Colors of #FA0E6A
Black with #FA0E6A
Text Example
Text Example
White with #FA0E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0E6A; }
p { color: rgb(250,14,106); }
H1.HeaderClassName
{
color: #FA0E6A;
}
.AnyTagClassName
{
color: #FA0E6A;
}
</style>
background-color css
<style>
a { background-color: #FA0E6A; }
a { background-color: rgb(250,14,106); }
div.DivClassName
{
background-color: #FA0E6A;
}
.BgClassName
{
background-color: #FA0E6A;
}
</style>
border-color css
<style>
span { border-color: #FA0E6A; }
span { border-color: rgb(250,14,106); }
td.TdClassName
{
border-color: #FA0E6A;
}
.TagClassName
{
border-color: #FA0E6A;
}
</style>