Shades of Deep Pink #F8148B
Tints of Deep Pink #F8148B
RGB
CMYK
RGB Variations
Color information
#F8148B (or 0xF8148B) is known color: Deep Pink. HEX triplet: F8, 14 and 8B. RGB value is (248,20,139). Sum of RGB (Red+Green+Blue) = 248+20+139=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F8148B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8148B is #07EB74. Grayscale: #656565. Windows color (decimal): -519029 or 9114872. OLE color: 9114872.
HSL color Cylindrical-coordinate representation of color #F8148B: hue angle of 328.68º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8148B is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 139 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.03 |
| HSL | 328.68º | 0.94% | 0.53% | - |
| HSV(B) | 328.68º | 0.92% | 0.97% | - |
| XYZ | 43.62 | 22.32 | 26.44 | - |
| YUV | 101.74 | 149.04 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 139 | 0 | 0.92 | 0.44 | 0.03 | 328.68 | 0.94 | 0.53 |
| Hex | F8 | 14 | 8B | 0 | 5C | 2C | 3 | 149 | 5E | 35 |
| Octal | 370 | 24 | 213 | 0 | 134 | 54 | 3 | 511 | 136 | 65 |
| Binary | 11111000 | 10100 | 10001011 | 0 | 1011100 | 101100 | 11 | 101001001 | 1011110 | 110101 |
Color Harmonies of #F8148B
Complementary color
Monochromatic Colors of #F8148B
Black with #F8148B
Text Example
Text Example
White with #F8148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8148B; }
p { color: rgb(248,20,139); }
H1.HeaderClassName
{
color: #F8148B;
}
.AnyTagClassName
{
color: #F8148B;
}
</style>
background-color css
<style>
a { background-color: #F8148B; }
a { background-color: rgb(248,20,139); }
div.DivClassName
{
background-color: #F8148B;
}
.BgClassName
{
background-color: #F8148B;
}
</style>
border-color css
<style>
span { border-color: #F8148B; }
span { border-color: rgb(248,20,139); }
td.TdClassName
{
border-color: #F8148B;
}
.TagClassName
{
border-color: #F8148B;
}
</style>