Shades of Deep Pink #F0138C
Tints of Deep Pink #F0138C
RGB
CMYK
RGB Variations
Color information
#F0138C (or 0xF0138C) is known color: Deep Pink. HEX triplet: F0, 13 and 8C. RGB value is (240,19,140). Sum of RGB (Red+Green+Blue) = 240+19+140=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0138C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0138C is #0FEC73. Grayscale: #626262. Windows color (decimal): -1043572 or 9180144. OLE color: 9180144.
HSL color Cylindrical-coordinate representation of color #F0138C: hue angle of 327.15º 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 #F0138C is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 140 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.06 |
| HSL | 327.15º | 0.88% | 0.51% | - |
| HSV(B) | 327.15º | 0.92% | 0.94% | - |
| XYZ | 40.9 | 20.88 | 26.69 | - |
| YUV | 98.87 | 151.22 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 140 | 0 | 0.92 | 0.42 | 0.06 | 327.15 | 0.88 | 0.51 |
| Hex | F0 | 13 | 8C | 0 | 5C | 2A | 6 | 147 | 58 | 33 |
| Octal | 360 | 23 | 214 | 0 | 134 | 52 | 6 | 507 | 130 | 63 |
| Binary | 11110000 | 10011 | 10001100 | 0 | 1011100 | 101010 | 110 | 101000111 | 1011000 | 110011 |
Color Harmonies of #F0138C
Complementary color
Monochromatic Colors of #F0138C
Black with #F0138C
Text Example
Text Example
White with #F0138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0138C; }
p { color: rgb(240,19,140); }
H1.HeaderClassName
{
color: #F0138C;
}
.AnyTagClassName
{
color: #F0138C;
}
</style>
background-color css
<style>
a { background-color: #F0138C; }
a { background-color: rgb(240,19,140); }
div.DivClassName
{
background-color: #F0138C;
}
.BgClassName
{
background-color: #F0138C;
}
</style>
border-color css
<style>
span { border-color: #F0138C; }
span { border-color: rgb(240,19,140); }
td.TdClassName
{
border-color: #F0138C;
}
.TagClassName
{
border-color: #F0138C;
}
</style>