#F14D78

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

Shades of Dark Pink #F14D78

Tints of Dark Pink #F14D78

Color information

#F14D78 (or 0xF14D78) is unknown color: approx Dark Pink. HEX triplet: F1, 4D and 78. RGB value is (241,77,120). Sum of RGB (Red+Green+Blue) = 241+77+120=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14D78 is #0EB287. Grayscale: #828282. Windows color (decimal): -963208 or 7884273. OLE color: 7884273.

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

Color convert

RGB24177120-
CMYK00.680.500.05
HSL344.27º85.42%62.35%-
HSV(B)344.27º68.05%94.51%-
XYZ42.3225.3620.43-
YUV130.94121.83206.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.02%
GREEN value IS 77 (30.47% from 255) = 17.58%
BLUE value IS 120 (47.27% from 255) = 27.40%
R=55.02%
G=17.58%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417712000.680.500.05344.2785.4262.35
HexF14D78044325158553e
Octal361115170010462553012576
Binary1111000110011011111000010001001100101011010110001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14D78; }

 p { color: rgb(241,77,120); }

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

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

 a { background-color: rgb(241,77,120); }

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

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

 span { border-color: rgb(241,77,120); }

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