Shades of Deep Pink #F8139C
Tints of Deep Pink #F8139C
RGB
CMYK
RGB Variations
Color information
#F8139C (or 0xF8139C) is known color: Deep Pink. HEX triplet: F8, 13 and 9C. RGB value is (248,19,156). Sum of RGB (Red+Green+Blue) = 248+19+156=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F8139C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8139C is #07EC63. Grayscale: #666666. Windows color (decimal): -519268 or 10228728. OLE color: 10228728.
HSL color Cylindrical-coordinate representation of color #F8139C: hue angle of 324.1º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8139C is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 156 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.03 |
| HSL | 324.1º | 0.94% | 0.52% | - |
| HSV(B) | 324.1º | 0.92% | 0.97% | - |
| XYZ | 44.95 | 22.82 | 33.49 | - |
| YUV | 103.09 | 157.87 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 156 | 0 | 0.92 | 0.37 | 0.03 | 324.1 | 0.94 | 0.52 |
| Hex | F8 | 13 | 9C | 0 | 5C | 25 | 3 | 144 | 5E | 34 |
| Octal | 370 | 23 | 234 | 0 | 134 | 45 | 3 | 504 | 136 | 64 |
| Binary | 11111000 | 10011 | 10011100 | 0 | 1011100 | 100101 | 11 | 101000100 | 1011110 | 110100 |
Color Harmonies of #F8139C
Complementary color
Monochromatic Colors of #F8139C
Black with #F8139C
Text Example
Text Example
White with #F8139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8139C; }
p { color: rgb(248,19,156); }
H1.HeaderClassName
{
color: #F8139C;
}
.AnyTagClassName
{
color: #F8139C;
}
</style>
background-color css
<style>
a { background-color: #F8139C; }
a { background-color: rgb(248,19,156); }
div.DivClassName
{
background-color: #F8139C;
}
.BgClassName
{
background-color: #F8139C;
}
</style>
border-color css
<style>
span { border-color: #F8139C; }
span { border-color: rgb(248,19,156); }
td.TdClassName
{
border-color: #F8139C;
}
.TagClassName
{
border-color: #F8139C;
}
</style>