Shades of Deep Pink #F2138B
Tints of Deep Pink #F2138B
RGB
CMYK
RGB Variations
Color information
#F2138B (or 0xF2138B) is known color: Deep Pink. HEX triplet: F2, 13 and 8B. RGB value is (242,19,139). Sum of RGB (Red+Green+Blue) = 242+19+139=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2138B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2138B is #0DEC74. Grayscale: #636363. Windows color (decimal): -912501 or 9114610. OLE color: 9114610.
HSL color Cylindrical-coordinate representation of color #F2138B: hue angle of 327.71º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2138B is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 139 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.05 |
| HSL | 327.71º | 0.9% | 0.51% | - |
| HSV(B) | 327.71º | 0.92% | 0.95% | - |
| XYZ | 41.51 | 21.21 | 26.33 | - |
| YUV | 99.36 | 150.38 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 139 | 0 | 0.92 | 0.43 | 0.05 | 327.71 | 0.9 | 0.51 |
| Hex | F2 | 13 | 8B | 0 | 5C | 2B | 5 | 148 | 5A | 33 |
| Octal | 362 | 23 | 213 | 0 | 134 | 53 | 5 | 510 | 132 | 63 |
| Binary | 11110010 | 10011 | 10001011 | 0 | 1011100 | 101011 | 101 | 101001000 | 1011010 | 110011 |
Color Harmonies of #F2138B
Complementary color
Monochromatic Colors of #F2138B
Black with #F2138B
Text Example
Text Example
White with #F2138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2138B; }
p { color: rgb(242,19,139); }
H1.HeaderClassName
{
color: #F2138B;
}
.AnyTagClassName
{
color: #F2138B;
}
</style>
background-color css
<style>
a { background-color: #F2138B; }
a { background-color: rgb(242,19,139); }
div.DivClassName
{
background-color: #F2138B;
}
.BgClassName
{
background-color: #F2138B;
}
</style>
border-color css
<style>
span { border-color: #F2138B; }
span { border-color: rgb(242,19,139); }
td.TdClassName
{
border-color: #F2138B;
}
.TagClassName
{
border-color: #F2138B;
}
</style>