#f44d63

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

Shades of Wild Watermelon #F44D63

Tints of Wild Watermelon #F44D63

Color information

#F44D63 (or 0xF44D63) is unknown color: approx Wild Watermelon. HEX triplet: F4, 4D and 63. RGB value is (244,77,99). Sum of RGB (Red+Green+Blue) = 244+77+99=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44D63 is #0BB29C. Grayscale: #818181. Windows color (decimal): -766621 or 6508020. OLE color: 6508020.

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

Color convert

RGB2447799-
CMYK00.680.590.04
HSL352.1º88.36%62.94%-
HSV(B)352.1º68.44%95.69%-
XYZ42.2125.4414.49-
YUV129.44110.83209.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 58.10%
GREEN value IS 77 (30.47% from 255) = 18.33%
BLUE value IS 99 (39.06% from 255) = 23.57%
R=58.10%
G=18.33%
B=23.57%

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
Decimal244779900.680.590.04352.188.3662.94
HexF44D630443B4160583f
Octal364115143010473454013077
Binary1111010010011011100011010001001110111001011000001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f44d63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f44d63; }

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

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

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

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

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

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

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

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