Shades of Deep Pink #FF1075
Tints of Deep Pink #FF1075
RGB
CMYK
RGB Variations
Color information
#FF1075 (or 0xFF1075) is known color: Deep Pink. HEX triplet: FF, 10 and 75. RGB value is (255,16,117). Sum of RGB (Red+Green+Blue) = 255+16+117=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1075 is #00EF8A. Grayscale: #626262. Windows color (decimal): -61323 or 7672063. OLE color: 7672063.
HSL color Cylindrical-coordinate representation of color #FF1075: hue angle of 334.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 #FF1075 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 117 | - |
| CMYK | 0 | 0.94 | 0.54 | 0 |
| HSL | 334.64º | 1% | 0.53% | - |
| HSV(B) | 334.64º | 0.94% | 1% | - |
| XYZ | 44.64 | 22.91 | 18.9 | - |
| YUV | 98.98 | 138.18 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 117 | 0 | 0.94 | 0.54 | 0 | 334.64 | 1 | 0.53 |
| Hex | FF | 10 | 75 | 0 | 5E | 36 | 0 | 14F | 64 | 35 |
| Octal | 377 | 20 | 165 | 0 | 136 | 66 | 0 | 517 | 144 | 65 |
| Binary | 11111111 | 10000 | 1110101 | 0 | 1011110 | 110110 | 0 | 101001111 | 1100100 | 110101 |
Color Harmonies of #FF1075
Complementary color
Monochromatic Colors of #FF1075
Black with #FF1075
Text Example
Text Example
White with #FF1075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1075; }
p { color: rgb(255,16,117); }
H1.HeaderClassName
{
color: #FF1075;
}
.AnyTagClassName
{
color: #FF1075;
}
</style>
background-color css
<style>
a { background-color: #FF1075; }
a { background-color: rgb(255,16,117); }
div.DivClassName
{
background-color: #FF1075;
}
.BgClassName
{
background-color: #FF1075;
}
</style>
border-color css
<style>
span { border-color: #FF1075; }
span { border-color: rgb(255,16,117); }
td.TdClassName
{
border-color: #FF1075;
}
.TagClassName
{
border-color: #FF1075;
}
</style>