Shades of Deep Pink #FF107C
Tints of Deep Pink #FF107C
RGB
CMYK
RGB Variations
Color information
#FF107C (or 0xFF107C) is known color: Deep Pink. HEX triplet: FF, 10 and 7C. RGB value is (255,16,124). Sum of RGB (Red+Green+Blue) = 255+16+124=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF107C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF107C is #00EF83. Grayscale: #636363. Windows color (decimal): -61316 or 8130815. OLE color: 8130815.
HSL color Cylindrical-coordinate representation of color #FF107C: hue angle of 332.89º 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 #FF107C is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 124 | - |
| CMYK | 0 | 0.94 | 0.51 | 0 |
| HSL | 332.89º | 1% | 0.53% | - |
| HSV(B) | 332.89º | 0.94% | 1% | - |
| XYZ | 45.06 | 23.09 | 21.15 | - |
| YUV | 99.77 | 141.68 | 238.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 124 | 0 | 0.94 | 0.51 | 0 | 332.89 | 1 | 0.53 |
| Hex | FF | 10 | 7C | 0 | 5E | 33 | 0 | 14D | 64 | 35 |
| Octal | 377 | 20 | 174 | 0 | 136 | 63 | 0 | 515 | 144 | 65 |
| Binary | 11111111 | 10000 | 1111100 | 0 | 1011110 | 110011 | 0 | 101001101 | 1100100 | 110101 |
Color Harmonies of #FF107C
Complementary color
Monochromatic Colors of #FF107C
Black with #FF107C
Text Example
Text Example
White with #FF107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF107C; }
p { color: rgb(255,16,124); }
H1.HeaderClassName
{
color: #FF107C;
}
.AnyTagClassName
{
color: #FF107C;
}
</style>
background-color css
<style>
a { background-color: #FF107C; }
a { background-color: rgb(255,16,124); }
div.DivClassName
{
background-color: #FF107C;
}
.BgClassName
{
background-color: #FF107C;
}
</style>
border-color css
<style>
span { border-color: #FF107C; }
span { border-color: rgb(255,16,124); }
td.TdClassName
{
border-color: #FF107C;
}
.TagClassName
{
border-color: #FF107C;
}
</style>