Shades of Deep Pink #F2007E
Tints of Deep Pink #F2007E
RGB
CMYK
RGB Variations
Color information
#F2007E (or 0xF2007E) is known color: Deep Pink. HEX triplet: F2, 00 and 7E. RGB value is (242,0,126). Sum of RGB (Red+Green+Blue) = 242+0+126=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F2007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2007E is #0DFF81. Grayscale: #565656. Windows color (decimal): -917378 or 8257778. OLE color: 8257778.
HSL color Cylindrical-coordinate representation of color #F2007E: hue angle of 328.76º 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 #F2007E is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.48 | 0.05 |
| HSL | 328.76º | 1% | 0.47% | - |
| HSV(B) | 328.76º | 1% | 0.95% | - |
| XYZ | 40.38 | 20.38 | 21.54 | - |
| YUV | 86.72 | 150.17 | 238.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 126 | 0 | 1 | 0.48 | 0.05 | 328.76 | 1 | 0.47 |
| Hex | F2 | 0 | 7E | 0 | 64 | 30 | 5 | 149 | 64 | 2F |
| Octal | 362 | 0 | 176 | 0 | 144 | 60 | 5 | 511 | 144 | 57 |
| Binary | 11110010 | 0 | 1111110 | 0 | 1100100 | 110000 | 101 | 101001001 | 1100100 | 101111 |
Color Harmonies of #F2007E
Complementary color
Monochromatic Colors of #F2007E
Black with #F2007E
Text Example
Text Example
White with #F2007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2007E; }
p { color: rgb(242,0,126); }
H1.HeaderClassName
{
color: #F2007E;
}
.AnyTagClassName
{
color: #F2007E;
}
</style>
background-color css
<style>
a { background-color: #F2007E; }
a { background-color: rgb(242,0,126); }
div.DivClassName
{
background-color: #F2007E;
}
.BgClassName
{
background-color: #F2007E;
}
</style>
border-color css
<style>
span { border-color: #F2007E; }
span { border-color: rgb(242,0,126); }
td.TdClassName
{
border-color: #F2007E;
}
.TagClassName
{
border-color: #F2007E;
}
</style>