Html Css Color HEX #F44D72 Wild Watermelon

📋 copy color: '#F44D72'

red 244 ◦ green 77 ◦ blue 114

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

Shades of Wild Watermelon #F44D72

Tints of Wild Watermelon #F44D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.21%

R = 56.09%
G = 17.7%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F44D72 (or 0xF44D72) is known color: Wild Watermelon. HEX triplet: F4, 4D and 72. RGB value is (244,77,114). Sum of RGB (Red+Green+Blue) = 244+77+114=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44D72 is #0BB28D. Grayscale: #838383. Windows color (decimal): -766606 or 7491060. OLE color: 7491060.

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

Color convert

RGB 244 77 114 -
CMYK 0 0.68 0.53 0.04
HSL 346.71º 0.88% 0.63% -
HSV(B) 346.71º 0.68% 0.96% -
XYZ 43 25.76 18.62 -
YUV 131.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 244 77 114 0 0.68 0.53 0.04 346.71 0.88 0.63
Hex F4 4D 72 0 44 35 4 15B 58 3F
Octal 364 115 162 0 104 65 4 533 130 77
Binary 11110100 1001101 1110010 0 1000100 110101 100 101011011 1011000 111111

Color Harmonies of #F44D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44D72

Black with #F44D72

Text Example


Text Example

White with #F44D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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