Shades of Deep Pink #FE1B7A
Tints of Deep Pink #FE1B7A
RGB
CMYK
RGB Variations
Color information
#FE1B7A (or 0xFE1B7A) is known color: Deep Pink. HEX triplet: FE, 1B and 7A. RGB value is (254,27,122). Sum of RGB (Red+Green+Blue) = 254+27+122=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1B7A is #01E485. Grayscale: #696969. Windows color (decimal): -124038 or 8002558. OLE color: 8002558.
HSL color Cylindrical-coordinate representation of color #FE1B7A: hue angle of 334.89º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1B7A is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 27 | 122 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.00 |
| HSL | 334.89º | 0.99% | 0.55% | - |
| HSV(B) | 334.89º | 0.89% | 1% | - |
| XYZ | 44.78 | 23.26 | 20.54 | - |
| YUV | 105.7 | 137.21 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 27 | 122 | 0 | 0.89 | 0.52 | 0.00 | 334.89 | 0.99 | 0.55 |
| Hex | FE | 1B | 7A | 0 | 59 | 34 | 0 | 14F | 63 | 37 |
| Octal | 376 | 33 | 172 | 0 | 131 | 64 | 0 | 517 | 143 | 67 |
| Binary | 11111110 | 11011 | 1111010 | 0 | 1011001 | 110100 | 0 | 101001111 | 1100011 | 110111 |
Color Harmonies of #FE1B7A
Complementary color
Monochromatic Colors of #FE1B7A
Black with #FE1B7A
Text Example
Text Example
White with #FE1B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1B7A; }
p { color: rgb(254,27,122); }
H1.HeaderClassName
{
color: #FE1B7A;
}
.AnyTagClassName
{
color: #FE1B7A;
}
</style>
background-color css
<style>
a { background-color: #FE1B7A; }
a { background-color: rgb(254,27,122); }
div.DivClassName
{
background-color: #FE1B7A;
}
.BgClassName
{
background-color: #FE1B7A;
}
</style>
border-color css
<style>
span { border-color: #FE1B7A; }
span { border-color: rgb(254,27,122); }
td.TdClassName
{
border-color: #FE1B7A;
}
.TagClassName
{
border-color: #FE1B7A;
}
</style>