Shades of Deep Pink #F2178B
Tints of Deep Pink #F2178B
RGB
CMYK
RGB Variations
Color information
#F2178B (or 0xF2178B) is known color: Deep Pink. HEX triplet: F2, 17 and 8B. RGB value is (242,23,139). Sum of RGB (Red+Green+Blue) = 242+23+139=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2178B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2178B is #0DE874. Grayscale: #656565. Windows color (decimal): -911477 or 9115634. OLE color: 9115634.
HSL color Cylindrical-coordinate representation of color #F2178B: hue angle of 328.22º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2178B is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 139 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.05 |
| HSL | 328.22º | 0.89% | 0.52% | - |
| HSV(B) | 328.22º | 0.9% | 0.95% | - |
| XYZ | 41.58 | 21.35 | 26.36 | - |
| YUV | 101.71 | 149.05 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 139 | 0 | 0.90 | 0.43 | 0.05 | 328.22 | 0.89 | 0.52 |
| Hex | F2 | 17 | 8B | 0 | 5A | 2B | 5 | 148 | 59 | 34 |
| Octal | 362 | 27 | 213 | 0 | 132 | 53 | 5 | 510 | 131 | 64 |
| Binary | 11110010 | 10111 | 10001011 | 0 | 1011010 | 101011 | 101 | 101001000 | 1011001 | 110100 |
Color Harmonies of #F2178B
Complementary color
Monochromatic Colors of #F2178B
Black with #F2178B
Text Example
Text Example
White with #F2178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2178B; }
p { color: rgb(242,23,139); }
H1.HeaderClassName
{
color: #F2178B;
}
.AnyTagClassName
{
color: #F2178B;
}
</style>
background-color css
<style>
a { background-color: #F2178B; }
a { background-color: rgb(242,23,139); }
div.DivClassName
{
background-color: #F2178B;
}
.BgClassName
{
background-color: #F2178B;
}
</style>
border-color css
<style>
span { border-color: #F2178B; }
span { border-color: rgb(242,23,139); }
td.TdClassName
{
border-color: #F2178B;
}
.TagClassName
{
border-color: #F2178B;
}
</style>