#f8157e

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

Shades of Deep Pink #F8157E

Tints of Deep Pink #F8157E

Color information

#F8157E (or 0xF8157E) is unknown color: approx Deep Pink. HEX triplet: F8, 15 and 7E. RGB value is (248,21,126). Sum of RGB (Red+Green+Blue) = 248+21+126=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F8157E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8157E is #07EA81. Grayscale: #646464. Windows color (decimal): -518786 or 8263160. OLE color: 8263160.

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

Color convert

RGB24821126-
CMYK00.920.490.03
HSL332.25º94.19%52.75%-
HSV(B)332.25º91.53%97.25%-
XYZ42.752221.73-
YUV100.84142.21232.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 62.78%
GREEN value IS 21 (8.59% from 255) = 5.32%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=62.78%
G=5.32%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482112600.920.490.03332.2594.1952.75
HexF8157E05C31314c5e35
Octal37025176013461351413665
Binary1111100010101111111001011100110001111010011001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8157e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8157e; }

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

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

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

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

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

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

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

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