Shades of Deep Pink #F2067A
Tints of Deep Pink #F2067A
RGB
CMYK
RGB Variations
Color information
#F2067A (or 0xF2067A) is known color: Deep Pink. HEX triplet: F2, 06 and 7A. RGB value is (242,6,122). Sum of RGB (Red+Green+Blue) = 242+6+122=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F2067A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2067A is #0DF985. Grayscale: #595959. Windows color (decimal): -915846 or 7997170. OLE color: 7997170.
HSL color Cylindrical-coordinate representation of color #F2067A: hue angle of 330.51º 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 #F2067A is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 122 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.05 |
| HSL | 330.51º | 0.95% | 0.49% | - |
| HSV(B) | 330.51º | 0.98% | 0.95% | - |
| XYZ | 40.2 | 20.41 | 20.23 | - |
| YUV | 89.79 | 146.19 | 236.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 122 | 0 | 0.98 | 0.50 | 0.05 | 330.51 | 0.95 | 0.49 |
| Hex | F2 | 6 | 7A | 0 | 62 | 32 | 5 | 14B | 5F | 31 |
| Octal | 362 | 6 | 172 | 0 | 142 | 62 | 5 | 513 | 137 | 61 |
| Binary | 11110010 | 110 | 1111010 | 0 | 1100010 | 110010 | 101 | 101001011 | 1011111 | 110001 |
Color Harmonies of #F2067A
Complementary color
Monochromatic Colors of #F2067A
Black with #F2067A
Text Example
Text Example
White with #F2067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2067A; }
p { color: rgb(242,6,122); }
H1.HeaderClassName
{
color: #F2067A;
}
.AnyTagClassName
{
color: #F2067A;
}
</style>
background-color css
<style>
a { background-color: #F2067A; }
a { background-color: rgb(242,6,122); }
div.DivClassName
{
background-color: #F2067A;
}
.BgClassName
{
background-color: #F2067A;
}
</style>
border-color css
<style>
span { border-color: #F2067A; }
span { border-color: rgb(242,6,122); }
td.TdClassName
{
border-color: #F2067A;
}
.TagClassName
{
border-color: #F2067A;
}
</style>