Shades of Razzmatazz #FC0B6D
Tints of Razzmatazz #FC0B6D
RGB
CMYK
RGB Variations
Color information
#FC0B6D (or 0xFC0B6D) is known color: Razzmatazz. HEX triplet: FC, 0B and 6D. RGB value is (252,11,109). Sum of RGB (Red+Green+Blue) = 252+11+109=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0B6D is #03F492. Grayscale: #5E5E5E. Windows color (decimal): -259219 or 7146492. OLE color: 7146492.
HSL color Cylindrical-coordinate representation of color #FC0B6D: hue angle of 335.6º 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 #FC0B6D is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 109 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.01 |
| HSL | 335.6º | 0.98% | 0.52% | - |
| HSV(B) | 335.6º | 0.96% | 0.99% | - |
| XYZ | 43.02 | 22.04 | 16.45 | - |
| YUV | 94.23 | 136.34 | 240.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 109 | 0 | 0.96 | 0.57 | 0.01 | 335.6 | 0.98 | 0.52 |
| Hex | FC | B | 6D | 0 | 60 | 39 | 1 | 150 | 62 | 34 |
| Octal | 374 | 13 | 155 | 0 | 140 | 71 | 1 | 520 | 142 | 64 |
| Binary | 11111100 | 1011 | 1101101 | 0 | 1100000 | 111001 | 1 | 101010000 | 1100010 | 110100 |
Color Harmonies of #FC0B6D
Complementary color
Monochromatic Colors of #FC0B6D
Black with #FC0B6D
Text Example
Text Example
White with #FC0B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0B6D; }
p { color: rgb(252,11,109); }
H1.HeaderClassName
{
color: #FC0B6D;
}
.AnyTagClassName
{
color: #FC0B6D;
}
</style>
background-color css
<style>
a { background-color: #FC0B6D; }
a { background-color: rgb(252,11,109); }
div.DivClassName
{
background-color: #FC0B6D;
}
.BgClassName
{
background-color: #FC0B6D;
}
</style>
border-color css
<style>
span { border-color: #FC0B6D; }
span { border-color: rgb(252,11,109); }
td.TdClassName
{
border-color: #FC0B6D;
}
.TagClassName
{
border-color: #FC0B6D;
}
</style>