Shades of Razzmatazz #FA1052
Tints of Razzmatazz #FA1052
RGB
CMYK
RGB Variations
Color information
#FA1052 (or 0xFA1052) is known color: Razzmatazz. HEX triplet: FA, 10 and 52. RGB value is (250,16,82). Sum of RGB (Red+Green+Blue) = 250+16+82=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1052 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1052 is #05EFAD. Grayscale: #5D5D5D. Windows color (decimal): -389038 or 5378298. OLE color: 5378298.
HSL color Cylindrical-coordinate representation of color #FA1052: hue angle of 343.08º 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 #FA1052 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 82 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.02 |
| HSL | 343.08º | 0.96% | 0.52% | - |
| HSV(B) | 343.08º | 0.94% | 0.98% | - |
| XYZ | 41.13 | 21.3 | 9.93 | - |
| YUV | 93.49 | 121.52 | 239.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 82 | 0 | 0.94 | 0.67 | 0.02 | 343.08 | 0.96 | 0.52 |
| Hex | FA | 10 | 52 | 0 | 5E | 43 | 2 | 157 | 60 | 34 |
| Octal | 372 | 20 | 122 | 0 | 136 | 103 | 2 | 527 | 140 | 64 |
| Binary | 11111010 | 10000 | 1010010 | 0 | 1011110 | 1000011 | 10 | 101010111 | 1100000 | 110100 |
Color Harmonies of #FA1052
Complementary color
Monochromatic Colors of #FA1052
Black with #FA1052
Text Example
Text Example
White with #FA1052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1052; }
p { color: rgb(250,16,82); }
H1.HeaderClassName
{
color: #FA1052;
}
.AnyTagClassName
{
color: #FA1052;
}
</style>
background-color css
<style>
a { background-color: #FA1052; }
a { background-color: rgb(250,16,82); }
div.DivClassName
{
background-color: #FA1052;
}
.BgClassName
{
background-color: #FA1052;
}
</style>
border-color css
<style>
span { border-color: #FA1052; }
span { border-color: rgb(250,16,82); }
td.TdClassName
{
border-color: #FA1052;
}
.TagClassName
{
border-color: #FA1052;
}
</style>