Shades of Deep Pink #F2198D
Tints of Deep Pink #F2198D
RGB
CMYK
RGB Variations
Color information
#F2198D (or 0xF2198D) is known color: Deep Pink. HEX triplet: F2, 19 and 8D. RGB value is (242,25,141). Sum of RGB (Red+Green+Blue) = 242+25+141=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F2198D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2198D is #0DE672. Grayscale: #666666. Windows color (decimal): -910963 or 9247218. OLE color: 9247218.
HSL color Cylindrical-coordinate representation of color #F2198D: hue angle of 327.93º 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 #F2198D is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 141 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.05 |
| HSL | 327.93º | 0.89% | 0.52% | - |
| HSV(B) | 327.93º | 0.9% | 0.95% | - |
| XYZ | 41.77 | 21.5 | 27.15 | - |
| YUV | 103.11 | 149.39 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 141 | 0 | 0.90 | 0.42 | 0.05 | 327.93 | 0.89 | 0.52 |
| Hex | F2 | 19 | 8D | 0 | 5A | 2A | 5 | 148 | 59 | 34 |
| Octal | 362 | 31 | 215 | 0 | 132 | 52 | 5 | 510 | 131 | 64 |
| Binary | 11110010 | 11001 | 10001101 | 0 | 1011010 | 101010 | 101 | 101001000 | 1011001 | 110100 |
Color Harmonies of #F2198D
Complementary color
Monochromatic Colors of #F2198D
Black with #F2198D
Text Example
Text Example
White with #F2198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2198D; }
p { color: rgb(242,25,141); }
H1.HeaderClassName
{
color: #F2198D;
}
.AnyTagClassName
{
color: #F2198D;
}
</style>
background-color css
<style>
a { background-color: #F2198D; }
a { background-color: rgb(242,25,141); }
div.DivClassName
{
background-color: #F2198D;
}
.BgClassName
{
background-color: #F2198D;
}
</style>
border-color css
<style>
span { border-color: #F2198D; }
span { border-color: rgb(242,25,141); }
td.TdClassName
{
border-color: #F2198D;
}
.TagClassName
{
border-color: #F2198D;
}
</style>