Shades of Razzmatazz #FA056F
Tints of Razzmatazz #FA056F
RGB
CMYK
RGB Variations
Color information
#FA056F (or 0xFA056F) is known color: Razzmatazz. HEX triplet: FA, 05 and 6F. RGB value is (250,5,111). Sum of RGB (Red+Green+Blue) = 250+5+111=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA056F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA056F is #05FA90. Grayscale: #5A5A5A. Windows color (decimal): -391825 or 7276026. OLE color: 7276026.
HSL color Cylindrical-coordinate representation of color #FA056F: hue angle of 334.04º 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 #FA056F is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 111 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.02 |
| HSL | 334.04º | 0.96% | 0.5% | - |
| HSV(B) | 334.04º | 0.98% | 0.98% | - |
| XYZ | 42.35 | 21.58 | 16.97 | - |
| YUV | 90.34 | 139.67 | 241.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 111 | 0 | 0.98 | 0.56 | 0.02 | 334.04 | 0.96 | 0.5 |
| Hex | FA | 5 | 6F | 0 | 62 | 38 | 2 | 14E | 60 | 32 |
| Octal | 372 | 5 | 157 | 0 | 142 | 70 | 2 | 516 | 140 | 62 |
| Binary | 11111010 | 101 | 1101111 | 0 | 1100010 | 111000 | 10 | 101001110 | 1100000 | 110010 |
Color Harmonies of #FA056F
Complementary color
Monochromatic Colors of #FA056F
Black with #FA056F
Text Example
Text Example
White with #FA056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA056F; }
p { color: rgb(250,5,111); }
H1.HeaderClassName
{
color: #FA056F;
}
.AnyTagClassName
{
color: #FA056F;
}
</style>
background-color css
<style>
a { background-color: #FA056F; }
a { background-color: rgb(250,5,111); }
div.DivClassName
{
background-color: #FA056F;
}
.BgClassName
{
background-color: #FA056F;
}
</style>
border-color css
<style>
span { border-color: #FA056F; }
span { border-color: rgb(250,5,111); }
td.TdClassName
{
border-color: #FA056F;
}
.TagClassName
{
border-color: #FA056F;
}
</style>