Shades of Deep Pink #FF188D
Tints of Deep Pink #FF188D
RGB
CMYK
RGB Variations
Color information
#FF188D (or 0xFF188D) is known color: Deep Pink. HEX triplet: FF, 18 and 8D. RGB value is (255,24,141). Sum of RGB (Red+Green+Blue) = 255+24+141=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF188D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF188D is #00E772. Grayscale: #6A6A6A. Windows color (decimal): -59251 or 9246975. OLE color: 9246975.
HSL color Cylindrical-coordinate representation of color #FF188D: hue angle of 329.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF188D is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 141 | - |
| CMYK | 0 | 0.91 | 0.45 | 0 |
| HSL | 329.61º | 1% | 0.55% | - |
| HSV(B) | 329.61º | 0.91% | 1% | - |
| XYZ | 46.37 | 23.84 | 27.36 | - |
| YUV | 106.41 | 147.53 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 141 | 0 | 0.91 | 0.45 | 0 | 329.61 | 1 | 0.55 |
| Hex | FF | 18 | 8D | 0 | 5B | 2D | 0 | 14A | 64 | 37 |
| Octal | 377 | 30 | 215 | 0 | 133 | 55 | 0 | 512 | 144 | 67 |
| Binary | 11111111 | 11000 | 10001101 | 0 | 1011011 | 101101 | 0 | 101001010 | 1100100 | 110111 |
Color Harmonies of #FF188D
Complementary color
Monochromatic Colors of #FF188D
Black with #FF188D
Text Example
Text Example
White with #FF188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF188D; }
p { color: rgb(255,24,141); }
H1.HeaderClassName
{
color: #FF188D;
}
.AnyTagClassName
{
color: #FF188D;
}
</style>
background-color css
<style>
a { background-color: #FF188D; }
a { background-color: rgb(255,24,141); }
div.DivClassName
{
background-color: #FF188D;
}
.BgClassName
{
background-color: #FF188D;
}
</style>
border-color css
<style>
span { border-color: #FF188D; }
span { border-color: rgb(255,24,141); }
td.TdClassName
{
border-color: #FF188D;
}
.TagClassName
{
border-color: #FF188D;
}
</style>