Shades of Deep Pink #FC227F
Tints of Deep Pink #FC227F
RGB
CMYK
RGB Variations
Color information
#FC227F (or 0xFC227F) is known color: Deep Pink. HEX triplet: FC, 22 and 7F. RGB value is (252,34,127). Sum of RGB (Red+Green+Blue) = 252+34+127=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC227F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC227F is #03DD80. Grayscale: #6D6D6D. Windows color (decimal): -253313 or 8332028. OLE color: 8332028.
HSL color Cylindrical-coordinate representation of color #FC227F: hue angle of 334.4º 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 #FC227F is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 127 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.01 |
| HSL | 334.4º | 0.97% | 0.56% | - |
| HSV(B) | 334.4º | 0.87% | 0.99% | - |
| XYZ | 44.55 | 23.37 | 22.24 | - |
| YUV | 109.78 | 137.72 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 127 | 0 | 0.87 | 0.50 | 0.01 | 334.4 | 0.97 | 0.56 |
| Hex | FC | 22 | 7F | 0 | 57 | 32 | 1 | 14E | 61 | 38 |
| Octal | 374 | 42 | 177 | 0 | 127 | 62 | 1 | 516 | 141 | 70 |
| Binary | 11111100 | 100010 | 1111111 | 0 | 1010111 | 110010 | 1 | 101001110 | 1100001 | 111000 |
Color Harmonies of #FC227F
Complementary color
Monochromatic Colors of #FC227F
Black with #FC227F
Text Example
Text Example
White with #FC227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC227F; }
p { color: rgb(252,34,127); }
H1.HeaderClassName
{
color: #FC227F;
}
.AnyTagClassName
{
color: #FC227F;
}
</style>
background-color css
<style>
a { background-color: #FC227F; }
a { background-color: rgb(252,34,127); }
div.DivClassName
{
background-color: #FC227F;
}
.BgClassName
{
background-color: #FC227F;
}
</style>
border-color css
<style>
span { border-color: #FC227F; }
span { border-color: rgb(252,34,127); }
td.TdClassName
{
border-color: #FC227F;
}
.TagClassName
{
border-color: #FC227F;
}
</style>