Shades of Deep Pink #F1077A
Tints of Deep Pink #F1077A
RGB
CMYK
RGB Variations
Color information
#F1077A (or 0xF1077A) is known color: Deep Pink. HEX triplet: F1, 07 and 7A. RGB value is (241,7,122). Sum of RGB (Red+Green+Blue) = 241+7+122=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F1077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1077A is #0EF885. Grayscale: #595959. Windows color (decimal): -981126 or 7997425. OLE color: 7997425.
HSL color Cylindrical-coordinate representation of color #F1077A: hue angle of 330.51º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1077A is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.05 |
| HSL | 330.51º | 0.94% | 0.49% | - |
| HSV(B) | 330.51º | 0.97% | 0.95% | - |
| XYZ | 39.86 | 20.26 | 20.22 | - |
| YUV | 90.08 | 146.02 | 235.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 122 | 0 | 0.97 | 0.49 | 0.05 | 330.51 | 0.94 | 0.49 |
| Hex | F1 | 7 | 7A | 0 | 61 | 31 | 5 | 14B | 5E | 31 |
| Octal | 361 | 7 | 172 | 0 | 141 | 61 | 5 | 513 | 136 | 61 |
| Binary | 11110001 | 111 | 1111010 | 0 | 1100001 | 110001 | 101 | 101001011 | 1011110 | 110001 |
Color Harmonies of #F1077A
Complementary color
Monochromatic Colors of #F1077A
Black with #F1077A
Text Example
Text Example
White with #F1077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1077A; }
p { color: rgb(241,7,122); }
H1.HeaderClassName
{
color: #F1077A;
}
.AnyTagClassName
{
color: #F1077A;
}
</style>
background-color css
<style>
a { background-color: #F1077A; }
a { background-color: rgb(241,7,122); }
div.DivClassName
{
background-color: #F1077A;
}
.BgClassName
{
background-color: #F1077A;
}
</style>
border-color css
<style>
span { border-color: #F1077A; }
span { border-color: rgb(241,7,122); }
td.TdClassName
{
border-color: #F1077A;
}
.TagClassName
{
border-color: #F1077A;
}
</style>