#f44f7c

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

Shades of Dark Pink #F44F7C

Tints of Dark Pink #F44F7C

Color information

#F44F7C (or 0xF44F7C) is unknown color: approx Dark Pink. HEX triplet: F4, 4F and 7C. RGB value is (244,79,124). Sum of RGB (Red+Green+Blue) = 244+79+124=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F44F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44F7C is #0BB083. Grayscale: #858585. Windows color (decimal): -766084 or 8146932. OLE color: 8146932.

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

Color convert

RGB24479124-
CMYK00.680.490.04
HSL343.64º88.24%63.33%-
HSV(B)343.64º67.62%95.69%-
XYZ43.7426.2821.84-
YUV133.46122.66206.84-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.59%
GREEN value IS 79 (31.25% from 255) = 17.67%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=54.59%
G=17.67%
B=27.74%

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
Decimal2447912400.680.490.04343.6488.2463.33
HexF44F7C044314158583f
Octal364117174010461453013077
Binary1111010010011111111100010001001100011001010110001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f44f7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f44f7c; }

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

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

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

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

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

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

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

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