Shades of Deep Pink #FD138C
Tints of Deep Pink #FD138C
RGB
CMYK
RGB Variations
Color information
#FD138C (or 0xFD138C) is known color: Deep Pink. HEX triplet: FD, 13 and 8C. RGB value is (253,19,140). Sum of RGB (Red+Green+Blue) = 253+19+140=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD138C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD138C is #02EC73. Grayscale: #666666. Windows color (decimal): -191604 or 9180157. OLE color: 9180157.
HSL color Cylindrical-coordinate representation of color #FD138C: hue angle of 328.97º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD138C is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 140 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.01 |
| HSL | 328.97º | 0.98% | 0.53% | - |
| HSV(B) | 328.97º | 0.92% | 0.99% | - |
| XYZ | 45.47 | 23.24 | 26.9 | - |
| YUV | 102.76 | 149.02 | 235.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 140 | 0 | 0.92 | 0.45 | 0.01 | 328.97 | 0.98 | 0.53 |
| Hex | FD | 13 | 8C | 0 | 5C | 2D | 1 | 149 | 62 | 35 |
| Octal | 375 | 23 | 214 | 0 | 134 | 55 | 1 | 511 | 142 | 65 |
| Binary | 11111101 | 10011 | 10001100 | 0 | 1011100 | 101101 | 1 | 101001001 | 1100010 | 110101 |
Color Harmonies of #FD138C
Complementary color
Monochromatic Colors of #FD138C
Black with #FD138C
Text Example
Text Example
White with #FD138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD138C; }
p { color: rgb(253,19,140); }
H1.HeaderClassName
{
color: #FD138C;
}
.AnyTagClassName
{
color: #FD138C;
}
</style>
background-color css
<style>
a { background-color: #FD138C; }
a { background-color: rgb(253,19,140); }
div.DivClassName
{
background-color: #FD138C;
}
.BgClassName
{
background-color: #FD138C;
}
</style>
border-color css
<style>
span { border-color: #FD138C; }
span { border-color: rgb(253,19,140); }
td.TdClassName
{
border-color: #FD138C;
}
.TagClassName
{
border-color: #FD138C;
}
</style>