Shades of Razzmatazz #FA054F
Tints of Razzmatazz #FA054F
RGB
CMYK
RGB Variations
Color information
#FA054F (or 0xFA054F) is known color: Razzmatazz. HEX triplet: FA, 05 and 4F. RGB value is (250,5,79). Sum of RGB (Red+Green+Blue) = 250+5+79=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA054F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA054F is #05FAB0. Grayscale: #565656. Windows color (decimal): -391857 or 5178874. OLE color: 5178874.
HSL color Cylindrical-coordinate representation of color #FA054F: hue angle of 341.88º 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 #FA054F is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 79 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.02 |
| HSL | 341.88º | 0.96% | 0.5% | - |
| HSV(B) | 341.88º | 0.98% | 0.98% | - |
| XYZ | 40.89 | 21 | 9.29 | - |
| YUV | 86.69 | 123.67 | 244.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 79 | 0 | 0.98 | 0.68 | 0.02 | 341.88 | 0.96 | 0.5 |
| Hex | FA | 5 | 4F | 0 | 62 | 44 | 2 | 156 | 60 | 32 |
| Octal | 372 | 5 | 117 | 0 | 142 | 104 | 2 | 526 | 140 | 62 |
| Binary | 11111010 | 101 | 1001111 | 0 | 1100010 | 1000100 | 10 | 101010110 | 1100000 | 110010 |
Color Harmonies of #FA054F
Complementary color
Monochromatic Colors of #FA054F
Black with #FA054F
Text Example
Text Example
White with #FA054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA054F; }
p { color: rgb(250,5,79); }
H1.HeaderClassName
{
color: #FA054F;
}
.AnyTagClassName
{
color: #FA054F;
}
</style>
background-color css
<style>
a { background-color: #FA054F; }
a { background-color: rgb(250,5,79); }
div.DivClassName
{
background-color: #FA054F;
}
.BgClassName
{
background-color: #FA054F;
}
</style>
border-color css
<style>
span { border-color: #FA054F; }
span { border-color: rgb(250,5,79); }
td.TdClassName
{
border-color: #FA054F;
}
.TagClassName
{
border-color: #FA054F;
}
</style>