Shades of Razzmatazz #FA0D72
Tints of Razzmatazz #FA0D72
RGB
CMYK
RGB Variations
Color information
#FA0D72 (or 0xFA0D72) is known color: Razzmatazz. HEX triplet: FA, 0D and 72. RGB value is (250,13,114). Sum of RGB (Red+Green+Blue) = 250+13+114=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0D72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0D72 is #05F28D. Grayscale: #5F5F5F. Windows color (decimal): -389774 or 7474682. OLE color: 7474682.
HSL color Cylindrical-coordinate representation of color #FA0D72: hue angle of 334.43º 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 #FA0D72 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 13 | 114 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.02 |
| HSL | 334.43º | 0.96% | 0.52% | - |
| HSV(B) | 334.43º | 0.95% | 0.98% | - |
| XYZ | 42.61 | 21.83 | 17.89 | - |
| YUV | 95.38 | 138.52 | 238.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 13 | 114 | 0 | 0.95 | 0.54 | 0.02 | 334.43 | 0.96 | 0.52 |
| Hex | FA | D | 72 | 0 | 5F | 36 | 2 | 14E | 60 | 34 |
| Octal | 372 | 15 | 162 | 0 | 137 | 66 | 2 | 516 | 140 | 64 |
| Binary | 11111010 | 1101 | 1110010 | 0 | 1011111 | 110110 | 10 | 101001110 | 1100000 | 110100 |
Color Harmonies of #FA0D72
Complementary color
Monochromatic Colors of #FA0D72
Black with #FA0D72
Text Example
Text Example
White with #FA0D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0D72; }
p { color: rgb(250,13,114); }
H1.HeaderClassName
{
color: #FA0D72;
}
.AnyTagClassName
{
color: #FA0D72;
}
</style>
background-color css
<style>
a { background-color: #FA0D72; }
a { background-color: rgb(250,13,114); }
div.DivClassName
{
background-color: #FA0D72;
}
.BgClassName
{
background-color: #FA0D72;
}
</style>
border-color css
<style>
span { border-color: #FA0D72; }
span { border-color: rgb(250,13,114); }
td.TdClassName
{
border-color: #FA0D72;
}
.TagClassName
{
border-color: #FA0D72;
}
</style>