Shades of Deep Pink #FD138B
Tints of Deep Pink #FD138B
RGB
CMYK
RGB Variations
Color information
#FD138B (or 0xFD138B) is known color: Deep Pink. HEX triplet: FD, 13 and 8B. RGB value is (253,19,139). Sum of RGB (Red+Green+Blue) = 253+19+139=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD138B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD138B is #02EC74. Grayscale: #666666. Windows color (decimal): -191605 or 9114621. OLE color: 9114621.
HSL color Cylindrical-coordinate representation of color #FD138B: hue angle of 329.23º 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 #FD138B is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 139 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.01 |
| HSL | 329.23º | 0.98% | 0.53% | - |
| HSV(B) | 329.23º | 0.92% | 0.99% | - |
| XYZ | 45.4 | 23.21 | 26.51 | - |
| YUV | 102.65 | 148.52 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 139 | 0 | 0.92 | 0.45 | 0.01 | 329.23 | 0.98 | 0.53 |
| Hex | FD | 13 | 8B | 0 | 5C | 2D | 1 | 149 | 62 | 35 |
| Octal | 375 | 23 | 213 | 0 | 134 | 55 | 1 | 511 | 142 | 65 |
| Binary | 11111101 | 10011 | 10001011 | 0 | 1011100 | 101101 | 1 | 101001001 | 1100010 | 110101 |
Color Harmonies of #FD138B
Complementary color
Monochromatic Colors of #FD138B
Black with #FD138B
Text Example
Text Example
White with #FD138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD138B; }
p { color: rgb(253,19,139); }
H1.HeaderClassName
{
color: #FD138B;
}
.AnyTagClassName
{
color: #FD138B;
}
</style>
background-color css
<style>
a { background-color: #FD138B; }
a { background-color: rgb(253,19,139); }
div.DivClassName
{
background-color: #FD138B;
}
.BgClassName
{
background-color: #FD138B;
}
</style>
border-color css
<style>
span { border-color: #FD138B; }
span { border-color: rgb(253,19,139); }
td.TdClassName
{
border-color: #FD138B;
}
.TagClassName
{
border-color: #FD138B;
}
</style>