Shades of Deep Pink #FE107D
Tints of Deep Pink #FE107D
RGB
CMYK
RGB Variations
Color information
#FE107D (or 0xFE107D) is known color: Deep Pink. HEX triplet: FE, 10 and 7D. RGB value is (254,16,125). Sum of RGB (Red+Green+Blue) = 254+16+125=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE107D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE107D is #01EF82. Grayscale: #636363. Windows color (decimal): -126851 or 8196350. OLE color: 8196350.
HSL color Cylindrical-coordinate representation of color #FE107D: hue angle of 332.52º 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 #FE107D is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 125 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.00 |
| HSL | 332.52º | 0.99% | 0.53% | - |
| HSV(B) | 332.52º | 0.94% | 1% | - |
| XYZ | 44.76 | 22.92 | 21.47 | - |
| YUV | 99.59 | 142.35 | 238.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 125 | 0 | 0.94 | 0.51 | 0.00 | 332.52 | 0.99 | 0.53 |
| Hex | FE | 10 | 7D | 0 | 5E | 33 | 0 | 14D | 63 | 35 |
| Octal | 376 | 20 | 175 | 0 | 136 | 63 | 0 | 515 | 143 | 65 |
| Binary | 11111110 | 10000 | 1111101 | 0 | 1011110 | 110011 | 0 | 101001101 | 1100011 | 110101 |
Color Harmonies of #FE107D
Complementary color
Monochromatic Colors of #FE107D
Black with #FE107D
Text Example
Text Example
White with #FE107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE107D; }
p { color: rgb(254,16,125); }
H1.HeaderClassName
{
color: #FE107D;
}
.AnyTagClassName
{
color: #FE107D;
}
</style>
background-color css
<style>
a { background-color: #FE107D; }
a { background-color: rgb(254,16,125); }
div.DivClassName
{
background-color: #FE107D;
}
.BgClassName
{
background-color: #FE107D;
}
</style>
border-color css
<style>
span { border-color: #FE107D; }
span { border-color: rgb(254,16,125); }
td.TdClassName
{
border-color: #FE107D;
}
.TagClassName
{
border-color: #FE107D;
}
</style>