Shades of Razzmatazz #FA0D71
Tints of Razzmatazz #FA0D71
RGB
CMYK
RGB Variations
Color information
#FA0D71 (or 0xFA0D71) is known color: Razzmatazz. HEX triplet: FA, 0D and 71. RGB value is (250,13,113). Sum of RGB (Red+Green+Blue) = 250+13+113=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0D71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0D71 is #05F28E. Grayscale: #5F5F5F. Windows color (decimal): -389775 or 7409146. OLE color: 7409146.
HSL color Cylindrical-coordinate representation of color #FA0D71: hue angle of 334.68º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0D71 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 13 | 113 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.02 |
| HSL | 334.68º | 0.96% | 0.52% | - |
| HSV(B) | 334.68º | 0.95% | 0.98% | - |
| XYZ | 42.55 | 21.8 | 17.59 | - |
| YUV | 95.26 | 138.02 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 13 | 113 | 0 | 0.95 | 0.55 | 0.02 | 334.68 | 0.96 | 0.52 |
| Hex | FA | D | 71 | 0 | 5F | 37 | 2 | 14F | 60 | 34 |
| Octal | 372 | 15 | 161 | 0 | 137 | 67 | 2 | 517 | 140 | 64 |
| Binary | 11111010 | 1101 | 1110001 | 0 | 1011111 | 110111 | 10 | 101001111 | 1100000 | 110100 |
Color Harmonies of #FA0D71
Complementary color
Monochromatic Colors of #FA0D71
Black with #FA0D71
Text Example
Text Example
White with #FA0D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0D71; }
p { color: rgb(250,13,113); }
H1.HeaderClassName
{
color: #FA0D71;
}
.AnyTagClassName
{
color: #FA0D71;
}
</style>
background-color css
<style>
a { background-color: #FA0D71; }
a { background-color: rgb(250,13,113); }
div.DivClassName
{
background-color: #FA0D71;
}
.BgClassName
{
background-color: #FA0D71;
}
</style>
border-color css
<style>
span { border-color: #FA0D71; }
span { border-color: rgb(250,13,113); }
td.TdClassName
{
border-color: #FA0D71;
}
.TagClassName
{
border-color: #FA0D71;
}
</style>