#F44772

Color #F44772 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #F44772

Tints of Wild Watermelon #F44772

Color information

#F44772 (or 0xF44772) is unknown color: approx Wild Watermelon. HEX triplet: F4, 47 and 72. RGB value is (244,71,114). Sum of RGB (Red+Green+Blue) = 244+71+114=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F44772 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44772 is #0BB88D. Grayscale: #7F7F7F. Windows color (decimal): -768142 or 7489524. OLE color: 7489524.

HSL color Cylindrical-coordinate representation of color #F44772: hue angle of 345.09º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F44772 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB24471114-
CMYK00.710.530.04
HSL345.09º88.72%61.76%-
HSV(B)345.09º70.9%95.69%-
XYZ42.624.9518.49-
YUV127.63120.31211-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.88%
GREEN value IS 71 (28.12% from 255) = 16.55%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=56.88%
G=16.55%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447111400.710.530.04345.0988.7261.76
HexF44772047354159593e
Octal364107162010765453113176
Binary1111010010001111110010010001111101011001010110011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44772; }

 p { color: rgb(244,71,114); }

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

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

 a { background-color: rgb(244,71,114); }

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

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

 span { border-color: rgb(244,71,114); }

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