Shades of Razzmatazz #FA0A68
Tints of Razzmatazz #FA0A68
RGB
CMYK
RGB Variations
Color information
#FA0A68 (or 0xFA0A68) is known color: Razzmatazz. HEX triplet: FA, 0A and 68. RGB value is (250,10,104). Sum of RGB (Red+Green+Blue) = 250+10+104=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0A68 is #05F597. Grayscale: #5C5C5C. Windows color (decimal): -390552 or 6818554. OLE color: 6818554.
HSL color Cylindrical-coordinate representation of color #FA0A68: hue angle of 336.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0A68 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 104 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.02 |
| HSL | 336.5º | 0.96% | 0.51% | - |
| HSV(B) | 336.5º | 0.96% | 0.98% | - |
| XYZ | 42.03 | 21.54 | 15.04 | - |
| YUV | 92.48 | 134.51 | 240.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 104 | 0 | 0.96 | 0.58 | 0.02 | 336.5 | 0.96 | 0.51 |
| Hex | FA | A | 68 | 0 | 60 | 3A | 2 | 150 | 60 | 33 |
| Octal | 372 | 12 | 150 | 0 | 140 | 72 | 2 | 520 | 140 | 63 |
| Binary | 11111010 | 1010 | 1101000 | 0 | 1100000 | 111010 | 10 | 101010000 | 1100000 | 110011 |
Color Harmonies of #FA0A68
Complementary color
Monochromatic Colors of #FA0A68
Black with #FA0A68
Text Example
Text Example
White with #FA0A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A68; }
p { color: rgb(250,10,104); }
H1.HeaderClassName
{
color: #FA0A68;
}
.AnyTagClassName
{
color: #FA0A68;
}
</style>
background-color css
<style>
a { background-color: #FA0A68; }
a { background-color: rgb(250,10,104); }
div.DivClassName
{
background-color: #FA0A68;
}
.BgClassName
{
background-color: #FA0A68;
}
</style>
border-color css
<style>
span { border-color: #FA0A68; }
span { border-color: rgb(250,10,104); }
td.TdClassName
{
border-color: #FA0A68;
}
.TagClassName
{
border-color: #FA0A68;
}
</style>