Shades of Deep Pink #FE0F8C
Tints of Deep Pink #FE0F8C
RGB
CMYK
RGB Variations
Color information
#FE0F8C (or 0xFE0F8C) is known color: Deep Pink. HEX triplet: FE, 0F and 8C. RGB value is (254,15,140). Sum of RGB (Red+Green+Blue) = 254+15+140=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0F8C is #01F073. Grayscale: #646464. Windows color (decimal): -127092 or 9179134. OLE color: 9179134.
HSL color Cylindrical-coordinate representation of color #FE0F8C: hue angle of 328.62º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0F8C is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 140 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.00 |
| HSL | 328.62º | 0.99% | 0.53% | - |
| HSV(B) | 328.62º | 0.94% | 1% | - |
| XYZ | 45.78 | 23.31 | 26.9 | - |
| YUV | 100.71 | 150.18 | 237.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 140 | 0 | 0.94 | 0.45 | 0.00 | 328.62 | 0.99 | 0.53 |
| Hex | FE | F | 8C | 0 | 5E | 2D | 0 | 149 | 63 | 35 |
| Octal | 376 | 17 | 214 | 0 | 136 | 55 | 0 | 511 | 143 | 65 |
| Binary | 11111110 | 1111 | 10001100 | 0 | 1011110 | 101101 | 0 | 101001001 | 1100011 | 110101 |
Color Harmonies of #FE0F8C
Complementary color
Monochromatic Colors of #FE0F8C
Black with #FE0F8C
Text Example
Text Example
White with #FE0F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F8C; }
p { color: rgb(254,15,140); }
H1.HeaderClassName
{
color: #FE0F8C;
}
.AnyTagClassName
{
color: #FE0F8C;
}
</style>
background-color css
<style>
a { background-color: #FE0F8C; }
a { background-color: rgb(254,15,140); }
div.DivClassName
{
background-color: #FE0F8C;
}
.BgClassName
{
background-color: #FE0F8C;
}
</style>
border-color css
<style>
span { border-color: #FE0F8C; }
span { border-color: rgb(254,15,140); }
td.TdClassName
{
border-color: #FE0F8C;
}
.TagClassName
{
border-color: #FE0F8C;
}
</style>