Shades of Deep Pink #FC1674
Tints of Deep Pink #FC1674
RGB
CMYK
RGB Variations
Color information
#FC1674 (or 0xFC1674) is known color: Deep Pink. HEX triplet: FC, 16 and 74. RGB value is (252,22,116). Sum of RGB (Red+Green+Blue) = 252+22+116=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1674 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1674 is #03E98B. Grayscale: #656565. Windows color (decimal): -256396 or 7608060. OLE color: 7608060.
HSL color Cylindrical-coordinate representation of color #FC1674: hue angle of 335.48º 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 #FC1674 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 116 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.01 |
| HSL | 335.48º | 0.97% | 0.54% | - |
| HSV(B) | 335.48º | 0.91% | 0.99% | - |
| XYZ | 43.58 | 22.53 | 18.57 | - |
| YUV | 101.49 | 136.2 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 116 | 0 | 0.91 | 0.54 | 0.01 | 335.48 | 0.97 | 0.54 |
| Hex | FC | 16 | 74 | 0 | 5B | 36 | 1 | 14F | 61 | 36 |
| Octal | 374 | 26 | 164 | 0 | 133 | 66 | 1 | 517 | 141 | 66 |
| Binary | 11111100 | 10110 | 1110100 | 0 | 1011011 | 110110 | 1 | 101001111 | 1100001 | 110110 |
Color Harmonies of #FC1674
Complementary color
Monochromatic Colors of #FC1674
Black with #FC1674
Text Example
Text Example
White with #FC1674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1674; }
p { color: rgb(252,22,116); }
H1.HeaderClassName
{
color: #FC1674;
}
.AnyTagClassName
{
color: #FC1674;
}
</style>
background-color css
<style>
a { background-color: #FC1674; }
a { background-color: rgb(252,22,116); }
div.DivClassName
{
background-color: #FC1674;
}
.BgClassName
{
background-color: #FC1674;
}
</style>
border-color css
<style>
span { border-color: #FC1674; }
span { border-color: rgb(252,22,116); }
td.TdClassName
{
border-color: #FC1674;
}
.TagClassName
{
border-color: #FC1674;
}
</style>