Shades of Deep Pink #F0137D
Tints of Deep Pink #F0137D
RGB
CMYK
RGB Variations
Color information
#F0137D (or 0xF0137D) is known color: Deep Pink. HEX triplet: F0, 13 and 7D. RGB value is (240,19,125). Sum of RGB (Red+Green+Blue) = 240+19+125=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0137D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0137D is #0FEC82. Grayscale: #606060. Windows color (decimal): -1043587 or 8197104. OLE color: 8197104.
HSL color Cylindrical-coordinate representation of color #F0137D: hue angle of 331.22º 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 #F0137D is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 125 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.06 |
| HSL | 331.22º | 0.88% | 0.51% | - |
| HSV(B) | 331.22º | 0.92% | 0.94% | - |
| XYZ | 39.87 | 20.47 | 21.25 | - |
| YUV | 97.16 | 143.72 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 125 | 0 | 0.92 | 0.48 | 0.06 | 331.22 | 0.88 | 0.51 |
| Hex | F0 | 13 | 7D | 0 | 5C | 30 | 6 | 14B | 58 | 33 |
| Octal | 360 | 23 | 175 | 0 | 134 | 60 | 6 | 513 | 130 | 63 |
| Binary | 11110000 | 10011 | 1111101 | 0 | 1011100 | 110000 | 110 | 101001011 | 1011000 | 110011 |
Color Harmonies of #F0137D
Complementary color
Monochromatic Colors of #F0137D
Black with #F0137D
Text Example
Text Example
White with #F0137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0137D; }
p { color: rgb(240,19,125); }
H1.HeaderClassName
{
color: #F0137D;
}
.AnyTagClassName
{
color: #F0137D;
}
</style>
background-color css
<style>
a { background-color: #F0137D; }
a { background-color: rgb(240,19,125); }
div.DivClassName
{
background-color: #F0137D;
}
.BgClassName
{
background-color: #F0137D;
}
</style>
border-color css
<style>
span { border-color: #F0137D; }
span { border-color: rgb(240,19,125); }
td.TdClassName
{
border-color: #F0137D;
}
.TagClassName
{
border-color: #F0137D;
}
</style>