Shades of Deep Pink #F80B8D
Tints of Deep Pink #F80B8D
RGB
CMYK
RGB Variations
Color information
#F80B8D (or 0xF80B8D) is known color: Deep Pink. HEX triplet: F8, 0B and 8D. RGB value is (248,11,141). Sum of RGB (Red+Green+Blue) = 248+11+141=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80B8D is #07F472. Grayscale: #606060. Windows color (decimal): -521331 or 9243640. OLE color: 9243640.
HSL color Cylindrical-coordinate representation of color #F80B8D: hue angle of 327.09º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80B8D is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 141 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.03 |
| HSL | 327.09º | 0.94% | 0.51% | - |
| HSV(B) | 327.09º | 0.96% | 0.97% | - |
| XYZ | 43.64 | 22.12 | 27.17 | - |
| YUV | 96.68 | 153.02 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 141 | 0 | 0.96 | 0.43 | 0.03 | 327.09 | 0.94 | 0.51 |
| Hex | F8 | B | 8D | 0 | 60 | 2B | 3 | 147 | 5E | 33 |
| Octal | 370 | 13 | 215 | 0 | 140 | 53 | 3 | 507 | 136 | 63 |
| Binary | 11111000 | 1011 | 10001101 | 0 | 1100000 | 101011 | 11 | 101000111 | 1011110 | 110011 |
Color Harmonies of #F80B8D
Complementary color
Monochromatic Colors of #F80B8D
Black with #F80B8D
Text Example
Text Example
White with #F80B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80B8D; }
p { color: rgb(248,11,141); }
H1.HeaderClassName
{
color: #F80B8D;
}
.AnyTagClassName
{
color: #F80B8D;
}
</style>
background-color css
<style>
a { background-color: #F80B8D; }
a { background-color: rgb(248,11,141); }
div.DivClassName
{
background-color: #F80B8D;
}
.BgClassName
{
background-color: #F80B8D;
}
</style>
border-color css
<style>
span { border-color: #F80B8D; }
span { border-color: rgb(248,11,141); }
td.TdClassName
{
border-color: #F80B8D;
}
.TagClassName
{
border-color: #F80B8D;
}
</style>