Shades of Razzmatazz #FC1467
Tints of Razzmatazz #FC1467
RGB
CMYK
RGB Variations
Color information
#FC1467 (or 0xFC1467) is known color: Razzmatazz. HEX triplet: FC, 14 and 67. RGB value is (252,20,103). Sum of RGB (Red+Green+Blue) = 252+20+103=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1467 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1467 is #03EB98. Grayscale: #626262. Windows color (decimal): -256921 or 6755580. OLE color: 6755580.
HSL color Cylindrical-coordinate representation of color #FC1467: hue angle of 338.53º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1467 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 103 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.01 |
| HSL | 338.53º | 0.97% | 0.53% | - |
| HSV(B) | 338.53º | 0.92% | 0.99% | - |
| XYZ | 42.84 | 22.18 | 14.85 | - |
| YUV | 98.83 | 130.36 | 237.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 103 | 0 | 0.92 | 0.59 | 0.01 | 338.53 | 0.97 | 0.53 |
| Hex | FC | 14 | 67 | 0 | 5C | 3B | 1 | 153 | 61 | 35 |
| Octal | 374 | 24 | 147 | 0 | 134 | 73 | 1 | 523 | 141 | 65 |
| Binary | 11111100 | 10100 | 1100111 | 0 | 1011100 | 111011 | 1 | 101010011 | 1100001 | 110101 |
Color Harmonies of #FC1467
Complementary color
Monochromatic Colors of #FC1467
Black with #FC1467
Text Example
Text Example
White with #FC1467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1467; }
p { color: rgb(252,20,103); }
H1.HeaderClassName
{
color: #FC1467;
}
.AnyTagClassName
{
color: #FC1467;
}
</style>
background-color css
<style>
a { background-color: #FC1467; }
a { background-color: rgb(252,20,103); }
div.DivClassName
{
background-color: #FC1467;
}
.BgClassName
{
background-color: #FC1467;
}
</style>
border-color css
<style>
span { border-color: #FC1467; }
span { border-color: rgb(252,20,103); }
td.TdClassName
{
border-color: #FC1467;
}
.TagClassName
{
border-color: #FC1467;
}
</style>