Shades of Deep Pink #F2108D
Tints of Deep Pink #F2108D
RGB
CMYK
RGB Variations
Color information
#F2108D (or 0xF2108D) is known color: Deep Pink. HEX triplet: F2, 10 and 8D. RGB value is (242,16,141). Sum of RGB (Red+Green+Blue) = 242+16+141=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2108D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2108D is #0DEF72. Grayscale: #616161. Windows color (decimal): -913267 or 9244914. OLE color: 9244914.
HSL color Cylindrical-coordinate representation of color #F2108D: hue angle of 326.81º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2108D is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 141 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.05 |
| HSL | 326.81º | 0.9% | 0.51% | - |
| HSV(B) | 326.81º | 0.93% | 0.95% | - |
| XYZ | 41.61 | 21.17 | 27.09 | - |
| YUV | 97.82 | 152.37 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 141 | 0 | 0.93 | 0.42 | 0.05 | 326.81 | 0.9 | 0.51 |
| Hex | F2 | 10 | 8D | 0 | 5D | 2A | 5 | 147 | 5A | 33 |
| Octal | 362 | 20 | 215 | 0 | 135 | 52 | 5 | 507 | 132 | 63 |
| Binary | 11110010 | 10000 | 10001101 | 0 | 1011101 | 101010 | 101 | 101000111 | 1011010 | 110011 |
Color Harmonies of #F2108D
Complementary color
Monochromatic Colors of #F2108D
Black with #F2108D
Text Example
Text Example
White with #F2108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2108D; }
p { color: rgb(242,16,141); }
H1.HeaderClassName
{
color: #F2108D;
}
.AnyTagClassName
{
color: #F2108D;
}
</style>
background-color css
<style>
a { background-color: #F2108D; }
a { background-color: rgb(242,16,141); }
div.DivClassName
{
background-color: #F2108D;
}
.BgClassName
{
background-color: #F2108D;
}
</style>
border-color css
<style>
span { border-color: #F2108D; }
span { border-color: rgb(242,16,141); }
td.TdClassName
{
border-color: #F2108D;
}
.TagClassName
{
border-color: #F2108D;
}
</style>