Shades of Deep Pink #F2068B
Tints of Deep Pink #F2068B
RGB
CMYK
RGB Variations
Color information
#F2068B (or 0xF2068B) is known color: Deep Pink. HEX triplet: F2, 06 and 8B. RGB value is (242,6,139). Sum of RGB (Red+Green+Blue) = 242+6+139=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2068B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2068B is #0DF974. Grayscale: #5B5B5B. Windows color (decimal): -915829 or 9111282. OLE color: 9111282.
HSL color Cylindrical-coordinate representation of color #F2068B: hue angle of 326.19º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2068B is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 139 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.05 |
| HSL | 326.19º | 0.95% | 0.49% | - |
| HSV(B) | 326.19º | 0.98% | 0.95% | - |
| XYZ | 41.34 | 20.87 | 26.28 | - |
| YUV | 91.73 | 154.69 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 139 | 0 | 0.98 | 0.43 | 0.05 | 326.19 | 0.95 | 0.49 |
| Hex | F2 | 6 | 8B | 0 | 62 | 2B | 5 | 146 | 5F | 31 |
| Octal | 362 | 6 | 213 | 0 | 142 | 53 | 5 | 506 | 137 | 61 |
| Binary | 11110010 | 110 | 10001011 | 0 | 1100010 | 101011 | 101 | 101000110 | 1011111 | 110001 |
Color Harmonies of #F2068B
Complementary color
Monochromatic Colors of #F2068B
Black with #F2068B
Text Example
Text Example
White with #F2068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2068B; }
p { color: rgb(242,6,139); }
H1.HeaderClassName
{
color: #F2068B;
}
.AnyTagClassName
{
color: #F2068B;
}
</style>
background-color css
<style>
a { background-color: #F2068B; }
a { background-color: rgb(242,6,139); }
div.DivClassName
{
background-color: #F2068B;
}
.BgClassName
{
background-color: #F2068B;
}
</style>
border-color css
<style>
span { border-color: #F2068B; }
span { border-color: rgb(242,6,139); }
td.TdClassName
{
border-color: #F2068B;
}
.TagClassName
{
border-color: #F2068B;
}
</style>