#F44B76

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

Shades of Dark Pink #F44B76

Tints of Dark Pink #F44B76

Color information

#F44B76 (or 0xF44B76) is unknown color: approx Dark Pink. HEX triplet: F4, 4B and 76. RGB value is (244,75,118). Sum of RGB (Red+Green+Blue) = 244+75+118=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F44B76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44B76 is #0BB489. Grayscale: #828282. Windows color (decimal): -767114 or 7752692. OLE color: 7752692.

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

Color convert

RGB24475118-
CMYK00.690.520.04
HSL344.73º88.48%62.55%-
HSV(B)344.73º69.26%95.69%-
XYZ43.0925.5719.8-
YUV130.43120.99209-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.84%
GREEN value IS 75 (29.69% from 255) = 17.16%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=55.84%
G=17.16%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447511800.690.520.04344.7388.4862.55
HexF44B76045344159583f
Octal364113166010564453113077
Binary1111010010010111110110010001011101001001010110011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44B76; }

 p { color: rgb(244,75,118); }

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

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

 a { background-color: rgb(244,75,118); }

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

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

 span { border-color: rgb(244,75,118); }

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