Shades of Deep Pink #F0138D
Tints of Deep Pink #F0138D
RGB
CMYK
RGB Variations
Color information
#F0138D (or 0xF0138D) is known color: Deep Pink. HEX triplet: F0, 13 and 8D. RGB value is (240,19,141). Sum of RGB (Red+Green+Blue) = 240+19+141=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0138D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0138D is #0FEC72. Grayscale: #626262. Windows color (decimal): -1043571 or 9245680. OLE color: 9245680.
HSL color Cylindrical-coordinate representation of color #F0138D: hue angle of 326.88º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0138D is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 141 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.06 |
| HSL | 326.88º | 0.88% | 0.51% | - |
| HSV(B) | 326.88º | 0.92% | 0.94% | - |
| XYZ | 40.98 | 20.91 | 27.08 | - |
| YUV | 98.99 | 151.72 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 141 | 0 | 0.92 | 0.41 | 0.06 | 326.88 | 0.88 | 0.51 |
| Hex | F0 | 13 | 8D | 0 | 5C | 29 | 6 | 147 | 58 | 33 |
| Octal | 360 | 23 | 215 | 0 | 134 | 51 | 6 | 507 | 130 | 63 |
| Binary | 11110000 | 10011 | 10001101 | 0 | 1011100 | 101001 | 110 | 101000111 | 1011000 | 110011 |
Color Harmonies of #F0138D
Complementary color
Monochromatic Colors of #F0138D
Black with #F0138D
Text Example
Text Example
White with #F0138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0138D; }
p { color: rgb(240,19,141); }
H1.HeaderClassName
{
color: #F0138D;
}
.AnyTagClassName
{
color: #F0138D;
}
</style>
background-color css
<style>
a { background-color: #F0138D; }
a { background-color: rgb(240,19,141); }
div.DivClassName
{
background-color: #F0138D;
}
.BgClassName
{
background-color: #F0138D;
}
</style>
border-color css
<style>
span { border-color: #F0138D; }
span { border-color: rgb(240,19,141); }
td.TdClassName
{
border-color: #F0138D;
}
.TagClassName
{
border-color: #F0138D;
}
</style>