Shades of Deep Pink #FE0F9F
Tints of Deep Pink #FE0F9F
RGB
CMYK
RGB Variations
Color information
#FE0F9F (or 0xFE0F9F) is known color: Deep Pink. HEX triplet: FE, 0F and 9F. RGB value is (254,15,159). Sum of RGB (Red+Green+Blue) = 254+15+159=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0F9F is #01F060. Grayscale: #666666. Windows color (decimal): -127073 or 10424318. OLE color: 10424318.
HSL color Cylindrical-coordinate representation of color #FE0F9F: hue angle of 323.85º 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 #FE0F9F is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 159 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.00 |
| HSL | 323.85º | 0.99% | 0.53% | - |
| HSV(B) | 323.85º | 0.94% | 1% | - |
| XYZ | 47.3 | 23.92 | 34.92 | - |
| YUV | 102.88 | 159.68 | 235.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 159 | 0 | 0.94 | 0.37 | 0.00 | 323.85 | 0.99 | 0.53 |
| Hex | FE | F | 9F | 0 | 5E | 25 | 0 | 144 | 63 | 35 |
| Octal | 376 | 17 | 237 | 0 | 136 | 45 | 0 | 504 | 143 | 65 |
| Binary | 11111110 | 1111 | 10011111 | 0 | 1011110 | 100101 | 0 | 101000100 | 1100011 | 110101 |
Color Harmonies of #FE0F9F
Complementary color
Monochromatic Colors of #FE0F9F
Black with #FE0F9F
Text Example
Text Example
White with #FE0F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F9F; }
p { color: rgb(254,15,159); }
H1.HeaderClassName
{
color: #FE0F9F;
}
.AnyTagClassName
{
color: #FE0F9F;
}
</style>
background-color css
<style>
a { background-color: #FE0F9F; }
a { background-color: rgb(254,15,159); }
div.DivClassName
{
background-color: #FE0F9F;
}
.BgClassName
{
background-color: #FE0F9F;
}
</style>
border-color css
<style>
span { border-color: #FE0F9F; }
span { border-color: rgb(254,15,159); }
td.TdClassName
{
border-color: #FE0F9F;
}
.TagClassName
{
border-color: #FE0F9F;
}
</style>