Shades of Deep Pink #FE107B
Tints of Deep Pink #FE107B
RGB
CMYK
RGB Variations
Color information
#FE107B (or 0xFE107B) is known color: Deep Pink. HEX triplet: FE, 10 and 7B. RGB value is (254,16,123). Sum of RGB (Red+Green+Blue) = 254+16+123=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE107B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE107B is #01EF84. Grayscale: #636363. Windows color (decimal): -126853 or 8065278. OLE color: 8065278.
HSL color Cylindrical-coordinate representation of color #FE107B: hue angle of 333.03º 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 #FE107B is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 123 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.00 |
| HSL | 333.03º | 0.99% | 0.53% | - |
| HSV(B) | 333.03º | 0.94% | 1% | - |
| XYZ | 44.63 | 22.87 | 20.8 | - |
| YUV | 99.36 | 141.35 | 238.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 123 | 0 | 0.94 | 0.52 | 0.00 | 333.03 | 0.99 | 0.53 |
| Hex | FE | 10 | 7B | 0 | 5E | 34 | 0 | 14D | 63 | 35 |
| Octal | 376 | 20 | 173 | 0 | 136 | 64 | 0 | 515 | 143 | 65 |
| Binary | 11111110 | 10000 | 1111011 | 0 | 1011110 | 110100 | 0 | 101001101 | 1100011 | 110101 |
Color Harmonies of #FE107B
Complementary color
Monochromatic Colors of #FE107B
Black with #FE107B
Text Example
Text Example
White with #FE107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE107B; }
p { color: rgb(254,16,123); }
H1.HeaderClassName
{
color: #FE107B;
}
.AnyTagClassName
{
color: #FE107B;
}
</style>
background-color css
<style>
a { background-color: #FE107B; }
a { background-color: rgb(254,16,123); }
div.DivClassName
{
background-color: #FE107B;
}
.BgClassName
{
background-color: #FE107B;
}
</style>
border-color css
<style>
span { border-color: #FE107B; }
span { border-color: rgb(254,16,123); }
td.TdClassName
{
border-color: #FE107B;
}
.TagClassName
{
border-color: #FE107B;
}
</style>