Shades of Deep Pink #FE0085
Tints of Deep Pink #FE0085
RGB
CMYK
RGB Variations
Color information
#FE0085 (or 0xFE0085) is known color: Deep Pink. HEX triplet: FE, 00 and 85. RGB value is (254,0,133). Sum of RGB (Red+Green+Blue) = 254+0+133=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0085 is #01FF7A. Grayscale: #5A5A5A. Windows color (decimal): -130939 or 8716542. OLE color: 8716542.
HSL color Cylindrical-coordinate representation of color #FE0085: hue angle of 328.58º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0085 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.48 | 0.00 |
| HSL | 328.58º | 1% | 0.5% | - |
| HSV(B) | 328.58º | 1% | 1% | - |
| XYZ | 45.11 | 22.76 | 24.21 | - |
| YUV | 91.11 | 151.65 | 244.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 133 | 0 | 1 | 0.48 | 0.00 | 328.58 | 1 | 0.5 |
| Hex | FE | 0 | 85 | 0 | 64 | 30 | 0 | 149 | 64 | 32 |
| Octal | 376 | 0 | 205 | 0 | 144 | 60 | 0 | 511 | 144 | 62 |
| Binary | 11111110 | 0 | 10000101 | 0 | 1100100 | 110000 | 0 | 101001001 | 1100100 | 110010 |
Color Harmonies of #FE0085
Complementary color
Monochromatic Colors of #FE0085
Black with #FE0085
Text Example
Text Example
White with #FE0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0085; }
p { color: rgb(254,0,133); }
H1.HeaderClassName
{
color: #FE0085;
}
.AnyTagClassName
{
color: #FE0085;
}
</style>
background-color css
<style>
a { background-color: #FE0085; }
a { background-color: rgb(254,0,133); }
div.DivClassName
{
background-color: #FE0085;
}
.BgClassName
{
background-color: #FE0085;
}
</style>
border-color css
<style>
span { border-color: #FE0085; }
span { border-color: rgb(254,0,133); }
td.TdClassName
{
border-color: #FE0085;
}
.TagClassName
{
border-color: #FE0085;
}
</style>