Shades of Razzmatazz #FA106F
Tints of Razzmatazz #FA106F
RGB
CMYK
RGB Variations
Color information
#FA106F (or 0xFA106F) is known color: Razzmatazz. HEX triplet: FA, 10 and 6F. RGB value is (250,16,111). Sum of RGB (Red+Green+Blue) = 250+16+111=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA106F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA106F is #05EF90. Grayscale: #606060. Windows color (decimal): -389009 or 7278842. OLE color: 7278842.
HSL color Cylindrical-coordinate representation of color #FA106F: hue angle of 335.64º 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 #FA106F is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 111 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.02 |
| HSL | 335.64º | 0.96% | 0.52% | - |
| HSV(B) | 335.64º | 0.94% | 0.98% | - |
| XYZ | 42.48 | 21.84 | 17.02 | - |
| YUV | 96.8 | 136.02 | 237.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 111 | 0 | 0.94 | 0.56 | 0.02 | 335.64 | 0.96 | 0.52 |
| Hex | FA | 10 | 6F | 0 | 5E | 38 | 2 | 150 | 60 | 34 |
| Octal | 372 | 20 | 157 | 0 | 136 | 70 | 2 | 520 | 140 | 64 |
| Binary | 11111010 | 10000 | 1101111 | 0 | 1011110 | 111000 | 10 | 101010000 | 1100000 | 110100 |
Color Harmonies of #FA106F
Complementary color
Monochromatic Colors of #FA106F
Black with #FA106F
Text Example
Text Example
White with #FA106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA106F; }
p { color: rgb(250,16,111); }
H1.HeaderClassName
{
color: #FA106F;
}
.AnyTagClassName
{
color: #FA106F;
}
</style>
background-color css
<style>
a { background-color: #FA106F; }
a { background-color: rgb(250,16,111); }
div.DivClassName
{
background-color: #FA106F;
}
.BgClassName
{
background-color: #FA106F;
}
</style>
border-color css
<style>
span { border-color: #FA106F; }
span { border-color: rgb(250,16,111); }
td.TdClassName
{
border-color: #FA106F;
}
.TagClassName
{
border-color: #FA106F;
}
</style>