Shades of Deep Pink #FF107E
Tints of Deep Pink #FF107E
RGB
CMYK
RGB Variations
Color information
#FF107E (or 0xFF107E) is known color: Deep Pink. HEX triplet: FF, 10 and 7E. RGB value is (255,16,126). Sum of RGB (Red+Green+Blue) = 255+16+126=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF107E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF107E is #00EF81. Grayscale: #636363. Windows color (decimal): -61314 or 8261887. OLE color: 8261887.
HSL color Cylindrical-coordinate representation of color #FF107E: hue angle of 332.38º 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 #FF107E is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 126 | - |
| CMYK | 0 | 0.94 | 0.51 | 0 |
| HSL | 332.38º | 1% | 0.53% | - |
| HSV(B) | 332.38º | 0.94% | 1% | - |
| XYZ | 45.19 | 23.14 | 21.82 | - |
| YUV | 100 | 142.68 | 238.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 126 | 0 | 0.94 | 0.51 | 0 | 332.38 | 1 | 0.53 |
| Hex | FF | 10 | 7E | 0 | 5E | 33 | 0 | 14C | 64 | 35 |
| Octal | 377 | 20 | 176 | 0 | 136 | 63 | 0 | 514 | 144 | 65 |
| Binary | 11111111 | 10000 | 1111110 | 0 | 1011110 | 110011 | 0 | 101001100 | 1100100 | 110101 |
Color Harmonies of #FF107E
Complementary color
Monochromatic Colors of #FF107E
Black with #FF107E
Text Example
Text Example
White with #FF107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF107E; }
p { color: rgb(255,16,126); }
H1.HeaderClassName
{
color: #FF107E;
}
.AnyTagClassName
{
color: #FF107E;
}
</style>
background-color css
<style>
a { background-color: #FF107E; }
a { background-color: rgb(255,16,126); }
div.DivClassName
{
background-color: #FF107E;
}
.BgClassName
{
background-color: #FF107E;
}
</style>
border-color css
<style>
span { border-color: #FF107E; }
span { border-color: rgb(255,16,126); }
td.TdClassName
{
border-color: #FF107E;
}
.TagClassName
{
border-color: #FF107E;
}
</style>