Shades of Razzmatazz #FA1467
Tints of Razzmatazz #FA1467
RGB
CMYK
RGB Variations
Color information
#FA1467 (or 0xFA1467) is known color: Razzmatazz. HEX triplet: FA, 14 and 67. RGB value is (250,20,103). Sum of RGB (Red+Green+Blue) = 250+20+103=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1467 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1467 is #05EB98. Grayscale: #626262. Windows color (decimal): -387993 or 6755578. OLE color: 6755578.
HSL color Cylindrical-coordinate representation of color #FA1467: hue angle of 338.35º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1467 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 103 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.02 |
| HSL | 338.35º | 0.96% | 0.53% | - |
| HSV(B) | 338.35º | 0.92% | 0.98% | - |
| XYZ | 42.12 | 21.8 | 14.82 | - |
| YUV | 98.23 | 130.7 | 236.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 103 | 0 | 0.92 | 0.59 | 0.02 | 338.35 | 0.96 | 0.53 |
| Hex | FA | 14 | 67 | 0 | 5C | 3B | 2 | 152 | 60 | 35 |
| Octal | 372 | 24 | 147 | 0 | 134 | 73 | 2 | 522 | 140 | 65 |
| Binary | 11111010 | 10100 | 1100111 | 0 | 1011100 | 111011 | 10 | 101010010 | 1100000 | 110101 |
Color Harmonies of #FA1467
Complementary color
Monochromatic Colors of #FA1467
Black with #FA1467
Text Example
Text Example
White with #FA1467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1467; }
p { color: rgb(250,20,103); }
H1.HeaderClassName
{
color: #FA1467;
}
.AnyTagClassName
{
color: #FA1467;
}
</style>
background-color css
<style>
a { background-color: #FA1467; }
a { background-color: rgb(250,20,103); }
div.DivClassName
{
background-color: #FA1467;
}
.BgClassName
{
background-color: #FA1467;
}
</style>
border-color css
<style>
span { border-color: #FA1467; }
span { border-color: rgb(250,20,103); }
td.TdClassName
{
border-color: #FA1467;
}
.TagClassName
{
border-color: #FA1467;
}
</style>