Shades of Deep Pink #F2168D
Tints of Deep Pink #F2168D
RGB
CMYK
RGB Variations
Color information
#F2168D (or 0xF2168D) is known color: Deep Pink. HEX triplet: F2, 16 and 8D. RGB value is (242,22,141). Sum of RGB (Red+Green+Blue) = 242+22+141=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2168D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2168D is #0DE972. Grayscale: #656565. Windows color (decimal): -911731 or 9246450. OLE color: 9246450.
HSL color Cylindrical-coordinate representation of color #F2168D: hue angle of 327.55º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2168D is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 141 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.05 |
| HSL | 327.55º | 0.89% | 0.52% | - |
| HSV(B) | 327.55º | 0.91% | 0.95% | - |
| XYZ | 41.71 | 21.37 | 27.13 | - |
| YUV | 101.35 | 150.39 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 141 | 0 | 0.91 | 0.42 | 0.05 | 327.55 | 0.89 | 0.52 |
| Hex | F2 | 16 | 8D | 0 | 5B | 2A | 5 | 148 | 59 | 34 |
| Octal | 362 | 26 | 215 | 0 | 133 | 52 | 5 | 510 | 131 | 64 |
| Binary | 11110010 | 10110 | 10001101 | 0 | 1011011 | 101010 | 101 | 101001000 | 1011001 | 110100 |
Color Harmonies of #F2168D
Complementary color
Monochromatic Colors of #F2168D
Black with #F2168D
Text Example
Text Example
White with #F2168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2168D; }
p { color: rgb(242,22,141); }
H1.HeaderClassName
{
color: #F2168D;
}
.AnyTagClassName
{
color: #F2168D;
}
</style>
background-color css
<style>
a { background-color: #F2168D; }
a { background-color: rgb(242,22,141); }
div.DivClassName
{
background-color: #F2168D;
}
.BgClassName
{
background-color: #F2168D;
}
</style>
border-color css
<style>
span { border-color: #F2168D; }
span { border-color: rgb(242,22,141); }
td.TdClassName
{
border-color: #F2168D;
}
.TagClassName
{
border-color: #F2168D;
}
</style>