Shades of Razzmatazz #FA0656
Tints of Razzmatazz #FA0656
RGB
CMYK
RGB Variations
Color information
#FA0656 (or 0xFA0656) is known color: Razzmatazz. HEX triplet: FA, 06 and 56. RGB value is (250,6,86). Sum of RGB (Red+Green+Blue) = 250+6+86=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0656 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0656 is #05F9A9. Grayscale: #585858. Windows color (decimal): -391594 or 5637882. OLE color: 5637882.
HSL color Cylindrical-coordinate representation of color #FA0656: hue angle of 340.33º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0656 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 86 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.02 |
| HSL | 340.33º | 0.96% | 0.5% | - |
| HSV(B) | 340.33º | 0.98% | 0.98% | - |
| XYZ | 41.17 | 21.13 | 10.71 | - |
| YUV | 88.08 | 126.84 | 243.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 86 | 0 | 0.98 | 0.66 | 0.02 | 340.33 | 0.96 | 0.5 |
| Hex | FA | 6 | 56 | 0 | 62 | 42 | 2 | 154 | 60 | 32 |
| Octal | 372 | 6 | 126 | 0 | 142 | 102 | 2 | 524 | 140 | 62 |
| Binary | 11111010 | 110 | 1010110 | 0 | 1100010 | 1000010 | 10 | 101010100 | 1100000 | 110010 |
Color Harmonies of #FA0656
Complementary color
Monochromatic Colors of #FA0656
Black with #FA0656
Text Example
Text Example
White with #FA0656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0656; }
p { color: rgb(250,6,86); }
H1.HeaderClassName
{
color: #FA0656;
}
.AnyTagClassName
{
color: #FA0656;
}
</style>
background-color css
<style>
a { background-color: #FA0656; }
a { background-color: rgb(250,6,86); }
div.DivClassName
{
background-color: #FA0656;
}
.BgClassName
{
background-color: #FA0656;
}
</style>
border-color css
<style>
span { border-color: #FA0656; }
span { border-color: rgb(250,6,86); }
td.TdClassName
{
border-color: #FA0656;
}
.TagClassName
{
border-color: #FA0656;
}
</style>