Shades of Deep Pink #FE0F7C
Tints of Deep Pink #FE0F7C
RGB
CMYK
RGB Variations
Color information
#FE0F7C (or 0xFE0F7C) is known color: Deep Pink. HEX triplet: FE, 0F and 7C. RGB value is (254,15,124). Sum of RGB (Red+Green+Blue) = 254+15+124=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F7C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0F7C is #01F083. Grayscale: #626262. Windows color (decimal): -127108 or 8130558. OLE color: 8130558.
HSL color Cylindrical-coordinate representation of color #FE0F7C: hue angle of 332.64º 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 #FE0F7C is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 124 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.00 |
| HSL | 332.64º | 0.99% | 0.53% | - |
| HSV(B) | 332.64º | 0.94% | 1% | - |
| XYZ | 44.68 | 22.87 | 21.13 | - |
| YUV | 98.89 | 142.18 | 238.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 124 | 0 | 0.94 | 0.51 | 0.00 | 332.64 | 0.99 | 0.53 |
| Hex | FE | F | 7C | 0 | 5E | 33 | 0 | 14D | 63 | 35 |
| Octal | 376 | 17 | 174 | 0 | 136 | 63 | 0 | 515 | 143 | 65 |
| Binary | 11111110 | 1111 | 1111100 | 0 | 1011110 | 110011 | 0 | 101001101 | 1100011 | 110101 |
Color Harmonies of #FE0F7C
Complementary color
Monochromatic Colors of #FE0F7C
Black with #FE0F7C
Text Example
Text Example
White with #FE0F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F7C; }
p { color: rgb(254,15,124); }
H1.HeaderClassName
{
color: #FE0F7C;
}
.AnyTagClassName
{
color: #FE0F7C;
}
</style>
background-color css
<style>
a { background-color: #FE0F7C; }
a { background-color: rgb(254,15,124); }
div.DivClassName
{
background-color: #FE0F7C;
}
.BgClassName
{
background-color: #FE0F7C;
}
</style>
border-color css
<style>
span { border-color: #FE0F7C; }
span { border-color: rgb(254,15,124); }
td.TdClassName
{
border-color: #FE0F7C;
}
.TagClassName
{
border-color: #FE0F7C;
}
</style>