#F8139D

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

Shades of Deep Pink #F8139D

Tints of Deep Pink #F8139D

Color information

#F8139D (or 0xF8139D) is unknown color: approx Deep Pink. HEX triplet: F8, 13 and 9D. RGB value is (248,19,157). Sum of RGB (Red+Green+Blue) = 248+19+157=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F8139D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8139D is #07EC62. Grayscale: #666666. Windows color (decimal): -519267 or 10294264. OLE color: 10294264.

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

Color convert

RGB24819157-
CMYK00.920.370.03
HSL323.84º94.24%52.35%-
HSV(B)323.84º92.34%97.25%-
XYZ45.0322.8633.94-
YUV103.2158.37231.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 58.49%
GREEN value IS 19 (7.81% from 255) = 4.48%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=58.49%
G=4.48%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481915700.920.370.03323.8494.2452.35
HexF8139D05C2531445e34
Octal37023235013445350413664
Binary11111000100111001110101011100100101111010001001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8139D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8139D; }

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

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

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

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

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

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

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

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