Shades of Deep Pink #FF088A
Tints of Deep Pink #FF088A
RGB
CMYK
RGB Variations
Color information
#FF088A (or 0xFF088A) is known color: Deep Pink. HEX triplet: FF, 08 and 8A. RGB value is (255,8,138). Sum of RGB (Red+Green+Blue) = 255+8+138=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF088A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF088A is #00F775. Grayscale: #606060. Windows color (decimal): -63350 or 9046271. OLE color: 9046271.
HSL color Cylindrical-coordinate representation of color #FF088A: hue angle of 328.42º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF088A is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 138 | - |
| CMYK | 0 | 0.97 | 0.46 | 0 |
| HSL | 328.42º | 1% | 0.52% | - |
| HSV(B) | 328.42º | 0.97% | 1% | - |
| XYZ | 45.91 | 23.27 | 26.12 | - |
| YUV | 96.67 | 151.33 | 240.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 138 | 0 | 0.97 | 0.46 | 0 | 328.42 | 1 | 0.52 |
| Hex | FF | 8 | 8A | 0 | 61 | 2E | 0 | 148 | 64 | 34 |
| Octal | 377 | 10 | 212 | 0 | 141 | 56 | 0 | 510 | 144 | 64 |
| Binary | 11111111 | 1000 | 10001010 | 0 | 1100001 | 101110 | 0 | 101001000 | 1100100 | 110100 |
Color Harmonies of #FF088A
Complementary color
Monochromatic Colors of #FF088A
Black with #FF088A
Text Example
Text Example
White with #FF088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF088A; }
p { color: rgb(255,8,138); }
H1.HeaderClassName
{
color: #FF088A;
}
.AnyTagClassName
{
color: #FF088A;
}
</style>
background-color css
<style>
a { background-color: #FF088A; }
a { background-color: rgb(255,8,138); }
div.DivClassName
{
background-color: #FF088A;
}
.BgClassName
{
background-color: #FF088A;
}
</style>
border-color css
<style>
span { border-color: #FF088A; }
span { border-color: rgb(255,8,138); }
td.TdClassName
{
border-color: #FF088A;
}
.TagClassName
{
border-color: #FF088A;
}
</style>