Shades of Deep Pink #FE2186
Tints of Deep Pink #FE2186
RGB
CMYK
RGB Variations
Color information
#FE2186 (or 0xFE2186) is known color: Deep Pink. HEX triplet: FE, 21 and 86. RGB value is (254,33,134). Sum of RGB (Red+Green+Blue) = 254+33+134=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2186 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2186 is #01DE79. Grayscale: #6E6E6E. Windows color (decimal): -122490 or 8790526. OLE color: 8790526.
HSL color Cylindrical-coordinate representation of color #FE2186: hue angle of 332.58º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2186 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 134 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.00 |
| HSL | 332.58º | 0.99% | 0.56% | - |
| HSV(B) | 332.58º | 0.87% | 1% | - |
| XYZ | 45.72 | 23.88 | 24.75 | - |
| YUV | 110.59 | 141.22 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 134 | 0 | 0.87 | 0.47 | 0.00 | 332.58 | 0.99 | 0.56 |
| Hex | FE | 21 | 86 | 0 | 57 | 2F | 0 | 14D | 63 | 38 |
| Octal | 376 | 41 | 206 | 0 | 127 | 57 | 0 | 515 | 143 | 70 |
| Binary | 11111110 | 100001 | 10000110 | 0 | 1010111 | 101111 | 0 | 101001101 | 1100011 | 111000 |
Color Harmonies of #FE2186
Complementary color
Monochromatic Colors of #FE2186
Black with #FE2186
Text Example
Text Example
White with #FE2186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2186; }
p { color: rgb(254,33,134); }
H1.HeaderClassName
{
color: #FE2186;
}
.AnyTagClassName
{
color: #FE2186;
}
</style>
background-color css
<style>
a { background-color: #FE2186; }
a { background-color: rgb(254,33,134); }
div.DivClassName
{
background-color: #FE2186;
}
.BgClassName
{
background-color: #FE2186;
}
</style>
border-color css
<style>
span { border-color: #FE2186; }
span { border-color: rgb(254,33,134); }
td.TdClassName
{
border-color: #FE2186;
}
.TagClassName
{
border-color: #FE2186;
}
</style>