Shades of Deep Pink #F8108B
Tints of Deep Pink #F8108B
RGB
CMYK
RGB Variations
Color information
#F8108B (or 0xF8108B) is known color: Deep Pink. HEX triplet: F8, 10 and 8B. RGB value is (248,16,139). Sum of RGB (Red+Green+Blue) = 248+16+139=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F8108B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8108B is #07EF74. Grayscale: #636363. Windows color (decimal): -520053 or 9113848. OLE color: 9113848.
HSL color Cylindrical-coordinate representation of color #F8108B: hue angle of 328.19º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8108B is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 139 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.03 |
| HSL | 328.19º | 0.94% | 0.52% | - |
| HSV(B) | 328.19º | 0.94% | 0.97% | - |
| XYZ | 43.56 | 22.19 | 26.41 | - |
| YUV | 99.39 | 150.36 | 234 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 139 | 0 | 0.94 | 0.44 | 0.03 | 328.19 | 0.94 | 0.52 |
| Hex | F8 | 10 | 8B | 0 | 5E | 2C | 3 | 148 | 5E | 34 |
| Octal | 370 | 20 | 213 | 0 | 136 | 54 | 3 | 510 | 136 | 64 |
| Binary | 11111000 | 10000 | 10001011 | 0 | 1011110 | 101100 | 11 | 101001000 | 1011110 | 110100 |
Color Harmonies of #F8108B
Complementary color
Monochromatic Colors of #F8108B
Black with #F8108B
Text Example
Text Example
White with #F8108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8108B; }
p { color: rgb(248,16,139); }
H1.HeaderClassName
{
color: #F8108B;
}
.AnyTagClassName
{
color: #F8108B;
}
</style>
background-color css
<style>
a { background-color: #F8108B; }
a { background-color: rgb(248,16,139); }
div.DivClassName
{
background-color: #F8108B;
}
.BgClassName
{
background-color: #F8108B;
}
</style>
border-color css
<style>
span { border-color: #F8108B; }
span { border-color: rgb(248,16,139); }
td.TdClassName
{
border-color: #F8108B;
}
.TagClassName
{
border-color: #F8108B;
}
</style>