Shades of Deep Pink #FF2186
Tints of Deep Pink #FF2186
RGB
CMYK
RGB Variations
Color information
#FF2186 (or 0xFF2186) is known color: Deep Pink. HEX triplet: FF, 21 and 86. RGB value is (255,33,134). Sum of RGB (Red+Green+Blue) = 255+33+134=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2186 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2186 is #00DE79. Grayscale: #6E6E6E. Windows color (decimal): -56954 or 8790527. OLE color: 8790527.
HSL color Cylindrical-coordinate representation of color #FF2186: hue angle of 332.7º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2186 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 134 | - |
| CMYK | 0 | 0.87 | 0.47 | 0 |
| HSL | 332.7º | 1% | 0.56% | - |
| HSV(B) | 332.7º | 0.87% | 1% | - |
| XYZ | 46.09 | 24.07 | 24.77 | - |
| YUV | 110.89 | 141.05 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 134 | 0 | 0.87 | 0.47 | 0 | 332.7 | 1 | 0.56 |
| Hex | FF | 21 | 86 | 0 | 57 | 2F | 0 | 14D | 64 | 38 |
| Octal | 377 | 41 | 206 | 0 | 127 | 57 | 0 | 515 | 144 | 70 |
| Binary | 11111111 | 100001 | 10000110 | 0 | 1010111 | 101111 | 0 | 101001101 | 1100100 | 111000 |
Color Harmonies of #FF2186
Complementary color
Monochromatic Colors of #FF2186
Black with #FF2186
Text Example
Text Example
White with #FF2186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2186; }
p { color: rgb(255,33,134); }
H1.HeaderClassName
{
color: #FF2186;
}
.AnyTagClassName
{
color: #FF2186;
}
</style>
background-color css
<style>
a { background-color: #FF2186; }
a { background-color: rgb(255,33,134); }
div.DivClassName
{
background-color: #FF2186;
}
.BgClassName
{
background-color: #FF2186;
}
</style>
border-color css
<style>
span { border-color: #FF2186; }
span { border-color: rgb(255,33,134); }
td.TdClassName
{
border-color: #FF2186;
}
.TagClassName
{
border-color: #FF2186;
}
</style>