Shades of Deep Pink #FE107A
Tints of Deep Pink #FE107A
RGB
CMYK
RGB Variations
Color information
#FE107A (or 0xFE107A) is known color: Deep Pink. HEX triplet: FE, 10 and 7A. RGB value is (254,16,122). Sum of RGB (Red+Green+Blue) = 254+16+122=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE107A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE107A is #01EF85. Grayscale: #636363. Windows color (decimal): -126854 or 7999742. OLE color: 7999742.
HSL color Cylindrical-coordinate representation of color #FE107A: hue angle of 333.28º 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 #FE107A is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 122 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.00 |
| HSL | 333.28º | 0.99% | 0.53% | - |
| HSV(B) | 333.28º | 0.94% | 1% | - |
| XYZ | 44.57 | 22.85 | 20.47 | - |
| YUV | 99.25 | 140.85 | 238.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 122 | 0 | 0.94 | 0.52 | 0.00 | 333.28 | 0.99 | 0.53 |
| Hex | FE | 10 | 7A | 0 | 5E | 34 | 0 | 14D | 63 | 35 |
| Octal | 376 | 20 | 172 | 0 | 136 | 64 | 0 | 515 | 143 | 65 |
| Binary | 11111110 | 10000 | 1111010 | 0 | 1011110 | 110100 | 0 | 101001101 | 1100011 | 110101 |
Color Harmonies of #FE107A
Complementary color
Monochromatic Colors of #FE107A
Black with #FE107A
Text Example
Text Example
White with #FE107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE107A; }
p { color: rgb(254,16,122); }
H1.HeaderClassName
{
color: #FE107A;
}
.AnyTagClassName
{
color: #FE107A;
}
</style>
background-color css
<style>
a { background-color: #FE107A; }
a { background-color: rgb(254,16,122); }
div.DivClassName
{
background-color: #FE107A;
}
.BgClassName
{
background-color: #FE107A;
}
</style>
border-color css
<style>
span { border-color: #FE107A; }
span { border-color: rgb(254,16,122); }
td.TdClassName
{
border-color: #FE107A;
}
.TagClassName
{
border-color: #FE107A;
}
</style>