Html Css Color HEX #F44D76 Wild Watermelon

📋 copy color: '#F44D76'

red 244 ◦ green 77 ◦ blue 118

#F44D76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #F44D76

Tints of Wild Watermelon #F44D76

RGB

 RED value IS 244 (95.7% from 255) = 55.58%

 GREEN value IS 77 (30.47% from 255) = 17.54%

 BLUE value IS 118 (46.48% from 255) = 26.88%

R = 55.58%
G = 17.54%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F44D76 (or 0xF44D76) is known color: Wild Watermelon. HEX triplet: F4, 4D and 76. RGB value is (244,77,118). Sum of RGB (Red+Green+Blue) = 244+77+118=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44D76 is #0BB289. Grayscale: #838383. Windows color (decimal): -766602 or 7753204. OLE color: 7753204.

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

Color convert

RGB 244 77 118 -
CMYK 0 0.68 0.52 0.04
HSL 345.27º 0.88% 0.63% -
HSV(B) 345.27º 0.68% 0.96% -
XYZ 43.23 25.85 19.85 -
YUV 131.61 120.33 208.17 -
System Red Green Blue C M Y K H S L
Decimal 244 77 118 0 0.68 0.52 0.04 345.27 0.88 0.63
Hex F4 4D 76 0 44 34 4 159 58 3F
Octal 364 115 166 0 104 64 4 531 130 77
Binary 11110100 1001101 1110110 0 1000100 110100 100 101011001 1011000 111111

Color Harmonies of #F44D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44D76

Black with #F44D76

Text Example


Text Example

White with #F44D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44D76; }

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

 H1.HeaderClassName
 {
   color: #F44D76;
 }
 .AnyTagClassName
 {
   color: #F44D76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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