Shades of Deep Pink #FE028B
Tints of Deep Pink #FE028B
RGB
CMYK
RGB Variations
Color information
#FE028B (or 0xFE028B) is known color: Deep Pink. HEX triplet: FE, 02 and 8B. RGB value is (254,2,139). Sum of RGB (Red+Green+Blue) = 254+2+139=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE028B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE028B is #01FD74. Grayscale: #5C5C5C. Windows color (decimal): -130421 or 9110270. OLE color: 9110270.
HSL color Cylindrical-coordinate representation of color #FE028B: hue angle of 327.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE028B is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.00 |
| HSL | 327.38º | 0.99% | 0.5% | - |
| HSV(B) | 327.38º | 0.99% | 1% | - |
| XYZ | 45.55 | 22.98 | 26.46 | - |
| YUV | 92.97 | 153.99 | 242.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 139 | 0 | 0.99 | 0.45 | 0.00 | 327.38 | 0.99 | 0.5 |
| Hex | FE | 2 | 8B | 0 | 63 | 2D | 0 | 147 | 63 | 32 |
| Octal | 376 | 2 | 213 | 0 | 143 | 55 | 0 | 507 | 143 | 62 |
| Binary | 11111110 | 10 | 10001011 | 0 | 1100011 | 101101 | 0 | 101000111 | 1100011 | 110010 |
Color Harmonies of #FE028B
Complementary color
Monochromatic Colors of #FE028B
Black with #FE028B
Text Example
Text Example
White with #FE028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE028B; }
p { color: rgb(254,2,139); }
H1.HeaderClassName
{
color: #FE028B;
}
.AnyTagClassName
{
color: #FE028B;
}
</style>
background-color css
<style>
a { background-color: #FE028B; }
a { background-color: rgb(254,2,139); }
div.DivClassName
{
background-color: #FE028B;
}
.BgClassName
{
background-color: #FE028B;
}
</style>
border-color css
<style>
span { border-color: #FE028B; }
span { border-color: rgb(254,2,139); }
td.TdClassName
{
border-color: #FE028B;
}
.TagClassName
{
border-color: #FE028B;
}
</style>