Shades of Deep Pink #FC1292
Tints of Deep Pink #FC1292
RGB
CMYK
RGB Variations
Color information
#FC1292 (or 0xFC1292) is known color: Deep Pink. HEX triplet: FC, 12 and 92. RGB value is (252,18,146). Sum of RGB (Red+Green+Blue) = 252+18+146=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1292 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1292 is #03ED6D. Grayscale: #666666. Windows color (decimal): -257390 or 9573116. OLE color: 9573116.
HSL color Cylindrical-coordinate representation of color #FC1292: hue angle of 327.18º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1292 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 146 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.01 |
| HSL | 327.18º | 0.98% | 0.53% | - |
| HSV(B) | 327.18º | 0.93% | 0.99% | - |
| XYZ | 45.55 | 23.2 | 29.27 | - |
| YUV | 102.56 | 152.52 | 234.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 146 | 0 | 0.93 | 0.42 | 0.01 | 327.18 | 0.98 | 0.53 |
| Hex | FC | 12 | 92 | 0 | 5D | 2A | 1 | 147 | 62 | 35 |
| Octal | 374 | 22 | 222 | 0 | 135 | 52 | 1 | 507 | 142 | 65 |
| Binary | 11111100 | 10010 | 10010010 | 0 | 1011101 | 101010 | 1 | 101000111 | 1100010 | 110101 |
Color Harmonies of #FC1292
Complementary color
Monochromatic Colors of #FC1292
Black with #FC1292
Text Example
Text Example
White with #FC1292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1292; }
p { color: rgb(252,18,146); }
H1.HeaderClassName
{
color: #FC1292;
}
.AnyTagClassName
{
color: #FC1292;
}
</style>
background-color css
<style>
a { background-color: #FC1292; }
a { background-color: rgb(252,18,146); }
div.DivClassName
{
background-color: #FC1292;
}
.BgClassName
{
background-color: #FC1292;
}
</style>
border-color css
<style>
span { border-color: #FC1292; }
span { border-color: rgb(252,18,146); }
td.TdClassName
{
border-color: #FC1292;
}
.TagClassName
{
border-color: #FC1292;
}
</style>