Shades of Deep Pink #F2108F
Tints of Deep Pink #F2108F
RGB
CMYK
RGB Variations
Color information
#F2108F (or 0xF2108F) is known color: Deep Pink. HEX triplet: F2, 10 and 8F. RGB value is (242,16,143). Sum of RGB (Red+Green+Blue) = 242+16+143=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2108F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2108F is #0DEF70. Grayscale: #616161. Windows color (decimal): -913265 or 9375986. OLE color: 9375986.
HSL color Cylindrical-coordinate representation of color #F2108F: hue angle of 326.28º 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 #F2108F is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 143 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.05 |
| HSL | 326.28º | 0.9% | 0.51% | - |
| HSV(B) | 326.28º | 0.93% | 0.95% | - |
| XYZ | 41.76 | 21.23 | 27.88 | - |
| YUV | 98.05 | 153.37 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 143 | 0 | 0.93 | 0.41 | 0.05 | 326.28 | 0.9 | 0.51 |
| Hex | F2 | 10 | 8F | 0 | 5D | 29 | 5 | 146 | 5A | 33 |
| Octal | 362 | 20 | 217 | 0 | 135 | 51 | 5 | 506 | 132 | 63 |
| Binary | 11110010 | 10000 | 10001111 | 0 | 1011101 | 101001 | 101 | 101000110 | 1011010 | 110011 |
Color Harmonies of #F2108F
Complementary color
Monochromatic Colors of #F2108F
Black with #F2108F
Text Example
Text Example
White with #F2108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2108F; }
p { color: rgb(242,16,143); }
H1.HeaderClassName
{
color: #F2108F;
}
.AnyTagClassName
{
color: #F2108F;
}
</style>
background-color css
<style>
a { background-color: #F2108F; }
a { background-color: rgb(242,16,143); }
div.DivClassName
{
background-color: #F2108F;
}
.BgClassName
{
background-color: #F2108F;
}
</style>
border-color css
<style>
span { border-color: #F2108F; }
span { border-color: rgb(242,16,143); }
td.TdClassName
{
border-color: #F2108F;
}
.TagClassName
{
border-color: #F2108F;
}
</style>