Shades of Deep Pink #FC1392
Tints of Deep Pink #FC1392
RGB
CMYK
RGB Variations
Color information
#FC1392 (or 0xFC1392) is known color: Deep Pink. HEX triplet: FC, 13 and 92. RGB value is (252,19,146). Sum of RGB (Red+Green+Blue) = 252+19+146=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1392 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1392 is #03EC6D. Grayscale: #666666. Windows color (decimal): -257134 or 9573372. OLE color: 9573372.
HSL color Cylindrical-coordinate representation of color #FC1392: hue angle of 327.3º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1392 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 146 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.01 |
| HSL | 327.3º | 0.97% | 0.53% | - |
| HSV(B) | 327.3º | 0.92% | 0.99% | - |
| XYZ | 45.57 | 23.24 | 29.28 | - |
| YUV | 103.15 | 152.19 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 146 | 0 | 0.92 | 0.42 | 0.01 | 327.3 | 0.97 | 0.53 |
| Hex | FC | 13 | 92 | 0 | 5C | 2A | 1 | 147 | 61 | 35 |
| Octal | 374 | 23 | 222 | 0 | 134 | 52 | 1 | 507 | 141 | 65 |
| Binary | 11111100 | 10011 | 10010010 | 0 | 1011100 | 101010 | 1 | 101000111 | 1100001 | 110101 |
Color Harmonies of #FC1392
Complementary color
Monochromatic Colors of #FC1392
Black with #FC1392
Text Example
Text Example
White with #FC1392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1392; }
p { color: rgb(252,19,146); }
H1.HeaderClassName
{
color: #FC1392;
}
.AnyTagClassName
{
color: #FC1392;
}
</style>
background-color css
<style>
a { background-color: #FC1392; }
a { background-color: rgb(252,19,146); }
div.DivClassName
{
background-color: #FC1392;
}
.BgClassName
{
background-color: #FC1392;
}
</style>
border-color css
<style>
span { border-color: #FC1392; }
span { border-color: rgb(252,19,146); }
td.TdClassName
{
border-color: #FC1392;
}
.TagClassName
{
border-color: #FC1392;
}
</style>