Shades of Razzmatazz #FC065D
Tints of Razzmatazz #FC065D
RGB
CMYK
RGB Variations
Color information
#FC065D (or 0xFC065D) is known color: Razzmatazz. HEX triplet: FC, 06 and 5D. RGB value is (252,6,93). Sum of RGB (Red+Green+Blue) = 252+6+93=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC065D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC065D is #03F9A2. Grayscale: #595959. Windows color (decimal): -260515 or 6096636. OLE color: 6096636.
HSL color Cylindrical-coordinate representation of color #FC065D: hue angle of 338.78º 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 #FC065D is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 93 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.01 |
| HSL | 338.78º | 0.98% | 0.51% | - |
| HSV(B) | 338.78º | 0.98% | 0.99% | - |
| XYZ | 42.19 | 21.62 | 12.3 | - |
| YUV | 89.47 | 130 | 243.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 93 | 0 | 0.98 | 0.63 | 0.01 | 338.78 | 0.98 | 0.51 |
| Hex | FC | 6 | 5D | 0 | 62 | 3F | 1 | 153 | 62 | 33 |
| Octal | 374 | 6 | 135 | 0 | 142 | 77 | 1 | 523 | 142 | 63 |
| Binary | 11111100 | 110 | 1011101 | 0 | 1100010 | 111111 | 1 | 101010011 | 1100010 | 110011 |
Color Harmonies of #FC065D
Complementary color
Monochromatic Colors of #FC065D
Black with #FC065D
Text Example
Text Example
White with #FC065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC065D; }
p { color: rgb(252,6,93); }
H1.HeaderClassName
{
color: #FC065D;
}
.AnyTagClassName
{
color: #FC065D;
}
</style>
background-color css
<style>
a { background-color: #FC065D; }
a { background-color: rgb(252,6,93); }
div.DivClassName
{
background-color: #FC065D;
}
.BgClassName
{
background-color: #FC065D;
}
</style>
border-color css
<style>
span { border-color: #FC065D; }
span { border-color: rgb(252,6,93); }
td.TdClassName
{
border-color: #FC065D;
}
.TagClassName
{
border-color: #FC065D;
}
</style>