#F44D75

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

Shades of Wild Watermelon #F44D75

Tints of Wild Watermelon #F44D75

Color information

#F44D75 (or 0xF44D75) is unknown color: approx Wild Watermelon. HEX triplet: F4, 4D and 75. RGB value is (244,77,117). Sum of RGB (Red+Green+Blue) = 244+77+117=438 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.71% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44D75 is #0BB28A. Grayscale: #838383. Windows color (decimal): -766603 or 7687668. OLE color: 7687668.

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

Color convert

RGB24477117-
CMYK00.680.520.04
HSL345.63º88.36%62.94%-
HSV(B)345.63º68.44%95.69%-
XYZ43.1725.8319.54-
YUV131.49119.83208.25-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.71%
GREEN value IS 77 (30.47% from 255) = 17.58%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=55.71%
G=17.58%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447711700.680.520.04345.6388.3662.94
HexF44D7504434415a583f
Octal364115165010464453213077
Binary1111010010011011110101010001001101001001010110101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44D75; }

 p { color: rgb(244,77,117); }

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

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

 a { background-color: rgb(244,77,117); }

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

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

 span { border-color: rgb(244,77,117); }

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