#F14171

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

Shades of Dark Pink #F14171

Tints of Dark Pink #F14171

Color information

#F14171 (or 0xF14171) is unknown color: approx Dark Pink. HEX triplet: F1, 41 and 71. RGB value is (241,65,113). Sum of RGB (Red+Green+Blue) = 241+65+113=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F14171 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14171 is #0EBE8E. Grayscale: #7B7B7B. Windows color (decimal): -966287 or 7422449. OLE color: 7422449.

HSL color Cylindrical-coordinate representation of color #F14171: hue angle of 343.64º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14171 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB24165113-
CMYK00.730.530.05
HSL343.64º86.27%60%-
HSV(B)343.64º73.03%94.51%-
XYZ41.1523.6718.02-
YUV123.1122.31212.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.52%
GREEN value IS 65 (25.78% from 255) = 15.51%
BLUE value IS 113 (44.53% from 255) = 26.97%
R=57.52%
G=15.51%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416511300.730.530.05343.6486.2760
HexF14171049355158563c
Octal361101161011165553012674
Binary1111000110000011110001010010011101011011010110001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14171; }

 p { color: rgb(241,65,113); }

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

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

 a { background-color: rgb(241,65,113); }

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

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

 span { border-color: rgb(241,65,113); }

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