#F8158C

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

Shades of Deep Pink #F8158C

Tints of Deep Pink #F8158C

Color information

#F8158C (or 0xF8158C) is unknown color: approx Deep Pink. HEX triplet: F8, 15 and 8C. RGB value is (248,21,140). Sum of RGB (Red+Green+Blue) = 248+21+140=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8158C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8158C is #07EA73. Grayscale: #666666. Windows color (decimal): -518772 or 9180664. OLE color: 9180664.

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

Color convert

RGB24821140-
CMYK00.920.440.03
HSL328.55º94.19%52.75%-
HSV(B)328.55º91.53%97.25%-
XYZ43.7122.3926.83-
YUV102.44149.21231.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.64%
GREEN value IS 21 (8.59% from 255) = 5.13%
BLUE value IS 140 (55.08% from 255) = 34.23%
R=60.64%
G=5.13%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482114000.920.440.03328.5594.1952.75
HexF8158C05C2C31495e35
Octal37025214013454351113665
Binary11111000101011000110001011100101100111010010011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8158C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8158C; }

 p { color: rgb(248,21,140); }

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

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

 a { background-color: rgb(248,21,140); }

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

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

 span { border-color: rgb(248,21,140); }

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