Shades of Deep Pink #FC2279
Tints of Deep Pink #FC2279
RGB
CMYK
RGB Variations
Color information
#FC2279 (or 0xFC2279) is known color: Deep Pink. HEX triplet: FC, 22 and 79. RGB value is (252,34,121). Sum of RGB (Red+Green+Blue) = 252+34+121=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2279 is #03DD86. Grayscale: #6C6C6C. Windows color (decimal): -253319 or 7938812. OLE color: 7938812.
HSL color Cylindrical-coordinate representation of color #FC2279: hue angle of 336.06º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC2279 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 121 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.01 |
| HSL | 336.06º | 0.97% | 0.56% | - |
| HSV(B) | 336.06º | 0.87% | 0.99% | - |
| XYZ | 44.17 | 23.22 | 20.24 | - |
| YUV | 109.1 | 134.72 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 121 | 0 | 0.87 | 0.52 | 0.01 | 336.06 | 0.97 | 0.56 |
| Hex | FC | 22 | 79 | 0 | 57 | 34 | 1 | 150 | 61 | 38 |
| Octal | 374 | 42 | 171 | 0 | 127 | 64 | 1 | 520 | 141 | 70 |
| Binary | 11111100 | 100010 | 1111001 | 0 | 1010111 | 110100 | 1 | 101010000 | 1100001 | 111000 |
Color Harmonies of #FC2279
Complementary color
Monochromatic Colors of #FC2279
Black with #FC2279
Text Example
Text Example
White with #FC2279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2279; }
p { color: rgb(252,34,121); }
H1.HeaderClassName
{
color: #FC2279;
}
.AnyTagClassName
{
color: #FC2279;
}
</style>
background-color css
<style>
a { background-color: #FC2279; }
a { background-color: rgb(252,34,121); }
div.DivClassName
{
background-color: #FC2279;
}
.BgClassName
{
background-color: #FC2279;
}
</style>
border-color css
<style>
span { border-color: #FC2279; }
span { border-color: rgb(252,34,121); }
td.TdClassName
{
border-color: #FC2279;
}
.TagClassName
{
border-color: #FC2279;
}
</style>