#F44D64

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

Shades of Wild Watermelon #F44D64

Tints of Wild Watermelon #F44D64

Color information

#F44D64 (or 0xF44D64) is unknown color: approx Wild Watermelon. HEX triplet: F4, 4D and 64. RGB value is (244,77,100). Sum of RGB (Red+Green+Blue) = 244+77+100=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44D64 is #0BB29B. Grayscale: #818181. Windows color (decimal): -766620 or 6573556. OLE color: 6573556.

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

Color convert

RGB24477100-
CMYK00.680.590.04
HSL351.74º88.36%62.94%-
HSV(B)351.74º68.44%95.69%-
XYZ42.2625.4614.74-
YUV129.56111.33209.63-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.96%
GREEN value IS 77 (30.47% from 255) = 18.29%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=57.96%
G=18.29%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447710000.680.590.04351.7488.3662.94
HexF44D640443B4160583f
Octal364115144010473454013077
Binary1111010010011011100100010001001110111001011000001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44D64; }

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

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

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

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

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

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

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

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