Shades of Razzmatazz #FC0B73
Tints of Razzmatazz #FC0B73
RGB
CMYK
RGB Variations
Color information
#FC0B73 (or 0xFC0B73) is known color: Razzmatazz. HEX triplet: FC, 0B and 73. RGB value is (252,11,115). Sum of RGB (Red+Green+Blue) = 252+11+115=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0B73 is #03F48C. Grayscale: #5E5E5E. Windows color (decimal): -259213 or 7539708. OLE color: 7539708.
HSL color Cylindrical-coordinate representation of color #FC0B73: hue angle of 334.11º 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 #FC0B73 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 115 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.01 |
| HSL | 334.11º | 0.98% | 0.52% | - |
| HSV(B) | 334.11º | 0.96% | 0.99% | - |
| XYZ | 43.36 | 22.17 | 18.21 | - |
| YUV | 94.92 | 139.34 | 240.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 115 | 0 | 0.96 | 0.54 | 0.01 | 334.11 | 0.98 | 0.52 |
| Hex | FC | B | 73 | 0 | 60 | 36 | 1 | 14E | 62 | 34 |
| Octal | 374 | 13 | 163 | 0 | 140 | 66 | 1 | 516 | 142 | 64 |
| Binary | 11111100 | 1011 | 1110011 | 0 | 1100000 | 110110 | 1 | 101001110 | 1100010 | 110100 |
Color Harmonies of #FC0B73
Complementary color
Monochromatic Colors of #FC0B73
Black with #FC0B73
Text Example
Text Example
White with #FC0B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0B73; }
p { color: rgb(252,11,115); }
H1.HeaderClassName
{
color: #FC0B73;
}
.AnyTagClassName
{
color: #FC0B73;
}
</style>
background-color css
<style>
a { background-color: #FC0B73; }
a { background-color: rgb(252,11,115); }
div.DivClassName
{
background-color: #FC0B73;
}
.BgClassName
{
background-color: #FC0B73;
}
</style>
border-color css
<style>
span { border-color: #FC0B73; }
span { border-color: rgb(252,11,115); }
td.TdClassName
{
border-color: #FC0B73;
}
.TagClassName
{
border-color: #FC0B73;
}
</style>