Shades of Deep Pink #FC1C74
Tints of Deep Pink #FC1C74
RGB
CMYK
RGB Variations
Color information
#FC1C74 (or 0xFC1C74) is known color: Deep Pink. HEX triplet: FC, 1C and 74. RGB value is (252,28,116). Sum of RGB (Red+Green+Blue) = 252+28+116=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1C74 is #03E38B. Grayscale: #686868. Windows color (decimal): -254860 or 7609596. OLE color: 7609596.
HSL color Cylindrical-coordinate representation of color #FC1C74: hue angle of 336.43º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1C74 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 116 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.01 |
| HSL | 336.43º | 0.97% | 0.55% | - |
| HSV(B) | 336.43º | 0.89% | 0.99% | - |
| XYZ | 43.71 | 22.79 | 18.62 | - |
| YUV | 105.01 | 134.21 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 116 | 0 | 0.89 | 0.54 | 0.01 | 336.43 | 0.97 | 0.55 |
| Hex | FC | 1C | 74 | 0 | 59 | 36 | 1 | 150 | 61 | 37 |
| Octal | 374 | 34 | 164 | 0 | 131 | 66 | 1 | 520 | 141 | 67 |
| Binary | 11111100 | 11100 | 1110100 | 0 | 1011001 | 110110 | 1 | 101010000 | 1100001 | 110111 |
Color Harmonies of #FC1C74
Complementary color
Monochromatic Colors of #FC1C74
Black with #FC1C74
Text Example
Text Example
White with #FC1C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C74; }
p { color: rgb(252,28,116); }
H1.HeaderClassName
{
color: #FC1C74;
}
.AnyTagClassName
{
color: #FC1C74;
}
</style>
background-color css
<style>
a { background-color: #FC1C74; }
a { background-color: rgb(252,28,116); }
div.DivClassName
{
background-color: #FC1C74;
}
.BgClassName
{
background-color: #FC1C74;
}
</style>
border-color css
<style>
span { border-color: #FC1C74; }
span { border-color: rgb(252,28,116); }
td.TdClassName
{
border-color: #FC1C74;
}
.TagClassName
{
border-color: #FC1C74;
}
</style>