Shades of Deep Pink #FC228A
Tints of Deep Pink #FC228A
RGB
CMYK
RGB Variations
Color information
#FC228A (or 0xFC228A) is known color: Deep Pink. HEX triplet: FC, 22 and 8A. RGB value is (252,34,138). Sum of RGB (Red+Green+Blue) = 252+34+138=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC228A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC228A is #03DD75. Grayscale: #6E6E6E. Windows color (decimal): -253302 or 9052924. OLE color: 9052924.
HSL color Cylindrical-coordinate representation of color #FC228A: hue angle of 331.38º 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 #FC228A is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 138 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.01 |
| HSL | 331.38º | 0.97% | 0.56% | - |
| HSV(B) | 331.38º | 0.87% | 0.99% | - |
| XYZ | 45.3 | 23.67 | 26.23 | - |
| YUV | 111.04 | 143.22 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 138 | 0 | 0.87 | 0.45 | 0.01 | 331.38 | 0.97 | 0.56 |
| Hex | FC | 22 | 8A | 0 | 57 | 2D | 1 | 14B | 61 | 38 |
| Octal | 374 | 42 | 212 | 0 | 127 | 55 | 1 | 513 | 141 | 70 |
| Binary | 11111100 | 100010 | 10001010 | 0 | 1010111 | 101101 | 1 | 101001011 | 1100001 | 111000 |
Color Harmonies of #FC228A
Complementary color
Monochromatic Colors of #FC228A
Black with #FC228A
Text Example
Text Example
White with #FC228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC228A; }
p { color: rgb(252,34,138); }
H1.HeaderClassName
{
color: #FC228A;
}
.AnyTagClassName
{
color: #FC228A;
}
</style>
background-color css
<style>
a { background-color: #FC228A; }
a { background-color: rgb(252,34,138); }
div.DivClassName
{
background-color: #FC228A;
}
.BgClassName
{
background-color: #FC228A;
}
</style>
border-color css
<style>
span { border-color: #FC228A; }
span { border-color: rgb(252,34,138); }
td.TdClassName
{
border-color: #FC228A;
}
.TagClassName
{
border-color: #FC228A;
}
</style>