Shades of Deep Pink #FC1692
Tints of Deep Pink #FC1692
RGB
CMYK
RGB Variations
Color information
#FC1692 (or 0xFC1692) is known color: Deep Pink. HEX triplet: FC, 16 and 92. RGB value is (252,22,146). Sum of RGB (Red+Green+Blue) = 252+22+146=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1692 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1692 is #03E96D. Grayscale: #686868. Windows color (decimal): -256366 or 9574140. OLE color: 9574140.
HSL color Cylindrical-coordinate representation of color #FC1692: hue angle of 327.65º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1692 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 146 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.01 |
| HSL | 327.65º | 0.97% | 0.54% | - |
| HSV(B) | 327.65º | 0.91% | 0.99% | - |
| XYZ | 45.62 | 23.34 | 29.3 | - |
| YUV | 104.91 | 151.2 | 232.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 146 | 0 | 0.91 | 0.42 | 0.01 | 327.65 | 0.97 | 0.54 |
| Hex | FC | 16 | 92 | 0 | 5B | 2A | 1 | 148 | 61 | 36 |
| Octal | 374 | 26 | 222 | 0 | 133 | 52 | 1 | 510 | 141 | 66 |
| Binary | 11111100 | 10110 | 10010010 | 0 | 1011011 | 101010 | 1 | 101001000 | 1100001 | 110110 |
Color Harmonies of #FC1692
Complementary color
Monochromatic Colors of #FC1692
Black with #FC1692
Text Example
Text Example
White with #FC1692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1692; }
p { color: rgb(252,22,146); }
H1.HeaderClassName
{
color: #FC1692;
}
.AnyTagClassName
{
color: #FC1692;
}
</style>
background-color css
<style>
a { background-color: #FC1692; }
a { background-color: rgb(252,22,146); }
div.DivClassName
{
background-color: #FC1692;
}
.BgClassName
{
background-color: #FC1692;
}
</style>
border-color css
<style>
span { border-color: #FC1692; }
span { border-color: rgb(252,22,146); }
td.TdClassName
{
border-color: #FC1692;
}
.TagClassName
{
border-color: #FC1692;
}
</style>