Shades of Razzmatazz #FA016B
Tints of Razzmatazz #FA016B
RGB
CMYK
RGB Variations
Color information
#FA016B (or 0xFA016B) is known color: Razzmatazz. HEX triplet: FA, 01 and 6B. RGB value is (250,1,107). Sum of RGB (Red+Green+Blue) = 250+1+107=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA016B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA016B is #05FE94. Grayscale: #575757. Windows color (decimal): -392853 or 7012858. OLE color: 7012858.
HSL color Cylindrical-coordinate representation of color #FA016B: hue angle of 334.46º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA016B is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 107 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.02 |
| HSL | 334.46º | 0.99% | 0.49% | - |
| HSV(B) | 334.46º | 1% | 0.98% | - |
| XYZ | 42.09 | 21.41 | 15.82 | - |
| YUV | 87.54 | 138.99 | 243.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 107 | 0 | 1.00 | 0.57 | 0.02 | 334.46 | 0.99 | 0.49 |
| Hex | FA | 1 | 6B | 0 | 64 | 39 | 2 | 14E | 63 | 31 |
| Octal | 372 | 1 | 153 | 0 | 144 | 71 | 2 | 516 | 143 | 61 |
| Binary | 11111010 | 1 | 1101011 | 0 | 1100100 | 111001 | 10 | 101001110 | 1100011 | 110001 |
Color Harmonies of #FA016B
Complementary color
Monochromatic Colors of #FA016B
Black with #FA016B
Text Example
Text Example
White with #FA016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA016B; }
p { color: rgb(250,1,107); }
H1.HeaderClassName
{
color: #FA016B;
}
.AnyTagClassName
{
color: #FA016B;
}
</style>
background-color css
<style>
a { background-color: #FA016B; }
a { background-color: rgb(250,1,107); }
div.DivClassName
{
background-color: #FA016B;
}
.BgClassName
{
background-color: #FA016B;
}
</style>
border-color css
<style>
span { border-color: #FA016B; }
span { border-color: rgb(250,1,107); }
td.TdClassName
{
border-color: #FA016B;
}
.TagClassName
{
border-color: #FA016B;
}
</style>