Shades of Deep Pink #F10080
Tints of Deep Pink #F10080
RGB
CMYK
RGB Variations
Color information
#F10080 (or 0xF10080) is known color: Deep Pink. HEX triplet: F1, 00 and 80. RGB value is (241,0,128). Sum of RGB (Red+Green+Blue) = 241+0+128=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F10080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10080 is #0EFF7F. Grayscale: #565656. Windows color (decimal): -982912 or 8388849. OLE color: 8388849.
HSL color Cylindrical-coordinate representation of color #F10080: hue angle of 328.13º 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 #F10080 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.47 | 0.05 |
| HSL | 328.13º | 1% | 0.47% | - |
| HSV(B) | 328.13º | 1% | 0.95% | - |
| XYZ | 40.17 | 20.26 | 22.22 | - |
| YUV | 86.65 | 151.34 | 238.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 128 | 0 | 1 | 0.47 | 0.05 | 328.13 | 1 | 0.47 |
| Hex | F1 | 0 | 80 | 0 | 64 | 2F | 5 | 148 | 64 | 2F |
| Octal | 361 | 0 | 200 | 0 | 144 | 57 | 5 | 510 | 144 | 57 |
| Binary | 11110001 | 0 | 10000000 | 0 | 1100100 | 101111 | 101 | 101001000 | 1100100 | 101111 |
Color Harmonies of #F10080
Complementary color
Monochromatic Colors of #F10080
Black with #F10080
Text Example
Text Example
White with #F10080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10080; }
p { color: rgb(241,0,128); }
H1.HeaderClassName
{
color: #F10080;
}
.AnyTagClassName
{
color: #F10080;
}
</style>
background-color css
<style>
a { background-color: #F10080; }
a { background-color: rgb(241,0,128); }
div.DivClassName
{
background-color: #F10080;
}
.BgClassName
{
background-color: #F10080;
}
</style>
border-color css
<style>
span { border-color: #F10080; }
span { border-color: rgb(241,0,128); }
td.TdClassName
{
border-color: #F10080;
}
.TagClassName
{
border-color: #F10080;
}
</style>