Shades of Deep Pink #FE098C
Tints of Deep Pink #FE098C
RGB
CMYK
RGB Variations
Color information
#FE098C (or 0xFE098C) is known color: Deep Pink. HEX triplet: FE, 09 and 8C. RGB value is (254,9,140). Sum of RGB (Red+Green+Blue) = 254+9+140=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE098C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE098C is #01F673. Grayscale: #606060. Windows color (decimal): -128628 or 9177598. OLE color: 9177598.
HSL color Cylindrical-coordinate representation of color #FE098C: hue angle of 327.92º 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 #FE098C is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 140 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.00 |
| HSL | 327.92º | 0.99% | 0.52% | - |
| HSV(B) | 327.92º | 0.96% | 1% | - |
| XYZ | 45.7 | 23.16 | 26.87 | - |
| YUV | 97.19 | 152.17 | 239.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 140 | 0 | 0.96 | 0.45 | 0.00 | 327.92 | 0.99 | 0.52 |
| Hex | FE | 9 | 8C | 0 | 60 | 2D | 0 | 148 | 63 | 34 |
| Octal | 376 | 11 | 214 | 0 | 140 | 55 | 0 | 510 | 143 | 64 |
| Binary | 11111110 | 1001 | 10001100 | 0 | 1100000 | 101101 | 0 | 101001000 | 1100011 | 110100 |
Color Harmonies of #FE098C
Complementary color
Monochromatic Colors of #FE098C
Black with #FE098C
Text Example
Text Example
White with #FE098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE098C; }
p { color: rgb(254,9,140); }
H1.HeaderClassName
{
color: #FE098C;
}
.AnyTagClassName
{
color: #FE098C;
}
</style>
background-color css
<style>
a { background-color: #FE098C; }
a { background-color: rgb(254,9,140); }
div.DivClassName
{
background-color: #FE098C;
}
.BgClassName
{
background-color: #FE098C;
}
</style>
border-color css
<style>
span { border-color: #FE098C; }
span { border-color: rgb(254,9,140); }
td.TdClassName
{
border-color: #FE098C;
}
.TagClassName
{
border-color: #FE098C;
}
</style>