Shades of Razzmatazz #FA0474
Tints of Razzmatazz #FA0474
RGB
CMYK
RGB Variations
Color information
#FA0474 (or 0xFA0474) is known color: Razzmatazz. HEX triplet: FA, 04 and 74. RGB value is (250,4,116). Sum of RGB (Red+Green+Blue) = 250+4+116=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0474 is #05FB8B. Grayscale: #5A5A5A. Windows color (decimal): -392076 or 7603450. OLE color: 7603450.
HSL color Cylindrical-coordinate representation of color #FA0474: hue angle of 332.68º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0474 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 116 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.02 |
| HSL | 332.68º | 0.97% | 0.5% | - |
| HSV(B) | 332.68º | 0.98% | 0.98% | - |
| XYZ | 42.62 | 21.67 | 18.46 | - |
| YUV | 90.32 | 142.5 | 241.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 116 | 0 | 0.98 | 0.54 | 0.02 | 332.68 | 0.97 | 0.5 |
| Hex | FA | 4 | 74 | 0 | 62 | 36 | 2 | 14D | 61 | 32 |
| Octal | 372 | 4 | 164 | 0 | 142 | 66 | 2 | 515 | 141 | 62 |
| Binary | 11111010 | 100 | 1110100 | 0 | 1100010 | 110110 | 10 | 101001101 | 1100001 | 110010 |
Color Harmonies of #FA0474
Complementary color
Monochromatic Colors of #FA0474
Black with #FA0474
Text Example
Text Example
White with #FA0474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0474; }
p { color: rgb(250,4,116); }
H1.HeaderClassName
{
color: #FA0474;
}
.AnyTagClassName
{
color: #FA0474;
}
</style>
background-color css
<style>
a { background-color: #FA0474; }
a { background-color: rgb(250,4,116); }
div.DivClassName
{
background-color: #FA0474;
}
.BgClassName
{
background-color: #FA0474;
}
</style>
border-color css
<style>
span { border-color: #FA0474; }
span { border-color: rgb(250,4,116); }
td.TdClassName
{
border-color: #FA0474;
}
.TagClassName
{
border-color: #FA0474;
}
</style>