Shades of Razzmatazz #FC006F
Tints of Razzmatazz #FC006F
RGB
CMYK
RGB Variations
Color information
#FC006F (or 0xFC006F) is known color: Razzmatazz. HEX triplet: FC, 00 and 6F. RGB value is (252,0,111). Sum of RGB (Red+Green+Blue) = 252+0+111=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC006F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC006F is #03FF90. Grayscale: #575757. Windows color (decimal): -262033 or 7274748. OLE color: 7274748.
HSL color Cylindrical-coordinate representation of color #FC006F: hue angle of 333.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC006F is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.56 | 0.01 |
| HSL | 333.57º | 1% | 0.49% | - |
| HSV(B) | 333.57º | 1% | 0.99% | - |
| XYZ | 43.01 | 21.84 | 16.99 | - |
| YUV | 88 | 140.99 | 244.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 111 | 0 | 1 | 0.56 | 0.01 | 333.57 | 1 | 0.49 |
| Hex | FC | 0 | 6F | 0 | 64 | 38 | 1 | 14E | 64 | 31 |
| Octal | 374 | 0 | 157 | 0 | 144 | 70 | 1 | 516 | 144 | 61 |
| Binary | 11111100 | 0 | 1101111 | 0 | 1100100 | 111000 | 1 | 101001110 | 1100100 | 110001 |
Color Harmonies of #FC006F
Complementary color
Monochromatic Colors of #FC006F
Black with #FC006F
Text Example
Text Example
White with #FC006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC006F; }
p { color: rgb(252,0,111); }
H1.HeaderClassName
{
color: #FC006F;
}
.AnyTagClassName
{
color: #FC006F;
}
</style>
background-color css
<style>
a { background-color: #FC006F; }
a { background-color: rgb(252,0,111); }
div.DivClassName
{
background-color: #FC006F;
}
.BgClassName
{
background-color: #FC006F;
}
</style>
border-color css
<style>
span { border-color: #FC006F; }
span { border-color: rgb(252,0,111); }
td.TdClassName
{
border-color: #FC006F;
}
.TagClassName
{
border-color: #FC006F;
}
</style>