Shades of Deep Pink #FC0675
Tints of Deep Pink #FC0675
RGB
CMYK
RGB Variations
Color information
#FC0675 (or 0xFC0675) is known color: Deep Pink. HEX triplet: FC, 06 and 75. RGB value is (252,6,117). Sum of RGB (Red+Green+Blue) = 252+6+117=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0675 is #03F98A. Grayscale: #5C5C5C. Windows color (decimal): -260491 or 7669500. OLE color: 7669500.
HSL color Cylindrical-coordinate representation of color #FC0675: hue angle of 332.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0675 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 117 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.01 |
| HSL | 332.93º | 0.98% | 0.51% | - |
| HSV(B) | 332.93º | 0.98% | 0.99% | - |
| XYZ | 43.42 | 22.11 | 18.81 | - |
| YUV | 92.21 | 142 | 241.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 117 | 0 | 0.98 | 0.54 | 0.01 | 332.93 | 0.98 | 0.51 |
| Hex | FC | 6 | 75 | 0 | 62 | 36 | 1 | 14D | 62 | 33 |
| Octal | 374 | 6 | 165 | 0 | 142 | 66 | 1 | 515 | 142 | 63 |
| Binary | 11111100 | 110 | 1110101 | 0 | 1100010 | 110110 | 1 | 101001101 | 1100010 | 110011 |
Color Harmonies of #FC0675
Complementary color
Monochromatic Colors of #FC0675
Black with #FC0675
Text Example
Text Example
White with #FC0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0675; }
p { color: rgb(252,6,117); }
H1.HeaderClassName
{
color: #FC0675;
}
.AnyTagClassName
{
color: #FC0675;
}
</style>
background-color css
<style>
a { background-color: #FC0675; }
a { background-color: rgb(252,6,117); }
div.DivClassName
{
background-color: #FC0675;
}
.BgClassName
{
background-color: #FC0675;
}
</style>
border-color css
<style>
span { border-color: #FC0675; }
span { border-color: rgb(252,6,117); }
td.TdClassName
{
border-color: #FC0675;
}
.TagClassName
{
border-color: #FC0675;
}
</style>