Shades of Razzmatazz #FA0B6D
Tints of Razzmatazz #FA0B6D
RGB
CMYK
RGB Variations
Color information
#FA0B6D (or 0xFA0B6D) is known color: Razzmatazz. HEX triplet: FA, 0B and 6D. RGB value is (250,11,109). Sum of RGB (Red+Green+Blue) = 250+11+109=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0B6D is #05F492. Grayscale: #5D5D5D. Windows color (decimal): -390291 or 7146490. OLE color: 7146490.
HSL color Cylindrical-coordinate representation of color #FA0B6D: hue angle of 335.4º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0B6D is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 109 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.02 |
| HSL | 335.4º | 0.96% | 0.51% | - |
| HSV(B) | 335.4º | 0.96% | 0.98% | - |
| XYZ | 42.3 | 21.67 | 16.42 | - |
| YUV | 93.63 | 136.68 | 239.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 109 | 0 | 0.96 | 0.56 | 0.02 | 335.4 | 0.96 | 0.51 |
| Hex | FA | B | 6D | 0 | 60 | 38 | 2 | 14F | 60 | 33 |
| Octal | 372 | 13 | 155 | 0 | 140 | 70 | 2 | 517 | 140 | 63 |
| Binary | 11111010 | 1011 | 1101101 | 0 | 1100000 | 111000 | 10 | 101001111 | 1100000 | 110011 |
Color Harmonies of #FA0B6D
Complementary color
Monochromatic Colors of #FA0B6D
Black with #FA0B6D
Text Example
Text Example
White with #FA0B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B6D; }
p { color: rgb(250,11,109); }
H1.HeaderClassName
{
color: #FA0B6D;
}
.AnyTagClassName
{
color: #FA0B6D;
}
</style>
background-color css
<style>
a { background-color: #FA0B6D; }
a { background-color: rgb(250,11,109); }
div.DivClassName
{
background-color: #FA0B6D;
}
.BgClassName
{
background-color: #FA0B6D;
}
</style>
border-color css
<style>
span { border-color: #FA0B6D; }
span { border-color: rgb(250,11,109); }
td.TdClassName
{
border-color: #FA0B6D;
}
.TagClassName
{
border-color: #FA0B6D;
}
</style>