Shades of Deep Pink #FE1085
Tints of Deep Pink #FE1085
RGB
CMYK
RGB Variations
Color information
#FE1085 (or 0xFE1085) is known color: Deep Pink. HEX triplet: FE, 10 and 85. RGB value is (254,16,133). Sum of RGB (Red+Green+Blue) = 254+16+133=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1085 is #01EF7A. Grayscale: #646464. Windows color (decimal): -126843 or 8720638. OLE color: 8720638.
HSL color Cylindrical-coordinate representation of color #FE1085: hue angle of 330.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE1085 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 133 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.00 |
| HSL | 330.5º | 0.99% | 0.53% | - |
| HSV(B) | 330.5º | 0.94% | 1% | - |
| XYZ | 45.29 | 23.13 | 24.27 | - |
| YUV | 100.5 | 146.35 | 237.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 133 | 0 | 0.94 | 0.48 | 0.00 | 330.5 | 0.99 | 0.53 |
| Hex | FE | 10 | 85 | 0 | 5E | 30 | 0 | 14B | 63 | 35 |
| Octal | 376 | 20 | 205 | 0 | 136 | 60 | 0 | 513 | 143 | 65 |
| Binary | 11111110 | 10000 | 10000101 | 0 | 1011110 | 110000 | 0 | 101001011 | 1100011 | 110101 |
Color Harmonies of #FE1085
Complementary color
Monochromatic Colors of #FE1085
Black with #FE1085
Text Example
Text Example
White with #FE1085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1085; }
p { color: rgb(254,16,133); }
H1.HeaderClassName
{
color: #FE1085;
}
.AnyTagClassName
{
color: #FE1085;
}
</style>
background-color css
<style>
a { background-color: #FE1085; }
a { background-color: rgb(254,16,133); }
div.DivClassName
{
background-color: #FE1085;
}
.BgClassName
{
background-color: #FE1085;
}
</style>
border-color css
<style>
span { border-color: #FE1085; }
span { border-color: rgb(254,16,133); }
td.TdClassName
{
border-color: #FE1085;
}
.TagClassName
{
border-color: #FE1085;
}
</style>