Shades of Deep Pink #F2108A
Tints of Deep Pink #F2108A
RGB
CMYK
RGB Variations
Color information
#F2108A (or 0xF2108A) is known color: Deep Pink. HEX triplet: F2, 10 and 8A. RGB value is (242,16,138). Sum of RGB (Red+Green+Blue) = 242+16+138=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F2108A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2108A is #0DEF75. Grayscale: #616161. Windows color (decimal): -913270 or 9048306. OLE color: 9048306.
HSL color Cylindrical-coordinate representation of color #F2108A: hue angle of 327.61º 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 #F2108A is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 138 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.05 |
| HSL | 327.61º | 0.9% | 0.51% | - |
| HSV(B) | 327.61º | 0.93% | 0.95% | - |
| XYZ | 41.39 | 21.08 | 25.93 | - |
| YUV | 97.48 | 150.87 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 138 | 0 | 0.93 | 0.43 | 0.05 | 327.61 | 0.9 | 0.51 |
| Hex | F2 | 10 | 8A | 0 | 5D | 2B | 5 | 148 | 5A | 33 |
| Octal | 362 | 20 | 212 | 0 | 135 | 53 | 5 | 510 | 132 | 63 |
| Binary | 11110010 | 10000 | 10001010 | 0 | 1011101 | 101011 | 101 | 101001000 | 1011010 | 110011 |
Color Harmonies of #F2108A
Complementary color
Monochromatic Colors of #F2108A
Black with #F2108A
Text Example
Text Example
White with #F2108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2108A; }
p { color: rgb(242,16,138); }
H1.HeaderClassName
{
color: #F2108A;
}
.AnyTagClassName
{
color: #F2108A;
}
</style>
background-color css
<style>
a { background-color: #F2108A; }
a { background-color: rgb(242,16,138); }
div.DivClassName
{
background-color: #F2108A;
}
.BgClassName
{
background-color: #F2108A;
}
</style>
border-color css
<style>
span { border-color: #F2108A; }
span { border-color: rgb(242,16,138); }
td.TdClassName
{
border-color: #F2108A;
}
.TagClassName
{
border-color: #F2108A;
}
</style>