Shades of Razzmatazz #FA0052
Tints of Razzmatazz #FA0052
RGB
CMYK
RGB Variations
Color information
#FA0052 (or 0xFA0052) is known color: Razzmatazz. HEX triplet: FA, 00 and 52. RGB value is (250,0,82). Sum of RGB (Red+Green+Blue) = 250+0+82=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0052 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0052 is #05FFAD. Grayscale: #545454. Windows color (decimal): -393134 or 5374202. OLE color: 5374202.
HSL color Cylindrical-coordinate representation of color #FA0052: hue angle of 340.32º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0052 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.67 | 0.02 |
| HSL | 340.32º | 1% | 0.49% | - |
| HSV(B) | 340.32º | 1% | 0.98% | - |
| XYZ | 40.95 | 20.93 | 9.86 | - |
| YUV | 84.1 | 126.83 | 246.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 82 | 0 | 1 | 0.67 | 0.02 | 340.32 | 1 | 0.49 |
| Hex | FA | 0 | 52 | 0 | 64 | 43 | 2 | 154 | 64 | 31 |
| Octal | 372 | 0 | 122 | 0 | 144 | 103 | 2 | 524 | 144 | 61 |
| Binary | 11111010 | 0 | 1010010 | 0 | 1100100 | 1000011 | 10 | 101010100 | 1100100 | 110001 |
Color Harmonies of #FA0052
Complementary color
Monochromatic Colors of #FA0052
Black with #FA0052
Text Example
Text Example
White with #FA0052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0052; }
p { color: rgb(250,0,82); }
H1.HeaderClassName
{
color: #FA0052;
}
.AnyTagClassName
{
color: #FA0052;
}
</style>
background-color css
<style>
a { background-color: #FA0052; }
a { background-color: rgb(250,0,82); }
div.DivClassName
{
background-color: #FA0052;
}
.BgClassName
{
background-color: #FA0052;
}
</style>
border-color css
<style>
span { border-color: #FA0052; }
span { border-color: rgb(250,0,82); }
td.TdClassName
{
border-color: #FA0052;
}
.TagClassName
{
border-color: #FA0052;
}
</style>