Shades of Deep Pink #FC227C
Tints of Deep Pink #FC227C
RGB
CMYK
RGB Variations
Color information
#FC227C (or 0xFC227C) is known color: Deep Pink. HEX triplet: FC, 22 and 7C. RGB value is (252,34,124). Sum of RGB (Red+Green+Blue) = 252+34+124=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC227C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC227C is #03DD83. Grayscale: #6D6D6D. Windows color (decimal): -253316 or 8135420. OLE color: 8135420.
HSL color Cylindrical-coordinate representation of color #FC227C: hue angle of 335.23º 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 #FC227C is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 124 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.01 |
| HSL | 335.23º | 0.97% | 0.56% | - |
| HSV(B) | 335.23º | 0.87% | 0.99% | - |
| XYZ | 44.36 | 23.29 | 21.23 | - |
| YUV | 109.44 | 136.22 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 124 | 0 | 0.87 | 0.51 | 0.01 | 335.23 | 0.97 | 0.56 |
| Hex | FC | 22 | 7C | 0 | 57 | 33 | 1 | 14F | 61 | 38 |
| Octal | 374 | 42 | 174 | 0 | 127 | 63 | 1 | 517 | 141 | 70 |
| Binary | 11111100 | 100010 | 1111100 | 0 | 1010111 | 110011 | 1 | 101001111 | 1100001 | 111000 |
Color Harmonies of #FC227C
Complementary color
Monochromatic Colors of #FC227C
Black with #FC227C
Text Example
Text Example
White with #FC227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC227C; }
p { color: rgb(252,34,124); }
H1.HeaderClassName
{
color: #FC227C;
}
.AnyTagClassName
{
color: #FC227C;
}
</style>
background-color css
<style>
a { background-color: #FC227C; }
a { background-color: rgb(252,34,124); }
div.DivClassName
{
background-color: #FC227C;
}
.BgClassName
{
background-color: #FC227C;
}
</style>
border-color css
<style>
span { border-color: #FC227C; }
span { border-color: rgb(252,34,124); }
td.TdClassName
{
border-color: #FC227C;
}
.TagClassName
{
border-color: #FC227C;
}
</style>