Shades of Razzmatazz #FA0B6F
Tints of Razzmatazz #FA0B6F
RGB
CMYK
RGB Variations
Color information
#FA0B6F (or 0xFA0B6F) is known color: Razzmatazz. HEX triplet: FA, 0B and 6F. RGB value is (250,11,111). Sum of RGB (Red+Green+Blue) = 250+11+111=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0B6F is #05F490. Grayscale: #5D5D5D. Windows color (decimal): -390289 or 7277562. OLE color: 7277562.
HSL color Cylindrical-coordinate representation of color #FA0B6F: hue angle of 334.9º 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 #FA0B6F is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 111 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.02 |
| HSL | 334.9º | 0.96% | 0.51% | - |
| HSV(B) | 334.9º | 0.96% | 0.98% | - |
| XYZ | 42.41 | 21.71 | 16.99 | - |
| YUV | 93.86 | 137.68 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 111 | 0 | 0.96 | 0.56 | 0.02 | 334.9 | 0.96 | 0.51 |
| Hex | FA | B | 6F | 0 | 60 | 38 | 2 | 14F | 60 | 33 |
| Octal | 372 | 13 | 157 | 0 | 140 | 70 | 2 | 517 | 140 | 63 |
| Binary | 11111010 | 1011 | 1101111 | 0 | 1100000 | 111000 | 10 | 101001111 | 1100000 | 110011 |
Color Harmonies of #FA0B6F
Complementary color
Monochromatic Colors of #FA0B6F
Black with #FA0B6F
Text Example
Text Example
White with #FA0B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B6F; }
p { color: rgb(250,11,111); }
H1.HeaderClassName
{
color: #FA0B6F;
}
.AnyTagClassName
{
color: #FA0B6F;
}
</style>
background-color css
<style>
a { background-color: #FA0B6F; }
a { background-color: rgb(250,11,111); }
div.DivClassName
{
background-color: #FA0B6F;
}
.BgClassName
{
background-color: #FA0B6F;
}
</style>
border-color css
<style>
span { border-color: #FA0B6F; }
span { border-color: rgb(250,11,111); }
td.TdClassName
{
border-color: #FA0B6F;
}
.TagClassName
{
border-color: #FA0B6F;
}
</style>