Shades of Deep Pink #FE097F
Tints of Deep Pink #FE097F
RGB
CMYK
RGB Variations
Color information
#FE097F (or 0xFE097F) is known color: Deep Pink. HEX triplet: FE, 09 and 7F. RGB value is (254,9,127). Sum of RGB (Red+Green+Blue) = 254+9+127=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE097F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE097F is #01F680. Grayscale: #5F5F5F. Windows color (decimal): -128641 or 8325630. OLE color: 8325630.
HSL color Cylindrical-coordinate representation of color #FE097F: hue angle of 331.1º 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 #FE097F is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 127 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.00 |
| HSL | 331.1º | 0.99% | 0.52% | - |
| HSV(B) | 331.1º | 0.96% | 1% | - |
| XYZ | 44.8 | 22.8 | 22.12 | - |
| YUV | 95.71 | 145.67 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 127 | 0 | 0.96 | 0.50 | 0.00 | 331.1 | 0.99 | 0.52 |
| Hex | FE | 9 | 7F | 0 | 60 | 32 | 0 | 14B | 63 | 34 |
| Octal | 376 | 11 | 177 | 0 | 140 | 62 | 0 | 513 | 143 | 64 |
| Binary | 11111110 | 1001 | 1111111 | 0 | 1100000 | 110010 | 0 | 101001011 | 1100011 | 110100 |
Color Harmonies of #FE097F
Complementary color
Monochromatic Colors of #FE097F
Black with #FE097F
Text Example
Text Example
White with #FE097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE097F; }
p { color: rgb(254,9,127); }
H1.HeaderClassName
{
color: #FE097F;
}
.AnyTagClassName
{
color: #FE097F;
}
</style>
background-color css
<style>
a { background-color: #FE097F; }
a { background-color: rgb(254,9,127); }
div.DivClassName
{
background-color: #FE097F;
}
.BgClassName
{
background-color: #FE097F;
}
</style>
border-color css
<style>
span { border-color: #FE097F; }
span { border-color: rgb(254,9,127); }
td.TdClassName
{
border-color: #FE097F;
}
.TagClassName
{
border-color: #FE097F;
}
</style>