Shades of Deep Pink #FF108D
Tints of Deep Pink #FF108D
RGB
CMYK
RGB Variations
Color information
#FF108D (or 0xFF108D) is known color: Deep Pink. HEX triplet: FF, 10 and 8D. RGB value is (255,16,141). Sum of RGB (Red+Green+Blue) = 255+16+141=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF108D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF108D is #00EF72. Grayscale: #656565. Windows color (decimal): -61299 or 9244927. OLE color: 9244927.
HSL color Cylindrical-coordinate representation of color #FF108D: hue angle of 328.62º 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 #FF108D is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 141 | - |
| CMYK | 0 | 0.94 | 0.45 | 0 |
| HSL | 328.62º | 1% | 0.53% | - |
| HSV(B) | 328.62º | 0.94% | 1% | - |
| XYZ | 46.23 | 23.55 | 27.31 | - |
| YUV | 101.71 | 150.18 | 237.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 141 | 0 | 0.94 | 0.45 | 0 | 328.62 | 1 | 0.53 |
| Hex | FF | 10 | 8D | 0 | 5E | 2D | 0 | 149 | 64 | 35 |
| Octal | 377 | 20 | 215 | 0 | 136 | 55 | 0 | 511 | 144 | 65 |
| Binary | 11111111 | 10000 | 10001101 | 0 | 1011110 | 101101 | 0 | 101001001 | 1100100 | 110101 |
Color Harmonies of #FF108D
Complementary color
Monochromatic Colors of #FF108D
Black with #FF108D
Text Example
Text Example
White with #FF108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF108D; }
p { color: rgb(255,16,141); }
H1.HeaderClassName
{
color: #FF108D;
}
.AnyTagClassName
{
color: #FF108D;
}
</style>
background-color css
<style>
a { background-color: #FF108D; }
a { background-color: rgb(255,16,141); }
div.DivClassName
{
background-color: #FF108D;
}
.BgClassName
{
background-color: #FF108D;
}
</style>
border-color css
<style>
span { border-color: #FF108D; }
span { border-color: rgb(255,16,141); }
td.TdClassName
{
border-color: #FF108D;
}
.TagClassName
{
border-color: #FF108D;
}
</style>