Shades of Deep Pink #F2007C
Tints of Deep Pink #F2007C
RGB
CMYK
RGB Variations
Color information
#F2007C (or 0xF2007C) is known color: Deep Pink. HEX triplet: F2, 00 and 7C. RGB value is (242,0,124). Sum of RGB (Red+Green+Blue) = 242+0+124=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F2007C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2007C is #0DFF83. Grayscale: #565656. Windows color (decimal): -917380 or 8126706. OLE color: 8126706.
HSL color Cylindrical-coordinate representation of color #F2007C: hue angle of 329.26º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2007C is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.49 | 0.05 |
| HSL | 329.26º | 1% | 0.47% | - |
| HSV(B) | 329.26º | 1% | 0.95% | - |
| XYZ | 40.26 | 20.33 | 20.87 | - |
| YUV | 86.49 | 149.17 | 238.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 124 | 0 | 1 | 0.49 | 0.05 | 329.26 | 1 | 0.47 |
| Hex | F2 | 0 | 7C | 0 | 64 | 31 | 5 | 149 | 64 | 2F |
| Octal | 362 | 0 | 174 | 0 | 144 | 61 | 5 | 511 | 144 | 57 |
| Binary | 11110010 | 0 | 1111100 | 0 | 1100100 | 110001 | 101 | 101001001 | 1100100 | 101111 |
Color Harmonies of #F2007C
Complementary color
Monochromatic Colors of #F2007C
Black with #F2007C
Text Example
Text Example
White with #F2007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2007C; }
p { color: rgb(242,0,124); }
H1.HeaderClassName
{
color: #F2007C;
}
.AnyTagClassName
{
color: #F2007C;
}
</style>
background-color css
<style>
a { background-color: #F2007C; }
a { background-color: rgb(242,0,124); }
div.DivClassName
{
background-color: #F2007C;
}
.BgClassName
{
background-color: #F2007C;
}
</style>
border-color css
<style>
span { border-color: #F2007C; }
span { border-color: rgb(242,0,124); }
td.TdClassName
{
border-color: #F2007C;
}
.TagClassName
{
border-color: #F2007C;
}
</style>