#F7177D

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

Shades of Deep Pink #F7177D

Tints of Deep Pink #F7177D

Color information

#F7177D (or 0xF7177D) is unknown color: approx Deep Pink. HEX triplet: F7, 17 and 7D. RGB value is (247,23,125). Sum of RGB (Red+Green+Blue) = 247+23+125=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F7177D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7177D is #08E882. Grayscale: #656565. Windows color (decimal): -583811 or 8198135. OLE color: 8198135.

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

Color convert

RGB24723125-
CMYK00.910.490.03
HSL332.68º93.33%52.94%-
HSV(B)332.68º90.69%96.86%-
XYZ42.3721.8721.39-
YUV101.6141.21231.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 62.53%
GREEN value IS 23 (9.38% from 255) = 5.82%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=62.53%
G=5.82%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472312500.910.490.03332.6893.3352.94
HexF7177D05B31314d5d35
Octal36727175013361351513565
Binary1111011110111111110101011011110001111010011011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7177D; }

 p { color: rgb(247,23,125); }

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

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

 a { background-color: rgb(247,23,125); }

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

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

 span { border-color: rgb(247,23,125); }

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