Shades of Razzmatazz #FA004E
Tints of Razzmatazz #FA004E
RGB
CMYK
RGB Variations
Color information
#FA004E (or 0xFA004E) is known color: Razzmatazz. HEX triplet: FA, 00 and 4E. RGB value is (250,0,78). Sum of RGB (Red+Green+Blue) = 250+0+78=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA004E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA004E is #05FFB1. Grayscale: #535353. Windows color (decimal): -393138 or 5112058. OLE color: 5112058.
HSL color Cylindrical-coordinate representation of color #FA004E: hue angle of 341.28º 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 #FA004E is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.69 | 0.02 |
| HSL | 341.28º | 1% | 0.49% | - |
| HSV(B) | 341.28º | 1% | 0.98% | - |
| XYZ | 40.8 | 20.87 | 9.09 | - |
| YUV | 83.64 | 124.83 | 246.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 78 | 0 | 1 | 0.69 | 0.02 | 341.28 | 1 | 0.49 |
| Hex | FA | 0 | 4E | 0 | 64 | 45 | 2 | 155 | 64 | 31 |
| Octal | 372 | 0 | 116 | 0 | 144 | 105 | 2 | 525 | 144 | 61 |
| Binary | 11111010 | 0 | 1001110 | 0 | 1100100 | 1000101 | 10 | 101010101 | 1100100 | 110001 |
Color Harmonies of #FA004E
Complementary color
Monochromatic Colors of #FA004E
Black with #FA004E
Text Example
Text Example
White with #FA004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA004E; }
p { color: rgb(250,0,78); }
H1.HeaderClassName
{
color: #FA004E;
}
.AnyTagClassName
{
color: #FA004E;
}
</style>
background-color css
<style>
a { background-color: #FA004E; }
a { background-color: rgb(250,0,78); }
div.DivClassName
{
background-color: #FA004E;
}
.BgClassName
{
background-color: #FA004E;
}
</style>
border-color css
<style>
span { border-color: #FA004E; }
span { border-color: rgb(250,0,78); }
td.TdClassName
{
border-color: #FA004E;
}
.TagClassName
{
border-color: #FA004E;
}
</style>