Shades of Deep Pink #F2169A
Tints of Deep Pink #F2169A
RGB
CMYK
RGB Variations
Color information
#F2169A (or 0xF2169A) is known color: Deep Pink. HEX triplet: F2, 16 and 9A. RGB value is (242,22,154). Sum of RGB (Red+Green+Blue) = 242+22+154=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2169A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2169A is #0DE965. Grayscale: #666666. Windows color (decimal): -911718 or 10098418. OLE color: 10098418.
HSL color Cylindrical-coordinate representation of color #F2169A: hue angle of 324º 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 #F2169A is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 154 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.05 |
| HSL | 324º | 0.89% | 0.52% | - |
| HSV(B) | 324º | 0.91% | 0.95% | - |
| XYZ | 42.74 | 21.78 | 32.52 | - |
| YUV | 102.83 | 156.89 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 154 | 0 | 0.91 | 0.36 | 0.05 | 324 | 0.89 | 0.52 |
| Hex | F2 | 16 | 9A | 0 | 5B | 24 | 5 | 144 | 59 | 34 |
| Octal | 362 | 26 | 232 | 0 | 133 | 44 | 5 | 504 | 131 | 64 |
| Binary | 11110010 | 10110 | 10011010 | 0 | 1011011 | 100100 | 101 | 101000100 | 1011001 | 110100 |
Color Harmonies of #F2169A
Complementary color
Monochromatic Colors of #F2169A
Black with #F2169A
Text Example
Text Example
White with #F2169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2169A; }
p { color: rgb(242,22,154); }
H1.HeaderClassName
{
color: #F2169A;
}
.AnyTagClassName
{
color: #F2169A;
}
</style>
background-color css
<style>
a { background-color: #F2169A; }
a { background-color: rgb(242,22,154); }
div.DivClassName
{
background-color: #F2169A;
}
.BgClassName
{
background-color: #F2169A;
}
</style>
border-color css
<style>
span { border-color: #F2169A; }
span { border-color: rgb(242,22,154); }
td.TdClassName
{
border-color: #F2169A;
}
.TagClassName
{
border-color: #F2169A;
}
</style>