Shades of Deep Pink #F2068C
Tints of Deep Pink #F2068C
RGB
CMYK
RGB Variations
Color information
#F2068C (or 0xF2068C) is known color: Deep Pink. HEX triplet: F2, 06 and 8C. RGB value is (242,6,140). Sum of RGB (Red+Green+Blue) = 242+6+140=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2068C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2068C is #0DF973. Grayscale: #5B5B5B. Windows color (decimal): -915828 or 9176818. OLE color: 9176818.
HSL color Cylindrical-coordinate representation of color #F2068C: hue angle of 325.93º 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 #F2068C is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 140 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.05 |
| HSL | 325.93º | 0.95% | 0.49% | - |
| HSV(B) | 325.93º | 0.98% | 0.95% | - |
| XYZ | 41.42 | 20.9 | 26.66 | - |
| YUV | 91.84 | 155.19 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 140 | 0 | 0.98 | 0.42 | 0.05 | 325.93 | 0.95 | 0.49 |
| Hex | F2 | 6 | 8C | 0 | 62 | 2A | 5 | 146 | 5F | 31 |
| Octal | 362 | 6 | 214 | 0 | 142 | 52 | 5 | 506 | 137 | 61 |
| Binary | 11110010 | 110 | 10001100 | 0 | 1100010 | 101010 | 101 | 101000110 | 1011111 | 110001 |
Color Harmonies of #F2068C
Complementary color
Monochromatic Colors of #F2068C
Black with #F2068C
Text Example
Text Example
White with #F2068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2068C; }
p { color: rgb(242,6,140); }
H1.HeaderClassName
{
color: #F2068C;
}
.AnyTagClassName
{
color: #F2068C;
}
</style>
background-color css
<style>
a { background-color: #F2068C; }
a { background-color: rgb(242,6,140); }
div.DivClassName
{
background-color: #F2068C;
}
.BgClassName
{
background-color: #F2068C;
}
</style>
border-color css
<style>
span { border-color: #F2068C; }
span { border-color: rgb(242,6,140); }
td.TdClassName
{
border-color: #F2068C;
}
.TagClassName
{
border-color: #F2068C;
}
</style>