Shades of Deep Pink #F1087E
Tints of Deep Pink #F1087E
RGB
CMYK
RGB Variations
Color information
#F1087E (or 0xF1087E) is known color: Deep Pink. HEX triplet: F1, 08 and 7E. RGB value is (241,8,126). Sum of RGB (Red+Green+Blue) = 241+8+126=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F1087E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1087E is #0EF781. Grayscale: #5A5A5A. Windows color (decimal): -980866 or 8259825. OLE color: 8259825.
HSL color Cylindrical-coordinate representation of color #F1087E: hue angle of 329.61º 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 #F1087E is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 126 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.05 |
| HSL | 329.61º | 0.94% | 0.49% | - |
| HSV(B) | 329.61º | 0.97% | 0.95% | - |
| XYZ | 40.13 | 20.38 | 21.56 | - |
| YUV | 91.12 | 147.69 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 126 | 0 | 0.97 | 0.48 | 0.05 | 329.61 | 0.94 | 0.49 |
| Hex | F1 | 8 | 7E | 0 | 61 | 30 | 5 | 14A | 5E | 31 |
| Octal | 361 | 10 | 176 | 0 | 141 | 60 | 5 | 512 | 136 | 61 |
| Binary | 11110001 | 1000 | 1111110 | 0 | 1100001 | 110000 | 101 | 101001010 | 1011110 | 110001 |
Color Harmonies of #F1087E
Complementary color
Monochromatic Colors of #F1087E
Black with #F1087E
Text Example
Text Example
White with #F1087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1087E; }
p { color: rgb(241,8,126); }
H1.HeaderClassName
{
color: #F1087E;
}
.AnyTagClassName
{
color: #F1087E;
}
</style>
background-color css
<style>
a { background-color: #F1087E; }
a { background-color: rgb(241,8,126); }
div.DivClassName
{
background-color: #F1087E;
}
.BgClassName
{
background-color: #F1087E;
}
</style>
border-color css
<style>
span { border-color: #F1087E; }
span { border-color: rgb(241,8,126); }
td.TdClassName
{
border-color: #F1087E;
}
.TagClassName
{
border-color: #F1087E;
}
</style>