Shades of Deep Pink #FF2386
Tints of Deep Pink #FF2386
RGB
CMYK
RGB Variations
Color information
#FF2386 (or 0xFF2386) is known color: Deep Pink. HEX triplet: FF, 23 and 86. RGB value is (255,35,134). Sum of RGB (Red+Green+Blue) = 255+35+134=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2386 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2386 is #00DC79. Grayscale: #6F6F6F. Windows color (decimal): -56442 or 8791039. OLE color: 8791039.
HSL color Cylindrical-coordinate representation of color #FF2386: hue angle of 333º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2386 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 134 | - |
| CMYK | 0 | 0.86 | 0.47 | 0 |
| HSL | 333º | 1% | 0.57% | - |
| HSV(B) | 333º | 0.86% | 1% | - |
| XYZ | 46.14 | 24.18 | 24.79 | - |
| YUV | 112.07 | 140.39 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 134 | 0 | 0.86 | 0.47 | 0 | 333 | 1 | 0.57 |
| Hex | FF | 23 | 86 | 0 | 56 | 2F | 0 | 14D | 64 | 39 |
| Octal | 377 | 43 | 206 | 0 | 126 | 57 | 0 | 515 | 144 | 71 |
| Binary | 11111111 | 100011 | 10000110 | 0 | 1010110 | 101111 | 0 | 101001101 | 1100100 | 111001 |
Color Harmonies of #FF2386
Complementary color
Monochromatic Colors of #FF2386
Black with #FF2386
Text Example
Text Example
White with #FF2386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2386; }
p { color: rgb(255,35,134); }
H1.HeaderClassName
{
color: #FF2386;
}
.AnyTagClassName
{
color: #FF2386;
}
</style>
background-color css
<style>
a { background-color: #FF2386; }
a { background-color: rgb(255,35,134); }
div.DivClassName
{
background-color: #FF2386;
}
.BgClassName
{
background-color: #FF2386;
}
</style>
border-color css
<style>
span { border-color: #FF2386; }
span { border-color: rgb(255,35,134); }
td.TdClassName
{
border-color: #FF2386;
}
.TagClassName
{
border-color: #FF2386;
}
</style>