Shades of Deep Pink #FF1088
Tints of Deep Pink #FF1088
RGB
CMYK
RGB Variations
Color information
#FF1088 (or 0xFF1088) is known color: Deep Pink. HEX triplet: FF, 10 and 88. RGB value is (255,16,136). Sum of RGB (Red+Green+Blue) = 255+16+136=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1088 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1088 is #00EF77. Grayscale: #646464. Windows color (decimal): -61304 or 8917247. OLE color: 8917247.
HSL color Cylindrical-coordinate representation of color #FF1088: hue angle of 329.87º 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 #FF1088 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 136 | - |
| CMYK | 0 | 0.94 | 0.47 | 0 |
| HSL | 329.87º | 1% | 0.53% | - |
| HSV(B) | 329.87º | 0.94% | 1% | - |
| XYZ | 45.87 | 23.41 | 25.39 | - |
| YUV | 101.14 | 147.68 | 237.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 136 | 0 | 0.94 | 0.47 | 0 | 329.87 | 1 | 0.53 |
| Hex | FF | 10 | 88 | 0 | 5E | 2F | 0 | 14A | 64 | 35 |
| Octal | 377 | 20 | 210 | 0 | 136 | 57 | 0 | 512 | 144 | 65 |
| Binary | 11111111 | 10000 | 10001000 | 0 | 1011110 | 101111 | 0 | 101001010 | 1100100 | 110101 |
Color Harmonies of #FF1088
Complementary color
Monochromatic Colors of #FF1088
Black with #FF1088
Text Example
Text Example
White with #FF1088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1088; }
p { color: rgb(255,16,136); }
H1.HeaderClassName
{
color: #FF1088;
}
.AnyTagClassName
{
color: #FF1088;
}
</style>
background-color css
<style>
a { background-color: #FF1088; }
a { background-color: rgb(255,16,136); }
div.DivClassName
{
background-color: #FF1088;
}
.BgClassName
{
background-color: #FF1088;
}
</style>
border-color css
<style>
span { border-color: #FF1088; }
span { border-color: rgb(255,16,136); }
td.TdClassName
{
border-color: #FF1088;
}
.TagClassName
{
border-color: #FF1088;
}
</style>