Shades of Deep Pink #FF0188
Tints of Deep Pink #FF0188
RGB
CMYK
RGB Variations
Color information
#FF0188 (or 0xFF0188) is known color: Deep Pink. HEX triplet: FF, 01 and 88. RGB value is (255,1,136). Sum of RGB (Red+Green+Blue) = 255+1+136=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0188 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0188 is #00FE77. Grayscale: #5C5C5C. Windows color (decimal): -65144 or 8913407. OLE color: 8913407.
HSL color Cylindrical-coordinate representation of color #FF0188: hue angle of 328.11º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0188 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 136 | - |
| CMYK | 0 | 1.00 | 0.47 | 0 |
| HSL | 328.11º | 1% | 0.5% | - |
| HSV(B) | 328.11º | 1% | 1% | - |
| XYZ | 45.69 | 23.06 | 25.34 | - |
| YUV | 92.34 | 152.65 | 244.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 136 | 0 | 1.00 | 0.47 | 0 | 328.11 | 1 | 0.5 |
| Hex | FF | 1 | 88 | 0 | 64 | 2F | 0 | 148 | 64 | 32 |
| Octal | 377 | 1 | 210 | 0 | 144 | 57 | 0 | 510 | 144 | 62 |
| Binary | 11111111 | 1 | 10001000 | 0 | 1100100 | 101111 | 0 | 101001000 | 1100100 | 110010 |
Color Harmonies of #FF0188
Complementary color
Monochromatic Colors of #FF0188
Black with #FF0188
Text Example
Text Example
White with #FF0188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0188; }
p { color: rgb(255,1,136); }
H1.HeaderClassName
{
color: #FF0188;
}
.AnyTagClassName
{
color: #FF0188;
}
</style>
background-color css
<style>
a { background-color: #FF0188; }
a { background-color: rgb(255,1,136); }
div.DivClassName
{
background-color: #FF0188;
}
.BgClassName
{
background-color: #FF0188;
}
</style>
border-color css
<style>
span { border-color: #FF0188; }
span { border-color: rgb(255,1,136); }
td.TdClassName
{
border-color: #FF0188;
}
.TagClassName
{
border-color: #FF0188;
}
</style>