Shades of Deep Pink #FC2194
Tints of Deep Pink #FC2194
RGB
CMYK
RGB Variations
Color information
#FC2194 (or 0xFC2194) is known color: Deep Pink. HEX triplet: FC, 21 and 94. RGB value is (252,33,148). Sum of RGB (Red+Green+Blue) = 252+33+148=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2194 is #03DE6B. Grayscale: #6F6F6F. Windows color (decimal): -253548 or 9708028. OLE color: 9708028.
HSL color Cylindrical-coordinate representation of color #FC2194: hue angle of 328.49º 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 #FC2194 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 148 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.01 |
| HSL | 328.49º | 0.97% | 0.56% | - |
| HSV(B) | 328.49º | 0.87% | 0.99% | - |
| XYZ | 46.03 | 23.92 | 30.21 | - |
| YUV | 111.59 | 148.55 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 148 | 0 | 0.87 | 0.41 | 0.01 | 328.49 | 0.97 | 0.56 |
| Hex | FC | 21 | 94 | 0 | 57 | 29 | 1 | 148 | 61 | 38 |
| Octal | 374 | 41 | 224 | 0 | 127 | 51 | 1 | 510 | 141 | 70 |
| Binary | 11111100 | 100001 | 10010100 | 0 | 1010111 | 101001 | 1 | 101001000 | 1100001 | 111000 |
Color Harmonies of #FC2194
Complementary color
Monochromatic Colors of #FC2194
Black with #FC2194
Text Example
Text Example
White with #FC2194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2194; }
p { color: rgb(252,33,148); }
H1.HeaderClassName
{
color: #FC2194;
}
.AnyTagClassName
{
color: #FC2194;
}
</style>
background-color css
<style>
a { background-color: #FC2194; }
a { background-color: rgb(252,33,148); }
div.DivClassName
{
background-color: #FC2194;
}
.BgClassName
{
background-color: #FC2194;
}
</style>
border-color css
<style>
span { border-color: #FC2194; }
span { border-color: rgb(252,33,148); }
td.TdClassName
{
border-color: #FC2194;
}
.TagClassName
{
border-color: #FC2194;
}
</style>