Shades of Razzmatazz #FC0B68
Tints of Razzmatazz #FC0B68
RGB
CMYK
RGB Variations
Color information
#FC0B68 (or 0xFC0B68) is known color: Razzmatazz. HEX triplet: FC, 0B and 68. RGB value is (252,11,104). Sum of RGB (Red+Green+Blue) = 252+11+104=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0B68 is #03F497. Grayscale: #5D5D5D. Windows color (decimal): -259224 or 6818812. OLE color: 6818812.
HSL color Cylindrical-coordinate representation of color #FC0B68: hue angle of 336.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0B68 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 104 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.01 |
| HSL | 336.85º | 0.98% | 0.52% | - |
| HSV(B) | 336.85º | 0.96% | 0.99% | - |
| XYZ | 42.76 | 21.93 | 15.08 | - |
| YUV | 93.66 | 133.84 | 240.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 104 | 0 | 0.96 | 0.59 | 0.01 | 336.85 | 0.98 | 0.52 |
| Hex | FC | B | 68 | 0 | 60 | 3B | 1 | 151 | 62 | 34 |
| Octal | 374 | 13 | 150 | 0 | 140 | 73 | 1 | 521 | 142 | 64 |
| Binary | 11111100 | 1011 | 1101000 | 0 | 1100000 | 111011 | 1 | 101010001 | 1100010 | 110100 |
Color Harmonies of #FC0B68
Complementary color
Monochromatic Colors of #FC0B68
Black with #FC0B68
Text Example
Text Example
White with #FC0B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0B68; }
p { color: rgb(252,11,104); }
H1.HeaderClassName
{
color: #FC0B68;
}
.AnyTagClassName
{
color: #FC0B68;
}
</style>
background-color css
<style>
a { background-color: #FC0B68; }
a { background-color: rgb(252,11,104); }
div.DivClassName
{
background-color: #FC0B68;
}
.BgClassName
{
background-color: #FC0B68;
}
</style>
border-color css
<style>
span { border-color: #FC0B68; }
span { border-color: rgb(252,11,104); }
td.TdClassName
{
border-color: #FC0B68;
}
.TagClassName
{
border-color: #FC0B68;
}
</style>