#F14E7C

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

Shades of Dark Pink #F14E7C

Tints of Dark Pink #F14E7C

Color information

#F14E7C (or 0xF14E7C) is unknown color: approx Dark Pink. HEX triplet: F1, 4E and 7C. RGB value is (241,78,124). Sum of RGB (Red+Green+Blue) = 241+78+124=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14E7C is #0EB183. Grayscale: #838383. Windows color (decimal): -962948 or 8146673. OLE color: 8146673.

HSL color Cylindrical-coordinate representation of color #F14E7C: hue angle of 343.07º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14E7C is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB24178124-
CMYK00.680.490.05
HSL343.07º85.34%62.55%-
HSV(B)343.07º67.63%94.51%-
XYZ42.6425.621.76-
YUV131.98123.5205.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.40%
GREEN value IS 78 (30.86% from 255) = 17.61%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=54.40%
G=17.61%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417812400.680.490.05343.0785.3462.55
HexF14E7C044315157553f
Octal361116174010461552712577
Binary1111000110011101111100010001001100011011010101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14E7C; }

 p { color: rgb(241,78,124); }

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

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

 a { background-color: rgb(241,78,124); }

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

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

 span { border-color: rgb(241,78,124); }

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