Shades of Deep Pink #FC1673
Tints of Deep Pink #FC1673
RGB
CMYK
RGB Variations
Color information
#FC1673 (or 0xFC1673) is known color: Deep Pink. HEX triplet: FC, 16 and 73. RGB value is (252,22,115). Sum of RGB (Red+Green+Blue) = 252+22+115=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1673 is #03E98C. Grayscale: #656565. Windows color (decimal): -256397 or 7542524. OLE color: 7542524.
HSL color Cylindrical-coordinate representation of color #FC1673: hue angle of 335.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1673 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 115 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.01 |
| HSL | 335.74º | 0.97% | 0.54% | - |
| HSV(B) | 335.74º | 0.91% | 0.99% | - |
| XYZ | 43.53 | 22.51 | 18.27 | - |
| YUV | 101.37 | 135.7 | 235.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 115 | 0 | 0.91 | 0.54 | 0.01 | 335.74 | 0.97 | 0.54 |
| Hex | FC | 16 | 73 | 0 | 5B | 36 | 1 | 150 | 61 | 36 |
| Octal | 374 | 26 | 163 | 0 | 133 | 66 | 1 | 520 | 141 | 66 |
| Binary | 11111100 | 10110 | 1110011 | 0 | 1011011 | 110110 | 1 | 101010000 | 1100001 | 110110 |
Color Harmonies of #FC1673
Complementary color
Monochromatic Colors of #FC1673
Black with #FC1673
Text Example
Text Example
White with #FC1673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1673; }
p { color: rgb(252,22,115); }
H1.HeaderClassName
{
color: #FC1673;
}
.AnyTagClassName
{
color: #FC1673;
}
</style>
background-color css
<style>
a { background-color: #FC1673; }
a { background-color: rgb(252,22,115); }
div.DivClassName
{
background-color: #FC1673;
}
.BgClassName
{
background-color: #FC1673;
}
</style>
border-color css
<style>
span { border-color: #FC1673; }
span { border-color: rgb(252,22,115); }
td.TdClassName
{
border-color: #FC1673;
}
.TagClassName
{
border-color: #FC1673;
}
</style>