Shades of Deep Pink #F2169F
Tints of Deep Pink #F2169F
RGB
CMYK
RGB Variations
Color information
#F2169F (or 0xF2169F) is known color: Deep Pink. HEX triplet: F2, 16 and 9F. RGB value is (242,22,159). Sum of RGB (Red+Green+Blue) = 242+22+159=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2169F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2169F is #0DE960. Grayscale: #676767. Windows color (decimal): -911713 or 10426098. OLE color: 10426098.
HSL color Cylindrical-coordinate representation of color #F2169F: hue angle of 322.64º 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 #F2169F is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 159 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.05 |
| HSL | 322.64º | 0.89% | 0.52% | - |
| HSV(B) | 322.64º | 0.91% | 0.95% | - |
| XYZ | 43.16 | 21.95 | 34.76 | - |
| YUV | 103.4 | 159.39 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 159 | 0 | 0.91 | 0.34 | 0.05 | 322.64 | 0.89 | 0.52 |
| Hex | F2 | 16 | 9F | 0 | 5B | 22 | 5 | 143 | 59 | 34 |
| Octal | 362 | 26 | 237 | 0 | 133 | 42 | 5 | 503 | 131 | 64 |
| Binary | 11110010 | 10110 | 10011111 | 0 | 1011011 | 100010 | 101 | 101000011 | 1011001 | 110100 |
Color Harmonies of #F2169F
Complementary color
Monochromatic Colors of #F2169F
Black with #F2169F
Text Example
Text Example
White with #F2169F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2169F; }
p { color: rgb(242,22,159); }
H1.HeaderClassName
{
color: #F2169F;
}
.AnyTagClassName
{
color: #F2169F;
}
</style>
background-color css
<style>
a { background-color: #F2169F; }
a { background-color: rgb(242,22,159); }
div.DivClassName
{
background-color: #F2169F;
}
.BgClassName
{
background-color: #F2169F;
}
</style>
border-color css
<style>
span { border-color: #F2169F; }
span { border-color: rgb(242,22,159); }
td.TdClassName
{
border-color: #F2169F;
}
.TagClassName
{
border-color: #F2169F;
}
</style>