Shades of Deep Pink #FC228E
Tints of Deep Pink #FC228E
RGB
CMYK
RGB Variations
Color information
#FC228E (or 0xFC228E) is known color: Deep Pink. HEX triplet: FC, 22 and 8E. RGB value is (252,34,142). Sum of RGB (Red+Green+Blue) = 252+34+142=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 34 (13.67% from 255 or 7.94% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC228E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC228E is #03DD71. Grayscale: #6F6F6F. Windows color (decimal): -253298 or 9315068. OLE color: 9315068.
HSL color Cylindrical-coordinate representation of color #FC228E: hue angle of 330.28º 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 #FC228E is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 142 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.01 |
| HSL | 330.28º | 0.97% | 0.56% | - |
| HSV(B) | 330.28º | 0.87% | 0.99% | - |
| XYZ | 45.6 | 23.79 | 27.78 | - |
| YUV | 111.49 | 145.22 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 142 | 0 | 0.87 | 0.44 | 0.01 | 330.28 | 0.97 | 0.56 |
| Hex | FC | 22 | 8E | 0 | 57 | 2C | 1 | 14A | 61 | 38 |
| Octal | 374 | 42 | 216 | 0 | 127 | 54 | 1 | 512 | 141 | 70 |
| Binary | 11111100 | 100010 | 10001110 | 0 | 1010111 | 101100 | 1 | 101001010 | 1100001 | 111000 |
Color Harmonies of #FC228E
Complementary color
Monochromatic Colors of #FC228E
Black with #FC228E
Text Example
Text Example
White with #FC228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC228E; }
p { color: rgb(252,34,142); }
H1.HeaderClassName
{
color: #FC228E;
}
.AnyTagClassName
{
color: #FC228E;
}
</style>
background-color css
<style>
a { background-color: #FC228E; }
a { background-color: rgb(252,34,142); }
div.DivClassName
{
background-color: #FC228E;
}
.BgClassName
{
background-color: #FC228E;
}
</style>
border-color css
<style>
span { border-color: #FC228E; }
span { border-color: rgb(252,34,142); }
td.TdClassName
{
border-color: #FC228E;
}
.TagClassName
{
border-color: #FC228E;
}
</style>