Shades of Deep Pink #FC0184
Tints of Deep Pink #FC0184
RGB
CMYK
RGB Variations
Color information
#FC0184 (or 0xFC0184) is known color: Deep Pink. HEX triplet: FC, 01 and 84. RGB value is (252,1,132). Sum of RGB (Red+Green+Blue) = 252+1+132=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0184 is #03FE7B. Grayscale: #5A5A5A. Windows color (decimal): -261756 or 8651260. OLE color: 8651260.
HSL color Cylindrical-coordinate representation of color #FC0184: hue angle of 328.69º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0184 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 132 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.01 |
| HSL | 328.69º | 0.99% | 0.5% | - |
| HSV(B) | 328.69º | 1% | 0.99% | - |
| XYZ | 44.32 | 22.38 | 23.81 | - |
| YUV | 90.98 | 151.16 | 242.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 132 | 0 | 1.00 | 0.48 | 0.01 | 328.69 | 0.99 | 0.5 |
| Hex | FC | 1 | 84 | 0 | 64 | 30 | 1 | 149 | 63 | 32 |
| Octal | 374 | 1 | 204 | 0 | 144 | 60 | 1 | 511 | 143 | 62 |
| Binary | 11111100 | 1 | 10000100 | 0 | 1100100 | 110000 | 1 | 101001001 | 1100011 | 110010 |
Color Harmonies of #FC0184
Complementary color
Monochromatic Colors of #FC0184
Black with #FC0184
Text Example
Text Example
White with #FC0184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0184; }
p { color: rgb(252,1,132); }
H1.HeaderClassName
{
color: #FC0184;
}
.AnyTagClassName
{
color: #FC0184;
}
</style>
background-color css
<style>
a { background-color: #FC0184; }
a { background-color: rgb(252,1,132); }
div.DivClassName
{
background-color: #FC0184;
}
.BgClassName
{
background-color: #FC0184;
}
</style>
border-color css
<style>
span { border-color: #FC0184; }
span { border-color: rgb(252,1,132); }
td.TdClassName
{
border-color: #FC0184;
}
.TagClassName
{
border-color: #FC0184;
}
</style>