Shades of Deep Pink #FE107C
Tints of Deep Pink #FE107C
RGB
CMYK
RGB Variations
Color information
#FE107C (or 0xFE107C) is known color: Deep Pink. HEX triplet: FE, 10 and 7C. RGB value is (254,16,124). Sum of RGB (Red+Green+Blue) = 254+16+124=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE107C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE107C is #01EF83. Grayscale: #636363. Windows color (decimal): -126852 or 8130814. OLE color: 8130814.
HSL color Cylindrical-coordinate representation of color #FE107C: hue angle of 332.77º 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 #FE107C is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 124 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.00 |
| HSL | 332.77º | 0.99% | 0.53% | - |
| HSV(B) | 332.77º | 0.94% | 1% | - |
| XYZ | 44.7 | 22.9 | 21.13 | - |
| YUV | 99.47 | 141.85 | 238.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 124 | 0 | 0.94 | 0.51 | 0.00 | 332.77 | 0.99 | 0.53 |
| Hex | FE | 10 | 7C | 0 | 5E | 33 | 0 | 14D | 63 | 35 |
| Octal | 376 | 20 | 174 | 0 | 136 | 63 | 0 | 515 | 143 | 65 |
| Binary | 11111110 | 10000 | 1111100 | 0 | 1011110 | 110011 | 0 | 101001101 | 1100011 | 110101 |
Color Harmonies of #FE107C
Complementary color
Monochromatic Colors of #FE107C
Black with #FE107C
Text Example
Text Example
White with #FE107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE107C; }
p { color: rgb(254,16,124); }
H1.HeaderClassName
{
color: #FE107C;
}
.AnyTagClassName
{
color: #FE107C;
}
</style>
background-color css
<style>
a { background-color: #FE107C; }
a { background-color: rgb(254,16,124); }
div.DivClassName
{
background-color: #FE107C;
}
.BgClassName
{
background-color: #FE107C;
}
</style>
border-color css
<style>
span { border-color: #FE107C; }
span { border-color: rgb(254,16,124); }
td.TdClassName
{
border-color: #FE107C;
}
.TagClassName
{
border-color: #FE107C;
}
</style>