Shades of Razzmatazz #FA0E68
Tints of Razzmatazz #FA0E68
RGB
CMYK
RGB Variations
Color information
#FA0E68 (or 0xFA0E68) is known color: Razzmatazz. HEX triplet: FA, 0E and 68. RGB value is (250,14,104). Sum of RGB (Red+Green+Blue) = 250+14+104=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0E68 is #05F197. Grayscale: #5E5E5E. Windows color (decimal): -389528 or 6819578. OLE color: 6819578.
HSL color Cylindrical-coordinate representation of color #FA0E68: hue angle of 337.12º 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 #FA0E68 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 104 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.02 |
| HSL | 337.12º | 0.96% | 0.52% | - |
| HSV(B) | 337.12º | 0.94% | 0.98% | - |
| XYZ | 42.08 | 21.64 | 15.06 | - |
| YUV | 94.82 | 133.19 | 238.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 104 | 0 | 0.94 | 0.58 | 0.02 | 337.12 | 0.96 | 0.52 |
| Hex | FA | E | 68 | 0 | 5E | 3A | 2 | 151 | 60 | 34 |
| Octal | 372 | 16 | 150 | 0 | 136 | 72 | 2 | 521 | 140 | 64 |
| Binary | 11111010 | 1110 | 1101000 | 0 | 1011110 | 111010 | 10 | 101010001 | 1100000 | 110100 |
Color Harmonies of #FA0E68
Complementary color
Monochromatic Colors of #FA0E68
Black with #FA0E68
Text Example
Text Example
White with #FA0E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0E68; }
p { color: rgb(250,14,104); }
H1.HeaderClassName
{
color: #FA0E68;
}
.AnyTagClassName
{
color: #FA0E68;
}
</style>
background-color css
<style>
a { background-color: #FA0E68; }
a { background-color: rgb(250,14,104); }
div.DivClassName
{
background-color: #FA0E68;
}
.BgClassName
{
background-color: #FA0E68;
}
</style>
border-color css
<style>
span { border-color: #FA0E68; }
span { border-color: rgb(250,14,104); }
td.TdClassName
{
border-color: #FA0E68;
}
.TagClassName
{
border-color: #FA0E68;
}
</style>