Shades of Deep Pink #FC1286
Tints of Deep Pink #FC1286
RGB
CMYK
RGB Variations
Color information
#FC1286 (or 0xFC1286) is known color: Deep Pink. HEX triplet: FC, 12 and 86. RGB value is (252,18,134). Sum of RGB (Red+Green+Blue) = 252+18+134=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1286 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1286 is #03ED79. Grayscale: #646464. Windows color (decimal): -257402 or 8786684. OLE color: 8786684.
HSL color Cylindrical-coordinate representation of color #FC1286: hue angle of 330.26º 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 #FC1286 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 134 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.01 |
| HSL | 330.26º | 0.98% | 0.53% | - |
| HSV(B) | 330.26º | 0.93% | 0.99% | - |
| XYZ | 44.66 | 22.85 | 24.61 | - |
| YUV | 101.19 | 146.52 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 134 | 0 | 0.93 | 0.47 | 0.01 | 330.26 | 0.98 | 0.53 |
| Hex | FC | 12 | 86 | 0 | 5D | 2F | 1 | 14A | 62 | 35 |
| Octal | 374 | 22 | 206 | 0 | 135 | 57 | 1 | 512 | 142 | 65 |
| Binary | 11111100 | 10010 | 10000110 | 0 | 1011101 | 101111 | 1 | 101001010 | 1100010 | 110101 |
Color Harmonies of #FC1286
Complementary color
Monochromatic Colors of #FC1286
Black with #FC1286
Text Example
Text Example
White with #FC1286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1286; }
p { color: rgb(252,18,134); }
H1.HeaderClassName
{
color: #FC1286;
}
.AnyTagClassName
{
color: #FC1286;
}
</style>
background-color css
<style>
a { background-color: #FC1286; }
a { background-color: rgb(252,18,134); }
div.DivClassName
{
background-color: #FC1286;
}
.BgClassName
{
background-color: #FC1286;
}
</style>
border-color css
<style>
span { border-color: #FC1286; }
span { border-color: rgb(252,18,134); }
td.TdClassName
{
border-color: #FC1286;
}
.TagClassName
{
border-color: #FC1286;
}
</style>