Shades of Deep Pink #F0128B
Tints of Deep Pink #F0128B
RGB
CMYK
RGB Variations
Color information
#F0128B (or 0xF0128B) is known color: Deep Pink. HEX triplet: F0, 12 and 8B. RGB value is (240,18,139). Sum of RGB (Red+Green+Blue) = 240+18+139=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0128B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0128B is #0FED74. Grayscale: #616161. Windows color (decimal): -1043829 or 9114352. OLE color: 9114352.
HSL color Cylindrical-coordinate representation of color #F0128B: hue angle of 327.3º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0128B is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 139 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.06 |
| HSL | 327.3º | 0.88% | 0.51% | - |
| HSV(B) | 327.3º | 0.93% | 0.94% | - |
| XYZ | 40.81 | 20.82 | 26.29 | - |
| YUV | 98.17 | 151.05 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 139 | 0 | 0.92 | 0.42 | 0.06 | 327.3 | 0.88 | 0.51 |
| Hex | F0 | 12 | 8B | 0 | 5C | 2A | 6 | 147 | 58 | 33 |
| Octal | 360 | 22 | 213 | 0 | 134 | 52 | 6 | 507 | 130 | 63 |
| Binary | 11110000 | 10010 | 10001011 | 0 | 1011100 | 101010 | 110 | 101000111 | 1011000 | 110011 |
Color Harmonies of #F0128B
Complementary color
Monochromatic Colors of #F0128B
Black with #F0128B
Text Example
Text Example
White with #F0128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0128B; }
p { color: rgb(240,18,139); }
H1.HeaderClassName
{
color: #F0128B;
}
.AnyTagClassName
{
color: #F0128B;
}
</style>
background-color css
<style>
a { background-color: #F0128B; }
a { background-color: rgb(240,18,139); }
div.DivClassName
{
background-color: #F0128B;
}
.BgClassName
{
background-color: #F0128B;
}
</style>
border-color css
<style>
span { border-color: #F0128B; }
span { border-color: rgb(240,18,139); }
td.TdClassName
{
border-color: #F0128B;
}
.TagClassName
{
border-color: #F0128B;
}
</style>