Shades of Deep Pink #FE0A8B
Tints of Deep Pink #FE0A8B
RGB
CMYK
RGB Variations
Color information
#FE0A8B (or 0xFE0A8B) is known color: Deep Pink. HEX triplet: FE, 0A and 8B. RGB value is (254,10,139). Sum of RGB (Red+Green+Blue) = 254+10+139=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0A8B is #01F574. Grayscale: #616161. Windows color (decimal): -128373 or 9112318. OLE color: 9112318.
HSL color Cylindrical-coordinate representation of color #FE0A8B: hue angle of 328.28º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0A8B is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 139 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.00 |
| HSL | 328.28º | 0.99% | 0.52% | - |
| HSV(B) | 328.28º | 0.96% | 1% | - |
| XYZ | 45.64 | 23.15 | 26.49 | - |
| YUV | 97.66 | 151.34 | 239.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 139 | 0 | 0.96 | 0.45 | 0.00 | 328.28 | 0.99 | 0.52 |
| Hex | FE | A | 8B | 0 | 60 | 2D | 0 | 148 | 63 | 34 |
| Octal | 376 | 12 | 213 | 0 | 140 | 55 | 0 | 510 | 143 | 64 |
| Binary | 11111110 | 1010 | 10001011 | 0 | 1100000 | 101101 | 0 | 101001000 | 1100011 | 110100 |
Color Harmonies of #FE0A8B
Complementary color
Monochromatic Colors of #FE0A8B
Black with #FE0A8B
Text Example
Text Example
White with #FE0A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0A8B; }
p { color: rgb(254,10,139); }
H1.HeaderClassName
{
color: #FE0A8B;
}
.AnyTagClassName
{
color: #FE0A8B;
}
</style>
background-color css
<style>
a { background-color: #FE0A8B; }
a { background-color: rgb(254,10,139); }
div.DivClassName
{
background-color: #FE0A8B;
}
.BgClassName
{
background-color: #FE0A8B;
}
</style>
border-color css
<style>
span { border-color: #FE0A8B; }
span { border-color: rgb(254,10,139); }
td.TdClassName
{
border-color: #FE0A8B;
}
.TagClassName
{
border-color: #FE0A8B;
}
</style>