Shades of Razzmatazz #FA1053
Tints of Razzmatazz #FA1053
RGB
CMYK
RGB Variations
Color information
#FA1053 (or 0xFA1053) is known color: Razzmatazz. HEX triplet: FA, 10 and 53. RGB value is (250,16,83). Sum of RGB (Red+Green+Blue) = 250+16+83=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1053 is #05EFAC. Grayscale: #5D5D5D. Windows color (decimal): -389037 or 5443834. OLE color: 5443834.
HSL color Cylindrical-coordinate representation of color #FA1053: hue angle of 342.82º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA1053 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 83 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.02 |
| HSL | 342.82º | 0.96% | 0.52% | - |
| HSV(B) | 342.82º | 0.94% | 0.98% | - |
| XYZ | 41.17 | 21.32 | 10.13 | - |
| YUV | 93.6 | 122.02 | 239.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 83 | 0 | 0.94 | 0.67 | 0.02 | 342.82 | 0.96 | 0.52 |
| Hex | FA | 10 | 53 | 0 | 5E | 43 | 2 | 157 | 60 | 34 |
| Octal | 372 | 20 | 123 | 0 | 136 | 103 | 2 | 527 | 140 | 64 |
| Binary | 11111010 | 10000 | 1010011 | 0 | 1011110 | 1000011 | 10 | 101010111 | 1100000 | 110100 |
Color Harmonies of #FA1053
Complementary color
Monochromatic Colors of #FA1053
Black with #FA1053
Text Example
Text Example
White with #FA1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1053; }
p { color: rgb(250,16,83); }
H1.HeaderClassName
{
color: #FA1053;
}
.AnyTagClassName
{
color: #FA1053;
}
</style>
background-color css
<style>
a { background-color: #FA1053; }
a { background-color: rgb(250,16,83); }
div.DivClassName
{
background-color: #FA1053;
}
.BgClassName
{
background-color: #FA1053;
}
</style>
border-color css
<style>
span { border-color: #FA1053; }
span { border-color: rgb(250,16,83); }
td.TdClassName
{
border-color: #FA1053;
}
.TagClassName
{
border-color: #FA1053;
}
</style>