Shades of Deep Pink #F10086
Tints of Deep Pink #F10086
RGB
CMYK
RGB Variations
Color information
#F10086 (or 0xF10086) is known color: Deep Pink. HEX triplet: F1, 00 and 86. RGB value is (241,0,134). Sum of RGB (Red+Green+Blue) = 241+0+134=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F10086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10086 is #0EFF79. Grayscale: #575757. Windows color (decimal): -982906 or 8782065. OLE color: 8782065.
HSL color Cylindrical-coordinate representation of color #F10086: hue angle of 326.64º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10086 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 134 | - |
| CMYK | 0 | 1 | 0.44 | 0.05 |
| HSL | 326.64º | 1% | 0.47% | - |
| HSV(B) | 326.64º | 1% | 0.95% | - |
| XYZ | 40.58 | 20.42 | 24.36 | - |
| YUV | 87.34 | 154.34 | 237.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 134 | 0 | 1 | 0.44 | 0.05 | 326.64 | 1 | 0.47 |
| Hex | F1 | 0 | 86 | 0 | 64 | 2C | 5 | 147 | 64 | 2F |
| Octal | 361 | 0 | 206 | 0 | 144 | 54 | 5 | 507 | 144 | 57 |
| Binary | 11110001 | 0 | 10000110 | 0 | 1100100 | 101100 | 101 | 101000111 | 1100100 | 101111 |
Color Harmonies of #F10086
Complementary color
Monochromatic Colors of #F10086
Black with #F10086
Text Example
Text Example
White with #F10086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10086; }
p { color: rgb(241,0,134); }
H1.HeaderClassName
{
color: #F10086;
}
.AnyTagClassName
{
color: #F10086;
}
</style>
background-color css
<style>
a { background-color: #F10086; }
a { background-color: rgb(241,0,134); }
div.DivClassName
{
background-color: #F10086;
}
.BgClassName
{
background-color: #F10086;
}
</style>
border-color css
<style>
span { border-color: #F10086; }
span { border-color: rgb(241,0,134); }
td.TdClassName
{
border-color: #F10086;
}
.TagClassName
{
border-color: #F10086;
}
</style>