Shades of Deep Pink #FD187A
Tints of Deep Pink #FD187A
RGB
CMYK
RGB Variations
Color information
#FD187A (or 0xFD187A) is known color: Deep Pink. HEX triplet: FD, 18 and 7A. RGB value is (253,24,122). Sum of RGB (Red+Green+Blue) = 253+24+122=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD187A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD187A is #02E785. Grayscale: #676767. Windows color (decimal): -190342 or 8001789. OLE color: 8001789.
HSL color Cylindrical-coordinate representation of color #FD187A: hue angle of 334.32º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD187A is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 122 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.01 |
| HSL | 334.32º | 0.98% | 0.54% | - |
| HSV(B) | 334.32º | 0.91% | 0.99% | - |
| XYZ | 44.35 | 22.94 | 20.5 | - |
| YUV | 103.64 | 138.37 | 234.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 122 | 0 | 0.91 | 0.52 | 0.01 | 334.32 | 0.98 | 0.54 |
| Hex | FD | 18 | 7A | 0 | 5B | 34 | 1 | 14E | 62 | 36 |
| Octal | 375 | 30 | 172 | 0 | 133 | 64 | 1 | 516 | 142 | 66 |
| Binary | 11111101 | 11000 | 1111010 | 0 | 1011011 | 110100 | 1 | 101001110 | 1100010 | 110110 |
Color Harmonies of #FD187A
Complementary color
Monochromatic Colors of #FD187A
Black with #FD187A
Text Example
Text Example
White with #FD187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD187A; }
p { color: rgb(253,24,122); }
H1.HeaderClassName
{
color: #FD187A;
}
.AnyTagClassName
{
color: #FD187A;
}
</style>
background-color css
<style>
a { background-color: #FD187A; }
a { background-color: rgb(253,24,122); }
div.DivClassName
{
background-color: #FD187A;
}
.BgClassName
{
background-color: #FD187A;
}
</style>
border-color css
<style>
span { border-color: #FD187A; }
span { border-color: rgb(253,24,122); }
td.TdClassName
{
border-color: #FD187A;
}
.TagClassName
{
border-color: #FD187A;
}
</style>