Shades of Deep Pink #FE097A
Tints of Deep Pink #FE097A
RGB
CMYK
RGB Variations
Color information
#FE097A (or 0xFE097A) is known color: Deep Pink. HEX triplet: FE, 09 and 7A. RGB value is (254,9,122). Sum of RGB (Red+Green+Blue) = 254+9+122=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE097A is #01F685. Grayscale: #5E5E5E. Windows color (decimal): -128646 or 7997950. OLE color: 7997950.
HSL color Cylindrical-coordinate representation of color #FE097A: hue angle of 332.33º 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 #FE097A is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.00 |
| HSL | 332.33º | 0.99% | 0.52% | - |
| HSV(B) | 332.33º | 0.96% | 1% | - |
| XYZ | 44.48 | 22.67 | 20.44 | - |
| YUV | 95.14 | 143.17 | 241.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 122 | 0 | 0.96 | 0.52 | 0.00 | 332.33 | 0.99 | 0.52 |
| Hex | FE | 9 | 7A | 0 | 60 | 34 | 0 | 14C | 63 | 34 |
| Octal | 376 | 11 | 172 | 0 | 140 | 64 | 0 | 514 | 143 | 64 |
| Binary | 11111110 | 1001 | 1111010 | 0 | 1100000 | 110100 | 0 | 101001100 | 1100011 | 110100 |
Color Harmonies of #FE097A
Complementary color
Monochromatic Colors of #FE097A
Black with #FE097A
Text Example
Text Example
White with #FE097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE097A; }
p { color: rgb(254,9,122); }
H1.HeaderClassName
{
color: #FE097A;
}
.AnyTagClassName
{
color: #FE097A;
}
</style>
background-color css
<style>
a { background-color: #FE097A; }
a { background-color: rgb(254,9,122); }
div.DivClassName
{
background-color: #FE097A;
}
.BgClassName
{
background-color: #FE097A;
}
</style>
border-color css
<style>
span { border-color: #FE097A; }
span { border-color: rgb(254,9,122); }
td.TdClassName
{
border-color: #FE097A;
}
.TagClassName
{
border-color: #FE097A;
}
</style>