Shades of Deep Pink #FE1081
Tints of Deep Pink #FE1081
RGB
CMYK
RGB Variations
Color information
#FE1081 (or 0xFE1081) is known color: Deep Pink. HEX triplet: FE, 10 and 81. RGB value is (254,16,129). Sum of RGB (Red+Green+Blue) = 254+16+129=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1081 is #01EF7E. Grayscale: #636363. Windows color (decimal): -126847 or 8458494. OLE color: 8458494.
HSL color Cylindrical-coordinate representation of color #FE1081: hue angle of 331.51º 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 #FE1081 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 129 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.00 |
| HSL | 331.51º | 0.99% | 0.53% | - |
| HSV(B) | 331.51º | 0.94% | 1% | - |
| XYZ | 45.02 | 23.03 | 22.84 | - |
| YUV | 100.04 | 144.35 | 237.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 129 | 0 | 0.94 | 0.49 | 0.00 | 331.51 | 0.99 | 0.53 |
| Hex | FE | 10 | 81 | 0 | 5E | 31 | 0 | 14C | 63 | 35 |
| Octal | 376 | 20 | 201 | 0 | 136 | 61 | 0 | 514 | 143 | 65 |
| Binary | 11111110 | 10000 | 10000001 | 0 | 1011110 | 110001 | 0 | 101001100 | 1100011 | 110101 |
Color Harmonies of #FE1081
Complementary color
Monochromatic Colors of #FE1081
Black with #FE1081
Text Example
Text Example
White with #FE1081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1081; }
p { color: rgb(254,16,129); }
H1.HeaderClassName
{
color: #FE1081;
}
.AnyTagClassName
{
color: #FE1081;
}
</style>
background-color css
<style>
a { background-color: #FE1081; }
a { background-color: rgb(254,16,129); }
div.DivClassName
{
background-color: #FE1081;
}
.BgClassName
{
background-color: #FE1081;
}
</style>
border-color css
<style>
span { border-color: #FE1081; }
span { border-color: rgb(254,16,129); }
td.TdClassName
{
border-color: #FE1081;
}
.TagClassName
{
border-color: #FE1081;
}
</style>