Shades of Deep Pink #F2067F
Tints of Deep Pink #F2067F
RGB
CMYK
RGB Variations
Color information
#F2067F (or 0xF2067F) is known color: Deep Pink. HEX triplet: F2, 06 and 7F. RGB value is (242,6,127). Sum of RGB (Red+Green+Blue) = 242+6+127=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F2067F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2067F is #0DF980. Grayscale: #5A5A5A. Windows color (decimal): -915841 or 8324850. OLE color: 8324850.
HSL color Cylindrical-coordinate representation of color #F2067F: hue angle of 329.24º 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 #F2067F is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 127 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.05 |
| HSL | 329.24º | 0.95% | 0.49% | - |
| HSV(B) | 329.24º | 0.98% | 0.95% | - |
| XYZ | 40.51 | 20.54 | 21.91 | - |
| YUV | 90.36 | 148.69 | 236.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 127 | 0 | 0.98 | 0.48 | 0.05 | 329.24 | 0.95 | 0.49 |
| Hex | F2 | 6 | 7F | 0 | 62 | 30 | 5 | 149 | 5F | 31 |
| Octal | 362 | 6 | 177 | 0 | 142 | 60 | 5 | 511 | 137 | 61 |
| Binary | 11110010 | 110 | 1111111 | 0 | 1100010 | 110000 | 101 | 101001001 | 1011111 | 110001 |
Color Harmonies of #F2067F
Complementary color
Monochromatic Colors of #F2067F
Black with #F2067F
Text Example
Text Example
White with #F2067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2067F; }
p { color: rgb(242,6,127); }
H1.HeaderClassName
{
color: #F2067F;
}
.AnyTagClassName
{
color: #F2067F;
}
</style>
background-color css
<style>
a { background-color: #F2067F; }
a { background-color: rgb(242,6,127); }
div.DivClassName
{
background-color: #F2067F;
}
.BgClassName
{
background-color: #F2067F;
}
</style>
border-color css
<style>
span { border-color: #F2067F; }
span { border-color: rgb(242,6,127); }
td.TdClassName
{
border-color: #F2067F;
}
.TagClassName
{
border-color: #F2067F;
}
</style>