Shades of Razzmatazz #FA1263
Tints of Razzmatazz #FA1263
RGB
CMYK
RGB Variations
Color information
#FA1263 (or 0xFA1263) is known color: Razzmatazz. HEX triplet: FA, 12 and 63. RGB value is (250,18,99). Sum of RGB (Red+Green+Blue) = 250+18+99=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1263 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1263 is #05ED9C. Grayscale: #606060. Windows color (decimal): -388509 or 6492922. OLE color: 6492922.
HSL color Cylindrical-coordinate representation of color #FA1263: hue angle of 339.05º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1263 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 99 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.02 |
| HSL | 339.05º | 0.96% | 0.53% | - |
| HSV(B) | 339.05º | 0.93% | 0.98% | - |
| XYZ | 41.89 | 21.66 | 13.78 | - |
| YUV | 96.6 | 129.36 | 237.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 99 | 0 | 0.93 | 0.60 | 0.02 | 339.05 | 0.96 | 0.53 |
| Hex | FA | 12 | 63 | 0 | 5D | 3C | 2 | 153 | 60 | 35 |
| Octal | 372 | 22 | 143 | 0 | 135 | 74 | 2 | 523 | 140 | 65 |
| Binary | 11111010 | 10010 | 1100011 | 0 | 1011101 | 111100 | 10 | 101010011 | 1100000 | 110101 |
Color Harmonies of #FA1263
Complementary color
Monochromatic Colors of #FA1263
Black with #FA1263
Text Example
Text Example
White with #FA1263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1263; }
p { color: rgb(250,18,99); }
H1.HeaderClassName
{
color: #FA1263;
}
.AnyTagClassName
{
color: #FA1263;
}
</style>
background-color css
<style>
a { background-color: #FA1263; }
a { background-color: rgb(250,18,99); }
div.DivClassName
{
background-color: #FA1263;
}
.BgClassName
{
background-color: #FA1263;
}
</style>
border-color css
<style>
span { border-color: #FA1263; }
span { border-color: rgb(250,18,99); }
td.TdClassName
{
border-color: #FA1263;
}
.TagClassName
{
border-color: #FA1263;
}
</style>