Shades of Razzmatazz #FC014F
Tints of Razzmatazz #FC014F
RGB
CMYK
RGB Variations
Color information
#FC014F (or 0xFC014F) is known color: Razzmatazz. HEX triplet: FC, 01 and 4F. RGB value is (252,1,79). Sum of RGB (Red+Green+Blue) = 252+1+79=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC014F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC014F is #03FEB0. Grayscale: #545454. Windows color (decimal): -261809 or 5177852. OLE color: 5177852.
HSL color Cylindrical-coordinate representation of color #FC014F: hue angle of 341.35º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC014F is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 79 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.01 |
| HSL | 341.35º | 0.99% | 0.5% | - |
| HSV(B) | 341.35º | 1% | 0.99% | - |
| XYZ | 41.57 | 21.28 | 9.31 | - |
| YUV | 84.94 | 124.66 | 247.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 79 | 0 | 1.00 | 0.69 | 0.01 | 341.35 | 0.99 | 0.5 |
| Hex | FC | 1 | 4F | 0 | 64 | 45 | 1 | 155 | 63 | 32 |
| Octal | 374 | 1 | 117 | 0 | 144 | 105 | 1 | 525 | 143 | 62 |
| Binary | 11111100 | 1 | 1001111 | 0 | 1100100 | 1000101 | 1 | 101010101 | 1100011 | 110010 |
Color Harmonies of #FC014F
Complementary color
Monochromatic Colors of #FC014F
Black with #FC014F
Text Example
Text Example
White with #FC014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC014F; }
p { color: rgb(252,1,79); }
H1.HeaderClassName
{
color: #FC014F;
}
.AnyTagClassName
{
color: #FC014F;
}
</style>
background-color css
<style>
a { background-color: #FC014F; }
a { background-color: rgb(252,1,79); }
div.DivClassName
{
background-color: #FC014F;
}
.BgClassName
{
background-color: #FC014F;
}
</style>
border-color css
<style>
span { border-color: #FC014F; }
span { border-color: rgb(252,1,79); }
td.TdClassName
{
border-color: #FC014F;
}
.TagClassName
{
border-color: #FC014F;
}
</style>