Shades of Razzmatazz #FA0E61
Tints of Razzmatazz #FA0E61
RGB
CMYK
RGB Variations
Color information
#FA0E61 (or 0xFA0E61) is known color: Razzmatazz. HEX triplet: FA, 0E and 61. RGB value is (250,14,97). Sum of RGB (Red+Green+Blue) = 250+14+97=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E61 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0E61 is #05F19E. Grayscale: #5D5D5D. Windows color (decimal): -389535 or 6360826. OLE color: 6360826.
HSL color Cylindrical-coordinate representation of color #FA0E61: hue angle of 338.9º 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 #FA0E61 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 97 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.02 |
| HSL | 338.9º | 0.96% | 0.52% | - |
| HSV(B) | 338.9º | 0.94% | 0.98% | - |
| XYZ | 41.74 | 21.5 | 13.26 | - |
| YUV | 94.03 | 129.69 | 239.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 97 | 0 | 0.94 | 0.61 | 0.02 | 338.9 | 0.96 | 0.52 |
| Hex | FA | E | 61 | 0 | 5E | 3D | 2 | 153 | 60 | 34 |
| Octal | 372 | 16 | 141 | 0 | 136 | 75 | 2 | 523 | 140 | 64 |
| Binary | 11111010 | 1110 | 1100001 | 0 | 1011110 | 111101 | 10 | 101010011 | 1100000 | 110100 |
Color Harmonies of #FA0E61
Complementary color
Monochromatic Colors of #FA0E61
Black with #FA0E61
Text Example
Text Example
White with #FA0E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0E61; }
p { color: rgb(250,14,97); }
H1.HeaderClassName
{
color: #FA0E61;
}
.AnyTagClassName
{
color: #FA0E61;
}
</style>
background-color css
<style>
a { background-color: #FA0E61; }
a { background-color: rgb(250,14,97); }
div.DivClassName
{
background-color: #FA0E61;
}
.BgClassName
{
background-color: #FA0E61;
}
</style>
border-color css
<style>
span { border-color: #FA0E61; }
span { border-color: rgb(250,14,97); }
td.TdClassName
{
border-color: #FA0E61;
}
.TagClassName
{
border-color: #FA0E61;
}
</style>