Shades of Deep Pink #F10081
Tints of Deep Pink #F10081
RGB
CMYK
RGB Variations
Color information
#F10081 (or 0xF10081) is known color: Deep Pink. HEX triplet: F1, 00 and 81. RGB value is (241,0,129). Sum of RGB (Red+Green+Blue) = 241+0+129=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F10081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10081 is #0EFF7E. Grayscale: #565656. Windows color (decimal): -982911 or 8454385. OLE color: 8454385.
HSL color Cylindrical-coordinate representation of color #F10081: hue angle of 327.88º 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 #F10081 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.46 | 0.05 |
| HSL | 327.88º | 1% | 0.47% | - |
| HSV(B) | 327.88º | 1% | 0.95% | - |
| XYZ | 40.24 | 20.29 | 22.56 | - |
| YUV | 86.77 | 151.84 | 238.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 129 | 0 | 1 | 0.46 | 0.05 | 327.88 | 1 | 0.47 |
| Hex | F1 | 0 | 81 | 0 | 64 | 2E | 5 | 148 | 64 | 2F |
| Octal | 361 | 0 | 201 | 0 | 144 | 56 | 5 | 510 | 144 | 57 |
| Binary | 11110001 | 0 | 10000001 | 0 | 1100100 | 101110 | 101 | 101001000 | 1100100 | 101111 |
Color Harmonies of #F10081
Complementary color
Monochromatic Colors of #F10081
Black with #F10081
Text Example
Text Example
White with #F10081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10081; }
p { color: rgb(241,0,129); }
H1.HeaderClassName
{
color: #F10081;
}
.AnyTagClassName
{
color: #F10081;
}
</style>
background-color css
<style>
a { background-color: #F10081; }
a { background-color: rgb(241,0,129); }
div.DivClassName
{
background-color: #F10081;
}
.BgClassName
{
background-color: #F10081;
}
</style>
border-color css
<style>
span { border-color: #F10081; }
span { border-color: rgb(241,0,129); }
td.TdClassName
{
border-color: #F10081;
}
.TagClassName
{
border-color: #F10081;
}
</style>