Shades of Razzmatazz #FA0467
Tints of Razzmatazz #FA0467
RGB
CMYK
RGB Variations
Color information
#FA0467 (or 0xFA0467) is known color: Razzmatazz. HEX triplet: FA, 04 and 67. RGB value is (250,4,103). Sum of RGB (Red+Green+Blue) = 250+4+103=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0467 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0467 is #05FB98. Grayscale: #585858. Windows color (decimal): -392089 or 6751482. OLE color: 6751482.
HSL color Cylindrical-coordinate representation of color #FA0467: hue angle of 335.85º 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 #FA0467 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 103 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.02 |
| HSL | 335.85º | 0.97% | 0.5% | - |
| HSV(B) | 335.85º | 0.98% | 0.98% | - |
| XYZ | 41.92 | 21.39 | 14.75 | - |
| YUV | 88.84 | 136 | 242.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 103 | 0 | 0.98 | 0.59 | 0.02 | 335.85 | 0.97 | 0.5 |
| Hex | FA | 4 | 67 | 0 | 62 | 3B | 2 | 150 | 61 | 32 |
| Octal | 372 | 4 | 147 | 0 | 142 | 73 | 2 | 520 | 141 | 62 |
| Binary | 11111010 | 100 | 1100111 | 0 | 1100010 | 111011 | 10 | 101010000 | 1100001 | 110010 |
Color Harmonies of #FA0467
Complementary color
Monochromatic Colors of #FA0467
Black with #FA0467
Text Example
Text Example
White with #FA0467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0467; }
p { color: rgb(250,4,103); }
H1.HeaderClassName
{
color: #FA0467;
}
.AnyTagClassName
{
color: #FA0467;
}
</style>
background-color css
<style>
a { background-color: #FA0467; }
a { background-color: rgb(250,4,103); }
div.DivClassName
{
background-color: #FA0467;
}
.BgClassName
{
background-color: #FA0467;
}
</style>
border-color css
<style>
span { border-color: #FA0467; }
span { border-color: rgb(250,4,103); }
td.TdClassName
{
border-color: #FA0467;
}
.TagClassName
{
border-color: #FA0467;
}
</style>