#F44E7C

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

Shades of Dark Pink #F44E7C

Tints of Dark Pink #F44E7C

Color information

#F44E7C (or 0xF44E7C) is unknown color: approx Dark Pink. HEX triplet: F4, 4E and 7C. RGB value is (244,78,124). Sum of RGB (Red+Green+Blue) = 244+78+124=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F44E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44E7C is #0BB183. Grayscale: #848484. Windows color (decimal): -766340 or 8146676. OLE color: 8146676.

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

Color convert

RGB24478124-
CMYK00.680.490.04
HSL343.37º88.3%63.14%-
HSV(B)343.37º68.03%95.69%-
XYZ43.6726.1421.81-
YUV132.88123207.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.71%
GREEN value IS 78 (30.86% from 255) = 17.49%
BLUE value IS 124 (48.83% from 255) = 27.80%
R=54.71%
G=17.49%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447812400.680.490.04343.3788.363.14
HexF44E7C044314157583f
Octal364116174010461452713077
Binary1111010010011101111100010001001100011001010101111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44E7C; }

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

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

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

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

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

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

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

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