Shades of Deep Pink #F2189C
Tints of Deep Pink #F2189C
RGB
CMYK
RGB Variations
Color information
#F2189C (or 0xF2189C) is known color: Deep Pink. HEX triplet: F2, 18 and 9C. RGB value is (242,24,156). Sum of RGB (Red+Green+Blue) = 242+24+156=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F2189C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2189C is #0DE763. Grayscale: #676767. Windows color (decimal): -911204 or 10230002. OLE color: 10230002.
HSL color Cylindrical-coordinate representation of color #F2189C: hue angle of 323.67º 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 #F2189C is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 156 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.05 |
| HSL | 323.67º | 0.89% | 0.52% | - |
| HSV(B) | 323.67º | 0.9% | 0.95% | - |
| XYZ | 42.95 | 21.93 | 33.42 | - |
| YUV | 104.23 | 157.22 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 156 | 0 | 0.90 | 0.36 | 0.05 | 323.67 | 0.89 | 0.52 |
| Hex | F2 | 18 | 9C | 0 | 5A | 24 | 5 | 144 | 59 | 34 |
| Octal | 362 | 30 | 234 | 0 | 132 | 44 | 5 | 504 | 131 | 64 |
| Binary | 11110010 | 11000 | 10011100 | 0 | 1011010 | 100100 | 101 | 101000100 | 1011001 | 110100 |
Color Harmonies of #F2189C
Complementary color
Monochromatic Colors of #F2189C
Black with #F2189C
Text Example
Text Example
White with #F2189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2189C; }
p { color: rgb(242,24,156); }
H1.HeaderClassName
{
color: #F2189C;
}
.AnyTagClassName
{
color: #F2189C;
}
</style>
background-color css
<style>
a { background-color: #F2189C; }
a { background-color: rgb(242,24,156); }
div.DivClassName
{
background-color: #F2189C;
}
.BgClassName
{
background-color: #F2189C;
}
</style>
border-color css
<style>
span { border-color: #F2189C; }
span { border-color: rgb(242,24,156); }
td.TdClassName
{
border-color: #F2189C;
}
.TagClassName
{
border-color: #F2189C;
}
</style>