Shades of Deep Pink #FF108B
Tints of Deep Pink #FF108B
RGB
CMYK
RGB Variations
Color information
#FF108B (or 0xFF108B) is known color: Deep Pink. HEX triplet: FF, 10 and 8B. RGB value is (255,16,139). Sum of RGB (Red+Green+Blue) = 255+16+139=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF108B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF108B is #00EF74. Grayscale: #656565. Windows color (decimal): -61301 or 9113855. OLE color: 9113855.
HSL color Cylindrical-coordinate representation of color #FF108B: hue angle of 329.12º 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 #FF108B is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 139 | - |
| CMYK | 0 | 0.94 | 0.45 | 0 |
| HSL | 329.12º | 1% | 0.53% | - |
| HSV(B) | 329.12º | 0.94% | 1% | - |
| XYZ | 46.09 | 23.49 | 26.53 | - |
| YUV | 101.48 | 149.18 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 139 | 0 | 0.94 | 0.45 | 0 | 329.12 | 1 | 0.53 |
| Hex | FF | 10 | 8B | 0 | 5E | 2D | 0 | 149 | 64 | 35 |
| Octal | 377 | 20 | 213 | 0 | 136 | 55 | 0 | 511 | 144 | 65 |
| Binary | 11111111 | 10000 | 10001011 | 0 | 1011110 | 101101 | 0 | 101001001 | 1100100 | 110101 |
Color Harmonies of #FF108B
Complementary color
Monochromatic Colors of #FF108B
Black with #FF108B
Text Example
Text Example
White with #FF108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF108B; }
p { color: rgb(255,16,139); }
H1.HeaderClassName
{
color: #FF108B;
}
.AnyTagClassName
{
color: #FF108B;
}
</style>
background-color css
<style>
a { background-color: #FF108B; }
a { background-color: rgb(255,16,139); }
div.DivClassName
{
background-color: #FF108B;
}
.BgClassName
{
background-color: #FF108B;
}
</style>
border-color css
<style>
span { border-color: #FF108B; }
span { border-color: rgb(255,16,139); }
td.TdClassName
{
border-color: #FF108B;
}
.TagClassName
{
border-color: #FF108B;
}
</style>