#F8139E

Color #F8139E Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F8139E

Tints of Deep Pink #F8139E

Color information

#F8139E (or 0xF8139E) is unknown color: approx Deep Pink. HEX triplet: F8, 13 and 9E. RGB value is (248,19,158). Sum of RGB (Red+Green+Blue) = 248+19+158=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F8139E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8139E is #07EC61. Grayscale: #666666. Windows color (decimal): -519266 or 10359800. OLE color: 10359800.

HSL color Cylindrical-coordinate representation of color #F8139E: hue angle of 323.58º 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 #F8139E is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB24819158-
CMYK00.920.360.03
HSL323.58º94.24%52.35%-
HSV(B)323.58º92.34%97.25%-
XYZ45.1222.8934.39-
YUV103.32158.87231.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 58.35%
GREEN value IS 19 (7.81% from 255) = 4.47%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=58.35%
G=4.47%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481915800.920.360.03323.5894.2452.35
HexF8139E05C2431445e34
Octal37023236013444350413664
Binary11111000100111001111001011100100100111010001001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8139E; }

 p { color: rgb(248,19,158); }

 H1.HeaderClassName
 {
   color: #F8139E;
 }
 .AnyTagClassName
 {
   color: #F8139E;
 }
</style>
background-color css

<style>
 a { background-color: #F8139E; }

 a { background-color: rgb(248,19,158); }

 div.DivClassName
 {
   background-color: #F8139E;
 }
 .BgClassName
 {
   background-color: #F8139E;
 }
</style>
border-color css

<style>
 span { border-color: #F8139E; }

 span { border-color: rgb(248,19,158); }

 td.TdClassName
 {
   border-color: #F8139E;
 }
 .TagClassName
 {
   border-color: #F8139E;
 }
</style>