#F7168C

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

Shades of Deep Pink #F7168C

Tints of Deep Pink #F7168C

Color information

#F7168C (or 0xF7168C) is unknown color: approx Deep Pink. HEX triplet: F7, 16 and 8C. RGB value is (247,22,140). Sum of RGB (Red+Green+Blue) = 247+22+140=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F7168C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7168C is #08E973. Grayscale: #666666. Windows color (decimal): -584052 or 9180919. OLE color: 9180919.

HSL color Cylindrical-coordinate representation of color #F7168C: hue angle of 328.53º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7168C is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB24722140-
CMYK00.910.430.03
HSL328.53º93.36%52.75%-
HSV(B)328.53º91.09%96.86%-
XYZ43.3822.2426.82-
YUV102.73149.04230.91-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 60.39%
GREEN value IS 22 (8.98% from 255) = 5.38%
BLUE value IS 140 (55.08% from 255) = 34.23%
R=60.39%
G=5.38%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472214000.910.430.03328.5393.3652.75
HexF7168C05B2B31495d35
Octal36726214013353351113565
Binary11110111101101000110001011011101011111010010011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7168C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7168C; }

 p { color: rgb(247,22,140); }

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

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

 a { background-color: rgb(247,22,140); }

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

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

 span { border-color: rgb(247,22,140); }

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