Shades of Deep Pink #F2007F
Tints of Deep Pink #F2007F
RGB
CMYK
RGB Variations
Color information
#F2007F (or 0xF2007F) is known color: Deep Pink. HEX triplet: F2, 00 and 7F. RGB value is (242,0,127). Sum of RGB (Red+Green+Blue) = 242+0+127=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2007F is #0DFF80. Grayscale: #565656. Windows color (decimal): -917377 or 8323314. OLE color: 8323314.
HSL color Cylindrical-coordinate representation of color #F2007F: hue angle of 328.51º 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 #F2007F is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.48 | 0.05 |
| HSL | 328.51º | 1% | 0.47% | - |
| HSV(B) | 328.51º | 1% | 0.95% | - |
| XYZ | 40.45 | 20.41 | 21.89 | - |
| YUV | 86.84 | 150.67 | 238.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 127 | 0 | 1 | 0.48 | 0.05 | 328.51 | 1 | 0.47 |
| Hex | F2 | 0 | 7F | 0 | 64 | 30 | 5 | 149 | 64 | 2F |
| Octal | 362 | 0 | 177 | 0 | 144 | 60 | 5 | 511 | 144 | 57 |
| Binary | 11110010 | 0 | 1111111 | 0 | 1100100 | 110000 | 101 | 101001001 | 1100100 | 101111 |
Color Harmonies of #F2007F
Complementary color
Monochromatic Colors of #F2007F
Black with #F2007F
Text Example
Text Example
White with #F2007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2007F; }
p { color: rgb(242,0,127); }
H1.HeaderClassName
{
color: #F2007F;
}
.AnyTagClassName
{
color: #F2007F;
}
</style>
background-color css
<style>
a { background-color: #F2007F; }
a { background-color: rgb(242,0,127); }
div.DivClassName
{
background-color: #F2007F;
}
.BgClassName
{
background-color: #F2007F;
}
</style>
border-color css
<style>
span { border-color: #F2007F; }
span { border-color: rgb(242,0,127); }
td.TdClassName
{
border-color: #F2007F;
}
.TagClassName
{
border-color: #F2007F;
}
</style>