Shades of Deep Pink #F1078B
Tints of Deep Pink #F1078B
RGB
CMYK
RGB Variations
Color information
#F1078B (or 0xF1078B) is known color: Deep Pink. HEX triplet: F1, 07 and 8B. RGB value is (241,7,139). Sum of RGB (Red+Green+Blue) = 241+7+139=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F1078B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1078B is #0EF874. Grayscale: #5B5B5B. Windows color (decimal): -981109 or 9111537. OLE color: 9111537.
HSL color Cylindrical-coordinate representation of color #F1078B: hue angle of 326.15º 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 #F1078B is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 139 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.05 |
| HSL | 326.15º | 0.94% | 0.49% | - |
| HSV(B) | 326.15º | 0.97% | 0.95% | - |
| XYZ | 41.01 | 20.72 | 26.26 | - |
| YUV | 92.01 | 154.52 | 234.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 139 | 0 | 0.97 | 0.42 | 0.05 | 326.15 | 0.94 | 0.49 |
| Hex | F1 | 7 | 8B | 0 | 61 | 2A | 5 | 146 | 5E | 31 |
| Octal | 361 | 7 | 213 | 0 | 141 | 52 | 5 | 506 | 136 | 61 |
| Binary | 11110001 | 111 | 10001011 | 0 | 1100001 | 101010 | 101 | 101000110 | 1011110 | 110001 |
Color Harmonies of #F1078B
Complementary color
Monochromatic Colors of #F1078B
Black with #F1078B
Text Example
Text Example
White with #F1078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1078B; }
p { color: rgb(241,7,139); }
H1.HeaderClassName
{
color: #F1078B;
}
.AnyTagClassName
{
color: #F1078B;
}
</style>
background-color css
<style>
a { background-color: #F1078B; }
a { background-color: rgb(241,7,139); }
div.DivClassName
{
background-color: #F1078B;
}
.BgClassName
{
background-color: #F1078B;
}
</style>
border-color css
<style>
span { border-color: #F1078B; }
span { border-color: rgb(241,7,139); }
td.TdClassName
{
border-color: #F1078B;
}
.TagClassName
{
border-color: #F1078B;
}
</style>