Shades of Deep Pink #FF187D
Tints of Deep Pink #FF187D
RGB
CMYK
RGB Variations
Color information
#FF187D (or 0xFF187D) is known color: Deep Pink. HEX triplet: FF, 18 and 7D. RGB value is (255,24,125). Sum of RGB (Red+Green+Blue) = 255+24+125=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF187D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF187D is #00E782. Grayscale: #686868. Windows color (decimal): -59267 or 8198399. OLE color: 8198399.
HSL color Cylindrical-coordinate representation of color #FF187D: hue angle of 333.77º 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 #FF187D is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 125 | - |
| CMYK | 0 | 0.91 | 0.51 | 0 |
| HSL | 333.77º | 1% | 0.55% | - |
| HSV(B) | 333.77º | 0.91% | 1% | - |
| XYZ | 45.27 | 23.39 | 21.53 | - |
| YUV | 104.58 | 139.53 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 125 | 0 | 0.91 | 0.51 | 0 | 333.77 | 1 | 0.55 |
| Hex | FF | 18 | 7D | 0 | 5B | 33 | 0 | 14E | 64 | 37 |
| Octal | 377 | 30 | 175 | 0 | 133 | 63 | 0 | 516 | 144 | 67 |
| Binary | 11111111 | 11000 | 1111101 | 0 | 1011011 | 110011 | 0 | 101001110 | 1100100 | 110111 |
Color Harmonies of #FF187D
Complementary color
Monochromatic Colors of #FF187D
Black with #FF187D
Text Example
Text Example
White with #FF187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF187D; }
p { color: rgb(255,24,125); }
H1.HeaderClassName
{
color: #FF187D;
}
.AnyTagClassName
{
color: #FF187D;
}
</style>
background-color css
<style>
a { background-color: #FF187D; }
a { background-color: rgb(255,24,125); }
div.DivClassName
{
background-color: #FF187D;
}
.BgClassName
{
background-color: #FF187D;
}
</style>
border-color css
<style>
span { border-color: #FF187D; }
span { border-color: rgb(255,24,125); }
td.TdClassName
{
border-color: #FF187D;
}
.TagClassName
{
border-color: #FF187D;
}
</style>