Shades of Deep Pink #FE028F
Tints of Deep Pink #FE028F
RGB
CMYK
RGB Variations
Color information
#FE028F (or 0xFE028F) is known color: Deep Pink. HEX triplet: FE, 02 and 8F. RGB value is (254,2,143). Sum of RGB (Red+Green+Blue) = 254+2+143=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE028F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE028F is #01FD70. Grayscale: #5D5D5D. Windows color (decimal): -130417 or 9372414. OLE color: 9372414.
HSL color Cylindrical-coordinate representation of color #FE028F: hue angle of 326.43º 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 #FE028F is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.00 |
| HSL | 326.43º | 0.99% | 0.5% | - |
| HSV(B) | 326.43º | 0.99% | 1% | - |
| XYZ | 45.85 | 23.1 | 28.03 | - |
| YUV | 93.42 | 155.99 | 242.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 143 | 0 | 0.99 | 0.44 | 0.00 | 326.43 | 0.99 | 0.5 |
| Hex | FE | 2 | 8F | 0 | 63 | 2C | 0 | 146 | 63 | 32 |
| Octal | 376 | 2 | 217 | 0 | 143 | 54 | 0 | 506 | 143 | 62 |
| Binary | 11111110 | 10 | 10001111 | 0 | 1100011 | 101100 | 0 | 101000110 | 1100011 | 110010 |
Color Harmonies of #FE028F
Complementary color
Monochromatic Colors of #FE028F
Black with #FE028F
Text Example
Text Example
White with #FE028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE028F; }
p { color: rgb(254,2,143); }
H1.HeaderClassName
{
color: #FE028F;
}
.AnyTagClassName
{
color: #FE028F;
}
</style>
background-color css
<style>
a { background-color: #FE028F; }
a { background-color: rgb(254,2,143); }
div.DivClassName
{
background-color: #FE028F;
}
.BgClassName
{
background-color: #FE028F;
}
</style>
border-color css
<style>
span { border-color: #FE028F; }
span { border-color: rgb(254,2,143); }
td.TdClassName
{
border-color: #FE028F;
}
.TagClassName
{
border-color: #FE028F;
}
</style>