Shades of Deep Pink #FF2684
Tints of Deep Pink #FF2684
RGB
CMYK
RGB Variations
Color information
#FF2684 (or 0xFF2684) is known color: Deep Pink. HEX triplet: FF, 26 and 84. RGB value is (255,38,132). Sum of RGB (Red+Green+Blue) = 255+38+132=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2684 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2684 is #00D97B. Grayscale: #717171. Windows color (decimal): -55676 or 8660735. OLE color: 8660735.
HSL color Cylindrical-coordinate representation of color #FF2684: hue angle of 334.01º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2684 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 132 | - |
| CMYK | 0 | 0.85 | 0.48 | 0 |
| HSL | 334.01º | 1% | 0.57% | - |
| HSV(B) | 334.01º | 0.85% | 1% | - |
| XYZ | 46.1 | 24.31 | 24.09 | - |
| YUV | 113.6 | 138.39 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 132 | 0 | 0.85 | 0.48 | 0 | 334.01 | 1 | 0.57 |
| Hex | FF | 26 | 84 | 0 | 55 | 30 | 0 | 14E | 64 | 39 |
| Octal | 377 | 46 | 204 | 0 | 125 | 60 | 0 | 516 | 144 | 71 |
| Binary | 11111111 | 100110 | 10000100 | 0 | 1010101 | 110000 | 0 | 101001110 | 1100100 | 111001 |
Color Harmonies of #FF2684
Complementary color
Monochromatic Colors of #FF2684
Black with #FF2684
Text Example
Text Example
White with #FF2684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2684; }
p { color: rgb(255,38,132); }
H1.HeaderClassName
{
color: #FF2684;
}
.AnyTagClassName
{
color: #FF2684;
}
</style>
background-color css
<style>
a { background-color: #FF2684; }
a { background-color: rgb(255,38,132); }
div.DivClassName
{
background-color: #FF2684;
}
.BgClassName
{
background-color: #FF2684;
}
</style>
border-color css
<style>
span { border-color: #FF2684; }
span { border-color: rgb(255,38,132); }
td.TdClassName
{
border-color: #FF2684;
}
.TagClassName
{
border-color: #FF2684;
}
</style>