Shades of Razzmatazz #FA0B74
Tints of Razzmatazz #FA0B74
RGB
CMYK
RGB Variations
Color information
#FA0B74 (or 0xFA0B74) is known color: Razzmatazz. HEX triplet: FA, 0B and 74. RGB value is (250,11,116). Sum of RGB (Red+Green+Blue) = 250+11+116=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0B74 is #05F48B. Grayscale: #5E5E5E. Windows color (decimal): -390284 or 7605242. OLE color: 7605242.
HSL color Cylindrical-coordinate representation of color #FA0B74: hue angle of 333.64º 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 #FA0B74 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 116 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.02 |
| HSL | 333.64º | 0.96% | 0.51% | - |
| HSV(B) | 333.64º | 0.96% | 0.98% | - |
| XYZ | 42.7 | 21.82 | 18.49 | - |
| YUV | 94.43 | 140.18 | 238.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 116 | 0 | 0.96 | 0.54 | 0.02 | 333.64 | 0.96 | 0.51 |
| Hex | FA | B | 74 | 0 | 60 | 36 | 2 | 14E | 60 | 33 |
| Octal | 372 | 13 | 164 | 0 | 140 | 66 | 2 | 516 | 140 | 63 |
| Binary | 11111010 | 1011 | 1110100 | 0 | 1100000 | 110110 | 10 | 101001110 | 1100000 | 110011 |
Color Harmonies of #FA0B74
Complementary color
Monochromatic Colors of #FA0B74
Black with #FA0B74
Text Example
Text Example
White with #FA0B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B74; }
p { color: rgb(250,11,116); }
H1.HeaderClassName
{
color: #FA0B74;
}
.AnyTagClassName
{
color: #FA0B74;
}
</style>
background-color css
<style>
a { background-color: #FA0B74; }
a { background-color: rgb(250,11,116); }
div.DivClassName
{
background-color: #FA0B74;
}
.BgClassName
{
background-color: #FA0B74;
}
</style>
border-color css
<style>
span { border-color: #FA0B74; }
span { border-color: rgb(250,11,116); }
td.TdClassName
{
border-color: #FA0B74;
}
.TagClassName
{
border-color: #FA0B74;
}
</style>