Shades of Deep Pink #F2088B
Tints of Deep Pink #F2088B
RGB
CMYK
RGB Variations
Color information
#F2088B (or 0xF2088B) is known color: Deep Pink. HEX triplet: F2, 08 and 8B. RGB value is (242,8,139). Sum of RGB (Red+Green+Blue) = 242+8+139=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F2088B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2088B is #0DF774. Grayscale: #5C5C5C. Windows color (decimal): -915317 or 9111794. OLE color: 9111794.
HSL color Cylindrical-coordinate representation of color #F2088B: hue angle of 326.41º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2088B is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 139 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.05 |
| HSL | 326.41º | 0.94% | 0.49% | - |
| HSV(B) | 326.41º | 0.97% | 0.95% | - |
| XYZ | 41.36 | 20.91 | 26.28 | - |
| YUV | 92.9 | 154.02 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 139 | 0 | 0.97 | 0.43 | 0.05 | 326.41 | 0.94 | 0.49 |
| Hex | F2 | 8 | 8B | 0 | 61 | 2B | 5 | 146 | 5E | 31 |
| Octal | 362 | 10 | 213 | 0 | 141 | 53 | 5 | 506 | 136 | 61 |
| Binary | 11110010 | 1000 | 10001011 | 0 | 1100001 | 101011 | 101 | 101000110 | 1011110 | 110001 |
Color Harmonies of #F2088B
Complementary color
Monochromatic Colors of #F2088B
Black with #F2088B
Text Example
Text Example
White with #F2088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2088B; }
p { color: rgb(242,8,139); }
H1.HeaderClassName
{
color: #F2088B;
}
.AnyTagClassName
{
color: #F2088B;
}
</style>
background-color css
<style>
a { background-color: #F2088B; }
a { background-color: rgb(242,8,139); }
div.DivClassName
{
background-color: #F2088B;
}
.BgClassName
{
background-color: #F2088B;
}
</style>
border-color css
<style>
span { border-color: #F2088B; }
span { border-color: rgb(242,8,139); }
td.TdClassName
{
border-color: #F2088B;
}
.TagClassName
{
border-color: #F2088B;
}
</style>