Shades of Razzmatazz #FC0667
Tints of Razzmatazz #FC0667
RGB
CMYK
RGB Variations
Color information
#FC0667 (or 0xFC0667) is known color: Razzmatazz. HEX triplet: FC, 06 and 67. RGB value is (252,6,103). Sum of RGB (Red+Green+Blue) = 252+6+103=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0667 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0667 is #03F998. Grayscale: #5A5A5A. Windows color (decimal): -260505 or 6751996. OLE color: 6751996.
HSL color Cylindrical-coordinate representation of color #FC0667: hue angle of 336.34º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0667 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 103 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.01 |
| HSL | 336.34º | 0.98% | 0.51% | - |
| HSV(B) | 336.34º | 0.98% | 0.99% | - |
| XYZ | 42.66 | 21.8 | 14.79 | - |
| YUV | 90.61 | 135 | 243.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 103 | 0 | 0.98 | 0.59 | 0.01 | 336.34 | 0.98 | 0.51 |
| Hex | FC | 6 | 67 | 0 | 62 | 3B | 1 | 150 | 62 | 33 |
| Octal | 374 | 6 | 147 | 0 | 142 | 73 | 1 | 520 | 142 | 63 |
| Binary | 11111100 | 110 | 1100111 | 0 | 1100010 | 111011 | 1 | 101010000 | 1100010 | 110011 |
Color Harmonies of #FC0667
Complementary color
Monochromatic Colors of #FC0667
Black with #FC0667
Text Example
Text Example
White with #FC0667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0667; }
p { color: rgb(252,6,103); }
H1.HeaderClassName
{
color: #FC0667;
}
.AnyTagClassName
{
color: #FC0667;
}
</style>
background-color css
<style>
a { background-color: #FC0667; }
a { background-color: rgb(252,6,103); }
div.DivClassName
{
background-color: #FC0667;
}
.BgClassName
{
background-color: #FC0667;
}
</style>
border-color css
<style>
span { border-color: #FC0667; }
span { border-color: rgb(252,6,103); }
td.TdClassName
{
border-color: #FC0667;
}
.TagClassName
{
border-color: #FC0667;
}
</style>