Shades of Razzmatazz #FA0B68
Tints of Razzmatazz #FA0B68
RGB
CMYK
RGB Variations
Color information
#FA0B68 (or 0xFA0B68) is known color: Razzmatazz. HEX triplet: FA, 0B and 68. RGB value is (250,11,104). Sum of RGB (Red+Green+Blue) = 250+11+104=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0B68 is #05F497. Grayscale: #5C5C5C. Windows color (decimal): -390296 or 6818810. OLE color: 6818810.
HSL color Cylindrical-coordinate representation of color #FA0B68: hue angle of 336.65º 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 #FA0B68 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 104 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.02 |
| HSL | 336.65º | 0.96% | 0.51% | - |
| HSV(B) | 336.65º | 0.96% | 0.98% | - |
| XYZ | 42.04 | 21.56 | 15.04 | - |
| YUV | 93.06 | 134.18 | 239.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 104 | 0 | 0.96 | 0.58 | 0.02 | 336.65 | 0.96 | 0.51 |
| Hex | FA | B | 68 | 0 | 60 | 3A | 2 | 151 | 60 | 33 |
| Octal | 372 | 13 | 150 | 0 | 140 | 72 | 2 | 521 | 140 | 63 |
| Binary | 11111010 | 1011 | 1101000 | 0 | 1100000 | 111010 | 10 | 101010001 | 1100000 | 110011 |
Color Harmonies of #FA0B68
Complementary color
Monochromatic Colors of #FA0B68
Black with #FA0B68
Text Example
Text Example
White with #FA0B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B68; }
p { color: rgb(250,11,104); }
H1.HeaderClassName
{
color: #FA0B68;
}
.AnyTagClassName
{
color: #FA0B68;
}
</style>
background-color css
<style>
a { background-color: #FA0B68; }
a { background-color: rgb(250,11,104); }
div.DivClassName
{
background-color: #FA0B68;
}
.BgClassName
{
background-color: #FA0B68;
}
</style>
border-color css
<style>
span { border-color: #FA0B68; }
span { border-color: rgb(250,11,104); }
td.TdClassName
{
border-color: #FA0B68;
}
.TagClassName
{
border-color: #FA0B68;
}
</style>