Shades of Deep Pink #F2148E
Tints of Deep Pink #F2148E
RGB
CMYK
RGB Variations
Color information
#F2148E (or 0xF2148E) is known color: Deep Pink. HEX triplet: F2, 14 and 8E. RGB value is (242,20,142). Sum of RGB (Red+Green+Blue) = 242+20+142=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2148E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2148E is #0DEB71. Grayscale: #646464. Windows color (decimal): -912242 or 9311474. OLE color: 9311474.
HSL color Cylindrical-coordinate representation of color #F2148E: hue angle of 327.03º 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 #F2148E is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 142 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.05 |
| HSL | 327.03º | 0.9% | 0.51% | - |
| HSV(B) | 327.03º | 0.92% | 0.95% | - |
| XYZ | 41.75 | 21.33 | 27.51 | - |
| YUV | 100.29 | 151.55 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 142 | 0 | 0.92 | 0.41 | 0.05 | 327.03 | 0.9 | 0.51 |
| Hex | F2 | 14 | 8E | 0 | 5C | 29 | 5 | 147 | 5A | 33 |
| Octal | 362 | 24 | 216 | 0 | 134 | 51 | 5 | 507 | 132 | 63 |
| Binary | 11110010 | 10100 | 10001110 | 0 | 1011100 | 101001 | 101 | 101000111 | 1011010 | 110011 |
Color Harmonies of #F2148E
Complementary color
Monochromatic Colors of #F2148E
Black with #F2148E
Text Example
Text Example
White with #F2148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2148E; }
p { color: rgb(242,20,142); }
H1.HeaderClassName
{
color: #F2148E;
}
.AnyTagClassName
{
color: #F2148E;
}
</style>
background-color css
<style>
a { background-color: #F2148E; }
a { background-color: rgb(242,20,142); }
div.DivClassName
{
background-color: #F2148E;
}
.BgClassName
{
background-color: #F2148E;
}
</style>
border-color css
<style>
span { border-color: #F2148E; }
span { border-color: rgb(242,20,142); }
td.TdClassName
{
border-color: #F2148E;
}
.TagClassName
{
border-color: #F2148E;
}
</style>