Shades of Deep Pink #FF108E
Tints of Deep Pink #FF108E
RGB
CMYK
RGB Variations
Color information
#FF108E (or 0xFF108E) is known color: Deep Pink. HEX triplet: FF, 10 and 8E. RGB value is (255,16,142). Sum of RGB (Red+Green+Blue) = 255+16+142=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF108E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF108E is #00EF71. Grayscale: #656565. Windows color (decimal): -61298 or 9310463. OLE color: 9310463.
HSL color Cylindrical-coordinate representation of color #FF108E: hue angle of 328.37º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF108E is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 142 | - |
| CMYK | 0 | 0.94 | 0.44 | 0 |
| HSL | 328.37º | 1% | 0.53% | - |
| HSV(B) | 328.37º | 0.94% | 1% | - |
| XYZ | 46.31 | 23.58 | 27.7 | - |
| YUV | 101.83 | 150.68 | 237.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 142 | 0 | 0.94 | 0.44 | 0 | 328.37 | 1 | 0.53 |
| Hex | FF | 10 | 8E | 0 | 5E | 2C | 0 | 148 | 64 | 35 |
| Octal | 377 | 20 | 216 | 0 | 136 | 54 | 0 | 510 | 144 | 65 |
| Binary | 11111111 | 10000 | 10001110 | 0 | 1011110 | 101100 | 0 | 101001000 | 1100100 | 110101 |
Color Harmonies of #FF108E
Complementary color
Monochromatic Colors of #FF108E
Black with #FF108E
Text Example
Text Example
White with #FF108E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF108E; }
p { color: rgb(255,16,142); }
H1.HeaderClassName
{
color: #FF108E;
}
.AnyTagClassName
{
color: #FF108E;
}
</style>
background-color css
<style>
a { background-color: #FF108E; }
a { background-color: rgb(255,16,142); }
div.DivClassName
{
background-color: #FF108E;
}
.BgClassName
{
background-color: #FF108E;
}
</style>
border-color css
<style>
span { border-color: #FF108E; }
span { border-color: rgb(255,16,142); }
td.TdClassName
{
border-color: #FF108E;
}
.TagClassName
{
border-color: #FF108E;
}
</style>