Shades of Deep Pink #F2168B
Tints of Deep Pink #F2168B
RGB
CMYK
RGB Variations
Color information
#F2168B (or 0xF2168B) is known color: Deep Pink. HEX triplet: F2, 16 and 8B. RGB value is (242,22,139). Sum of RGB (Red+Green+Blue) = 242+22+139=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2168B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2168B is #0DE974. Grayscale: #646464. Windows color (decimal): -911733 or 9115378. OLE color: 9115378.
HSL color Cylindrical-coordinate representation of color #F2168B: hue angle of 328.09º 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 #F2168B is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 139 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.05 |
| HSL | 328.09º | 0.89% | 0.52% | - |
| HSV(B) | 328.09º | 0.91% | 0.95% | - |
| XYZ | 41.57 | 21.32 | 26.35 | - |
| YUV | 101.12 | 149.39 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 139 | 0 | 0.91 | 0.43 | 0.05 | 328.09 | 0.89 | 0.52 |
| Hex | F2 | 16 | 8B | 0 | 5B | 2B | 5 | 148 | 59 | 34 |
| Octal | 362 | 26 | 213 | 0 | 133 | 53 | 5 | 510 | 131 | 64 |
| Binary | 11110010 | 10110 | 10001011 | 0 | 1011011 | 101011 | 101 | 101001000 | 1011001 | 110100 |
Color Harmonies of #F2168B
Complementary color
Monochromatic Colors of #F2168B
Black with #F2168B
Text Example
Text Example
White with #F2168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2168B; }
p { color: rgb(242,22,139); }
H1.HeaderClassName
{
color: #F2168B;
}
.AnyTagClassName
{
color: #F2168B;
}
</style>
background-color css
<style>
a { background-color: #F2168B; }
a { background-color: rgb(242,22,139); }
div.DivClassName
{
background-color: #F2168B;
}
.BgClassName
{
background-color: #F2168B;
}
</style>
border-color css
<style>
span { border-color: #F2168B; }
span { border-color: rgb(242,22,139); }
td.TdClassName
{
border-color: #F2168B;
}
.TagClassName
{
border-color: #F2168B;
}
</style>