Shades of Deep Pink #FC2682
Tints of Deep Pink #FC2682
RGB
CMYK
RGB Variations
Color information
#FC2682 (or 0xFC2682) is known color: Deep Pink. HEX triplet: FC, 26 and 82. RGB value is (252,38,130). Sum of RGB (Red+Green+Blue) = 252+38+130=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2682 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2682 is #03D97D. Grayscale: #707070. Windows color (decimal): -252286 or 8529660. OLE color: 8529660.
HSL color Cylindrical-coordinate representation of color #FC2682: hue angle of 334.21º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2682 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 130 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.01 |
| HSL | 334.21º | 0.97% | 0.57% | - |
| HSV(B) | 334.21º | 0.85% | 0.99% | - |
| XYZ | 44.87 | 23.69 | 23.33 | - |
| YUV | 112.47 | 137.9 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 130 | 0 | 0.85 | 0.48 | 0.01 | 334.21 | 0.97 | 0.57 |
| Hex | FC | 26 | 82 | 0 | 55 | 30 | 1 | 14E | 61 | 39 |
| Octal | 374 | 46 | 202 | 0 | 125 | 60 | 1 | 516 | 141 | 71 |
| Binary | 11111100 | 100110 | 10000010 | 0 | 1010101 | 110000 | 1 | 101001110 | 1100001 | 111001 |
Color Harmonies of #FC2682
Complementary color
Monochromatic Colors of #FC2682
Black with #FC2682
Text Example
Text Example
White with #FC2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2682; }
p { color: rgb(252,38,130); }
H1.HeaderClassName
{
color: #FC2682;
}
.AnyTagClassName
{
color: #FC2682;
}
</style>
background-color css
<style>
a { background-color: #FC2682; }
a { background-color: rgb(252,38,130); }
div.DivClassName
{
background-color: #FC2682;
}
.BgClassName
{
background-color: #FC2682;
}
</style>
border-color css
<style>
span { border-color: #FC2682; }
span { border-color: rgb(252,38,130); }
td.TdClassName
{
border-color: #FC2682;
}
.TagClassName
{
border-color: #FC2682;
}
</style>