Shades of Deep Pink #FE097D
Tints of Deep Pink #FE097D
RGB
CMYK
RGB Variations
Color information
#FE097D (or 0xFE097D) is known color: Deep Pink. HEX triplet: FE, 09 and 7D. RGB value is (254,9,125). Sum of RGB (Red+Green+Blue) = 254+9+125=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE097D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE097D is #01F682. Grayscale: #5F5F5F. Windows color (decimal): -128643 or 8194558. OLE color: 8194558.
HSL color Cylindrical-coordinate representation of color #FE097D: hue angle of 331.59º 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 #FE097D is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 125 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.00 |
| HSL | 331.59º | 0.99% | 0.52% | - |
| HSV(B) | 331.59º | 0.96% | 1% | - |
| XYZ | 44.67 | 22.75 | 21.44 | - |
| YUV | 95.48 | 144.67 | 241.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 125 | 0 | 0.96 | 0.51 | 0.00 | 331.59 | 0.99 | 0.52 |
| Hex | FE | 9 | 7D | 0 | 60 | 33 | 0 | 14C | 63 | 34 |
| Octal | 376 | 11 | 175 | 0 | 140 | 63 | 0 | 514 | 143 | 64 |
| Binary | 11111110 | 1001 | 1111101 | 0 | 1100000 | 110011 | 0 | 101001100 | 1100011 | 110100 |
Color Harmonies of #FE097D
Complementary color
Monochromatic Colors of #FE097D
Black with #FE097D
Text Example
Text Example
White with #FE097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE097D; }
p { color: rgb(254,9,125); }
H1.HeaderClassName
{
color: #FE097D;
}
.AnyTagClassName
{
color: #FE097D;
}
</style>
background-color css
<style>
a { background-color: #FE097D; }
a { background-color: rgb(254,9,125); }
div.DivClassName
{
background-color: #FE097D;
}
.BgClassName
{
background-color: #FE097D;
}
</style>
border-color css
<style>
span { border-color: #FE097D; }
span { border-color: rgb(254,9,125); }
td.TdClassName
{
border-color: #FE097D;
}
.TagClassName
{
border-color: #FE097D;
}
</style>