Shades of Deep Pink #F8149E
Tints of Deep Pink #F8149E
RGB
CMYK
RGB Variations
Color information
#F8149E (or 0xF8149E) is known color: Deep Pink. HEX triplet: F8, 14 and 9E. RGB value is (248,20,158). Sum of RGB (Red+Green+Blue) = 248+20+158=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8149E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8149E is #07EB61. Grayscale: #676767. Windows color (decimal): -519010 or 10360056. OLE color: 10360056.
HSL color Cylindrical-coordinate representation of color #F8149E: hue angle of 323.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 #F8149E is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 158 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.03 |
| HSL | 323.68º | 0.94% | 0.53% | - |
| HSV(B) | 323.68º | 0.92% | 0.97% | - |
| XYZ | 45.13 | 22.93 | 34.39 | - |
| YUV | 103.9 | 158.54 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 158 | 0 | 0.92 | 0.36 | 0.03 | 323.68 | 0.94 | 0.53 |
| Hex | F8 | 14 | 9E | 0 | 5C | 24 | 3 | 144 | 5E | 35 |
| Octal | 370 | 24 | 236 | 0 | 134 | 44 | 3 | 504 | 136 | 65 |
| Binary | 11111000 | 10100 | 10011110 | 0 | 1011100 | 100100 | 11 | 101000100 | 1011110 | 110101 |
Color Harmonies of #F8149E
Complementary color
Monochromatic Colors of #F8149E
Black with #F8149E
Text Example
Text Example
White with #F8149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8149E; }
p { color: rgb(248,20,158); }
H1.HeaderClassName
{
color: #F8149E;
}
.AnyTagClassName
{
color: #F8149E;
}
</style>
background-color css
<style>
a { background-color: #F8149E; }
a { background-color: rgb(248,20,158); }
div.DivClassName
{
background-color: #F8149E;
}
.BgClassName
{
background-color: #F8149E;
}
</style>
border-color css
<style>
span { border-color: #F8149E; }
span { border-color: rgb(248,20,158); }
td.TdClassName
{
border-color: #F8149E;
}
.TagClassName
{
border-color: #F8149E;
}
</style>