Shades of Razzmatazz #FA106D
Tints of Razzmatazz #FA106D
RGB
CMYK
RGB Variations
Color information
#FA106D (or 0xFA106D) is known color: Razzmatazz. HEX triplet: FA, 10 and 6D. RGB value is (250,16,109). Sum of RGB (Red+Green+Blue) = 250+16+109=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA106D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA106D is #05EF92. Grayscale: #606060. Windows color (decimal): -389011 or 7147770. OLE color: 7147770.
HSL color Cylindrical-coordinate representation of color #FA106D: hue angle of 336.15º 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 #FA106D is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 109 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.02 |
| HSL | 336.15º | 0.96% | 0.52% | - |
| HSV(B) | 336.15º | 0.94% | 0.98% | - |
| XYZ | 42.37 | 21.8 | 16.44 | - |
| YUV | 96.57 | 135.02 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 109 | 0 | 0.94 | 0.56 | 0.02 | 336.15 | 0.96 | 0.52 |
| Hex | FA | 10 | 6D | 0 | 5E | 38 | 2 | 150 | 60 | 34 |
| Octal | 372 | 20 | 155 | 0 | 136 | 70 | 2 | 520 | 140 | 64 |
| Binary | 11111010 | 10000 | 1101101 | 0 | 1011110 | 111000 | 10 | 101010000 | 1100000 | 110100 |
Color Harmonies of #FA106D
Complementary color
Monochromatic Colors of #FA106D
Black with #FA106D
Text Example
Text Example
White with #FA106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA106D; }
p { color: rgb(250,16,109); }
H1.HeaderClassName
{
color: #FA106D;
}
.AnyTagClassName
{
color: #FA106D;
}
</style>
background-color css
<style>
a { background-color: #FA106D; }
a { background-color: rgb(250,16,109); }
div.DivClassName
{
background-color: #FA106D;
}
.BgClassName
{
background-color: #FA106D;
}
</style>
border-color css
<style>
span { border-color: #FA106D; }
span { border-color: rgb(250,16,109); }
td.TdClassName
{
border-color: #FA106D;
}
.TagClassName
{
border-color: #FA106D;
}
</style>