Shades of Razzmatazz #FA0B71
Tints of Razzmatazz #FA0B71
RGB
CMYK
RGB Variations
Color information
#FA0B71 (or 0xFA0B71) is known color: Razzmatazz. HEX triplet: FA, 0B and 71. RGB value is (250,11,113). Sum of RGB (Red+Green+Blue) = 250+11+113=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0B71 is #05F48E. Grayscale: #5D5D5D. Windows color (decimal): -390287 or 7408634. OLE color: 7408634.
HSL color Cylindrical-coordinate representation of color #FA0B71: hue angle of 334.39º 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 #FA0B71 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 113 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.02 |
| HSL | 334.39º | 0.96% | 0.51% | - |
| HSV(B) | 334.39º | 0.96% | 0.98% | - |
| XYZ | 42.52 | 21.76 | 17.58 | - |
| YUV | 94.09 | 138.68 | 239.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 113 | 0 | 0.96 | 0.55 | 0.02 | 334.39 | 0.96 | 0.51 |
| Hex | FA | B | 71 | 0 | 60 | 37 | 2 | 14E | 60 | 33 |
| Octal | 372 | 13 | 161 | 0 | 140 | 67 | 2 | 516 | 140 | 63 |
| Binary | 11111010 | 1011 | 1110001 | 0 | 1100000 | 110111 | 10 | 101001110 | 1100000 | 110011 |
Color Harmonies of #FA0B71
Complementary color
Monochromatic Colors of #FA0B71
Black with #FA0B71
Text Example
Text Example
White with #FA0B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B71; }
p { color: rgb(250,11,113); }
H1.HeaderClassName
{
color: #FA0B71;
}
.AnyTagClassName
{
color: #FA0B71;
}
</style>
background-color css
<style>
a { background-color: #FA0B71; }
a { background-color: rgb(250,11,113); }
div.DivClassName
{
background-color: #FA0B71;
}
.BgClassName
{
background-color: #FA0B71;
}
</style>
border-color css
<style>
span { border-color: #FA0B71; }
span { border-color: rgb(250,11,113); }
td.TdClassName
{
border-color: #FA0B71;
}
.TagClassName
{
border-color: #FA0B71;
}
</style>