Shades of Deep Pink #F1077D
Tints of Deep Pink #F1077D
RGB
CMYK
RGB Variations
Color information
#F1077D (or 0xF1077D) is known color: Deep Pink. HEX triplet: F1, 07 and 7D. RGB value is (241,7,125). Sum of RGB (Red+Green+Blue) = 241+7+125=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F1077D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1077D is #0EF882. Grayscale: #5A5A5A. Windows color (decimal): -981123 or 8194033. OLE color: 8194033.
HSL color Cylindrical-coordinate representation of color #F1077D: hue angle of 329.74º 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 #F1077D is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 125 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.05 |
| HSL | 329.74º | 0.94% | 0.49% | - |
| HSV(B) | 329.74º | 0.97% | 0.95% | - |
| XYZ | 40.05 | 20.33 | 21.22 | - |
| YUV | 90.42 | 147.52 | 235.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 125 | 0 | 0.97 | 0.48 | 0.05 | 329.74 | 0.94 | 0.49 |
| Hex | F1 | 7 | 7D | 0 | 61 | 30 | 5 | 14A | 5E | 31 |
| Octal | 361 | 7 | 175 | 0 | 141 | 60 | 5 | 512 | 136 | 61 |
| Binary | 11110001 | 111 | 1111101 | 0 | 1100001 | 110000 | 101 | 101001010 | 1011110 | 110001 |
Color Harmonies of #F1077D
Complementary color
Monochromatic Colors of #F1077D
Black with #F1077D
Text Example
Text Example
White with #F1077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1077D; }
p { color: rgb(241,7,125); }
H1.HeaderClassName
{
color: #F1077D;
}
.AnyTagClassName
{
color: #F1077D;
}
</style>
background-color css
<style>
a { background-color: #F1077D; }
a { background-color: rgb(241,7,125); }
div.DivClassName
{
background-color: #F1077D;
}
.BgClassName
{
background-color: #F1077D;
}
</style>
border-color css
<style>
span { border-color: #F1077D; }
span { border-color: rgb(241,7,125); }
td.TdClassName
{
border-color: #F1077D;
}
.TagClassName
{
border-color: #F1077D;
}
</style>