#F6157C

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

Shades of Deep Pink #F6157C

Tints of Deep Pink #F6157C

Color information

#F6157C (or 0xF6157C) is unknown color: approx Deep Pink. HEX triplet: F6, 15 and 7C. RGB value is (246,21,124). Sum of RGB (Red+Green+Blue) = 246+21+124=391 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.92% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 246 - color contains mainly: red. Hex color #F6157C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6157C is #09EA83. Grayscale: #636363. Windows color (decimal): -649860 or 8132086. OLE color: 8132086.

HSL color Cylindrical-coordinate representation of color #F6157C: hue angle of 332.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6157C is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB24621124-
CMYK00.910.500.04
HSL332.53º92.59%52.35%-
HSV(B)332.53º91.46%96.47%-
XYZ41.9121.5821.03-
YUV100.02141.54232.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 62.92%
GREEN value IS 21 (8.59% from 255) = 5.37%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=62.92%
G=5.37%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462112400.910.500.04332.5392.5952.35
HexF6157C05B32414d5d34
Octal36625174013362451513564
Binary11110110101011111100010110111100101001010011011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6157C; }

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

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

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

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

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

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

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

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