Shades of Deep Pink #FE107E
Tints of Deep Pink #FE107E
RGB
CMYK
RGB Variations
Color information
#FE107E (or 0xFE107E) is known color: Deep Pink. HEX triplet: FE, 10 and 7E. RGB value is (254,16,126). Sum of RGB (Red+Green+Blue) = 254+16+126=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE107E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE107E is #01EF81. Grayscale: #636363. Windows color (decimal): -126850 or 8261886. OLE color: 8261886.
HSL color Cylindrical-coordinate representation of color #FE107E: hue angle of 332.27º 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 #FE107E is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 126 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.00 |
| HSL | 332.27º | 0.99% | 0.53% | - |
| HSV(B) | 332.27º | 0.94% | 1% | - |
| XYZ | 44.82 | 22.95 | 21.81 | - |
| YUV | 99.7 | 142.85 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 126 | 0 | 0.94 | 0.50 | 0.00 | 332.27 | 0.99 | 0.53 |
| Hex | FE | 10 | 7E | 0 | 5E | 32 | 0 | 14C | 63 | 35 |
| Octal | 376 | 20 | 176 | 0 | 136 | 62 | 0 | 514 | 143 | 65 |
| Binary | 11111110 | 10000 | 1111110 | 0 | 1011110 | 110010 | 0 | 101001100 | 1100011 | 110101 |
Color Harmonies of #FE107E
Complementary color
Monochromatic Colors of #FE107E
Black with #FE107E
Text Example
Text Example
White with #FE107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE107E; }
p { color: rgb(254,16,126); }
H1.HeaderClassName
{
color: #FE107E;
}
.AnyTagClassName
{
color: #FE107E;
}
</style>
background-color css
<style>
a { background-color: #FE107E; }
a { background-color: rgb(254,16,126); }
div.DivClassName
{
background-color: #FE107E;
}
.BgClassName
{
background-color: #FE107E;
}
</style>
border-color css
<style>
span { border-color: #FE107E; }
span { border-color: rgb(254,16,126); }
td.TdClassName
{
border-color: #FE107E;
}
.TagClassName
{
border-color: #FE107E;
}
</style>