Shades of Deep Pink #FE2486
Tints of Deep Pink #FE2486
RGB
CMYK
RGB Variations
Color information
#FE2486 (or 0xFE2486) is known color: Deep Pink. HEX triplet: FE, 24 and 86. RGB value is (254,36,134). Sum of RGB (Red+Green+Blue) = 254+36+134=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2486 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2486 is #01DB79. Grayscale: #707070. Windows color (decimal): -121722 or 8791294. OLE color: 8791294.
HSL color Cylindrical-coordinate representation of color #FE2486: hue angle of 333.03º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2486 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 134 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.00 |
| HSL | 333.03º | 0.99% | 0.57% | - |
| HSV(B) | 333.03º | 0.86% | 1% | - |
| XYZ | 45.81 | 24.05 | 24.78 | - |
| YUV | 112.35 | 140.22 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 134 | 0 | 0.86 | 0.47 | 0.00 | 333.03 | 0.99 | 0.57 |
| Hex | FE | 24 | 86 | 0 | 56 | 2F | 0 | 14D | 63 | 39 |
| Octal | 376 | 44 | 206 | 0 | 126 | 57 | 0 | 515 | 143 | 71 |
| Binary | 11111110 | 100100 | 10000110 | 0 | 1010110 | 101111 | 0 | 101001101 | 1100011 | 111001 |
Color Harmonies of #FE2486
Complementary color
Monochromatic Colors of #FE2486
Black with #FE2486
Text Example
Text Example
White with #FE2486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2486; }
p { color: rgb(254,36,134); }
H1.HeaderClassName
{
color: #FE2486;
}
.AnyTagClassName
{
color: #FE2486;
}
</style>
background-color css
<style>
a { background-color: #FE2486; }
a { background-color: rgb(254,36,134); }
div.DivClassName
{
background-color: #FE2486;
}
.BgClassName
{
background-color: #FE2486;
}
</style>
border-color css
<style>
span { border-color: #FE2486; }
span { border-color: rgb(254,36,134); }
td.TdClassName
{
border-color: #FE2486;
}
.TagClassName
{
border-color: #FE2486;
}
</style>