Shades of Deep Pink #FC1779
Tints of Deep Pink #FC1779
RGB
CMYK
RGB Variations
Color information
#FC1779 (or 0xFC1779) is known color: Deep Pink. HEX triplet: FC, 17 and 79. RGB value is (252,23,121). Sum of RGB (Red+Green+Blue) = 252+23+121=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1779 is #03E886. Grayscale: #666666. Windows color (decimal): -256135 or 7935996. OLE color: 7935996.
HSL color Cylindrical-coordinate representation of color #FC1779: hue angle of 334.32º 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 #FC1779 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 121 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.01 |
| HSL | 334.32º | 0.97% | 0.54% | - |
| HSV(B) | 334.32º | 0.91% | 0.99% | - |
| XYZ | 43.9 | 22.69 | 20.15 | - |
| YUV | 102.64 | 138.37 | 234.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 121 | 0 | 0.91 | 0.52 | 0.01 | 334.32 | 0.97 | 0.54 |
| Hex | FC | 17 | 79 | 0 | 5B | 34 | 1 | 14E | 61 | 36 |
| Octal | 374 | 27 | 171 | 0 | 133 | 64 | 1 | 516 | 141 | 66 |
| Binary | 11111100 | 10111 | 1111001 | 0 | 1011011 | 110100 | 1 | 101001110 | 1100001 | 110110 |
Color Harmonies of #FC1779
Complementary color
Monochromatic Colors of #FC1779
Black with #FC1779
Text Example
Text Example
White with #FC1779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1779; }
p { color: rgb(252,23,121); }
H1.HeaderClassName
{
color: #FC1779;
}
.AnyTagClassName
{
color: #FC1779;
}
</style>
background-color css
<style>
a { background-color: #FC1779; }
a { background-color: rgb(252,23,121); }
div.DivClassName
{
background-color: #FC1779;
}
.BgClassName
{
background-color: #FC1779;
}
</style>
border-color css
<style>
span { border-color: #FC1779; }
span { border-color: rgb(252,23,121); }
td.TdClassName
{
border-color: #FC1779;
}
.TagClassName
{
border-color: #FC1779;
}
</style>