Shades of Razzmatazz #FA0E5D
Tints of Razzmatazz #FA0E5D
RGB
CMYK
RGB Variations
Color information
#FA0E5D (or 0xFA0E5D) is known color: Razzmatazz. HEX triplet: FA, 0E and 5D. RGB value is (250,14,93). Sum of RGB (Red+Green+Blue) = 250+14+93=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0E5D is #05F1A2. Grayscale: #5D5D5D. Windows color (decimal): -389539 or 6098682. OLE color: 6098682.
HSL color Cylindrical-coordinate representation of color #FA0E5D: hue angle of 339.92º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0E5D is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 93 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.02 |
| HSL | 339.92º | 0.96% | 0.52% | - |
| HSV(B) | 339.92º | 0.94% | 0.98% | - |
| XYZ | 41.56 | 21.43 | 12.3 | - |
| YUV | 93.57 | 127.69 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 93 | 0 | 0.94 | 0.63 | 0.02 | 339.92 | 0.96 | 0.52 |
| Hex | FA | E | 5D | 0 | 5E | 3F | 2 | 154 | 60 | 34 |
| Octal | 372 | 16 | 135 | 0 | 136 | 77 | 2 | 524 | 140 | 64 |
| Binary | 11111010 | 1110 | 1011101 | 0 | 1011110 | 111111 | 10 | 101010100 | 1100000 | 110100 |
Color Harmonies of #FA0E5D
Complementary color
Monochromatic Colors of #FA0E5D
Black with #FA0E5D
Text Example
Text Example
White with #FA0E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0E5D; }
p { color: rgb(250,14,93); }
H1.HeaderClassName
{
color: #FA0E5D;
}
.AnyTagClassName
{
color: #FA0E5D;
}
</style>
background-color css
<style>
a { background-color: #FA0E5D; }
a { background-color: rgb(250,14,93); }
div.DivClassName
{
background-color: #FA0E5D;
}
.BgClassName
{
background-color: #FA0E5D;
}
</style>
border-color css
<style>
span { border-color: #FA0E5D; }
span { border-color: rgb(250,14,93); }
td.TdClassName
{
border-color: #FA0E5D;
}
.TagClassName
{
border-color: #FA0E5D;
}
</style>