Shades of Deep Pink #FF107D
Tints of Deep Pink #FF107D
RGB
CMYK
RGB Variations
Color information
#FF107D (or 0xFF107D) is known color: Deep Pink. HEX triplet: FF, 10 and 7D. RGB value is (255,16,125). Sum of RGB (Red+Green+Blue) = 255+16+125=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF107D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF107D is #00EF82. Grayscale: #636363. Windows color (decimal): -61315 or 8196351. OLE color: 8196351.
HSL color Cylindrical-coordinate representation of color #FF107D: hue angle of 332.64º 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 #FF107D is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 125 | - |
| CMYK | 0 | 0.94 | 0.51 | 0 |
| HSL | 332.64º | 1% | 0.53% | - |
| HSV(B) | 332.64º | 0.94% | 1% | - |
| XYZ | 45.13 | 23.11 | 21.48 | - |
| YUV | 99.89 | 142.18 | 238.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 125 | 0 | 0.94 | 0.51 | 0 | 332.64 | 1 | 0.53 |
| Hex | FF | 10 | 7D | 0 | 5E | 33 | 0 | 14D | 64 | 35 |
| Octal | 377 | 20 | 175 | 0 | 136 | 63 | 0 | 515 | 144 | 65 |
| Binary | 11111111 | 10000 | 1111101 | 0 | 1011110 | 110011 | 0 | 101001101 | 1100100 | 110101 |
Color Harmonies of #FF107D
Complementary color
Monochromatic Colors of #FF107D
Black with #FF107D
Text Example
Text Example
White with #FF107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF107D; }
p { color: rgb(255,16,125); }
H1.HeaderClassName
{
color: #FF107D;
}
.AnyTagClassName
{
color: #FF107D;
}
</style>
background-color css
<style>
a { background-color: #FF107D; }
a { background-color: rgb(255,16,125); }
div.DivClassName
{
background-color: #FF107D;
}
.BgClassName
{
background-color: #FF107D;
}
</style>
border-color css
<style>
span { border-color: #FF107D; }
span { border-color: rgb(255,16,125); }
td.TdClassName
{
border-color: #FF107D;
}
.TagClassName
{
border-color: #FF107D;
}
</style>