#F8157C

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

Shades of Deep Pink #F8157C

Tints of Deep Pink #F8157C

Color information

#F8157C (or 0xF8157C) is unknown color: approx Deep Pink. HEX triplet: F8, 15 and 7C. RGB value is (248,21,124). Sum of RGB (Red+Green+Blue) = 248+21+124=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F8157C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8157C is #07EA83. Grayscale: #646464. Windows color (decimal): -518788 or 8132088. OLE color: 8132088.

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

Color convert

RGB24821124-
CMYK00.920.50.03
HSL332.78º94.19%52.75%-
HSV(B)332.78º91.53%97.25%-
XYZ42.6221.9521.06-
YUV100.62141.21233.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 63.10%
GREEN value IS 21 (8.59% from 255) = 5.34%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=63.10%
G=5.34%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.5
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482112400.920.50.03332.7894.1952.75
HexF8157C05C32314d5e35
Octal37025174013462351513665
Binary1111100010101111110001011100110010111010011011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8157C; }

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

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

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

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

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

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

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

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