Shades of Deep Pink #FE0C8D
Tints of Deep Pink #FE0C8D
RGB
CMYK
RGB Variations
Color information
#FE0C8D (or 0xFE0C8D) is known color: Deep Pink. HEX triplet: FE, 0C and 8D. RGB value is (254,12,141). Sum of RGB (Red+Green+Blue) = 254+12+141=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0C8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0C8D is #01F372. Grayscale: #626262. Windows color (decimal): -127859 or 9243902. OLE color: 9243902.
HSL color Cylindrical-coordinate representation of color #FE0C8D: hue angle of 328.02º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0C8D is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 12 | 141 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.00 |
| HSL | 328.02º | 0.99% | 0.52% | - |
| HSV(B) | 328.02º | 0.95% | 1% | - |
| XYZ | 45.81 | 23.26 | 27.27 | - |
| YUV | 99.06 | 151.67 | 238.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 12 | 141 | 0 | 0.95 | 0.44 | 0.00 | 328.02 | 0.99 | 0.52 |
| Hex | FE | C | 8D | 0 | 5F | 2C | 0 | 148 | 63 | 34 |
| Octal | 376 | 14 | 215 | 0 | 137 | 54 | 0 | 510 | 143 | 64 |
| Binary | 11111110 | 1100 | 10001101 | 0 | 1011111 | 101100 | 0 | 101001000 | 1100011 | 110100 |
Color Harmonies of #FE0C8D
Complementary color
Monochromatic Colors of #FE0C8D
Black with #FE0C8D
Text Example
Text Example
White with #FE0C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0C8D; }
p { color: rgb(254,12,141); }
H1.HeaderClassName
{
color: #FE0C8D;
}
.AnyTagClassName
{
color: #FE0C8D;
}
</style>
background-color css
<style>
a { background-color: #FE0C8D; }
a { background-color: rgb(254,12,141); }
div.DivClassName
{
background-color: #FE0C8D;
}
.BgClassName
{
background-color: #FE0C8D;
}
</style>
border-color css
<style>
span { border-color: #FE0C8D; }
span { border-color: rgb(254,12,141); }
td.TdClassName
{
border-color: #FE0C8D;
}
.TagClassName
{
border-color: #FE0C8D;
}
</style>