Html Css Color HEX #F44F74 Wild Watermelon

📋 copy color: '#F44F74'

red 244 ◦ green 79 ◦ blue 116

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

Shades of Wild Watermelon #F44F74

Tints of Wild Watermelon #F44F74

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18%

 BLUE value IS 116 (45.7% from 255) = 26.42%

R = 55.58%
G = 18%
B = 26.42%

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

#F44F74 (or 0xF44F74) is known color: Wild Watermelon. HEX triplet: F4, 4F and 74. RGB value is (244,79,116). Sum of RGB (Red+Green+Blue) = 244+79+116=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F44F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44F74 is #0BB08B. Grayscale: #848484. Windows color (decimal): -766092 or 7622644. OLE color: 7622644.

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

Color convert

RGB 244 79 116 -
CMYK 0 0.68 0.52 0.04
HSL 346.55º 0.88% 0.63% -
HSV(B) 346.55º 0.68% 0.96% -
XYZ 43.26 26.09 19.28 -
YUV 132.55 118.66 207.49 -
System Red Green Blue C M Y K H S L
Decimal 244 79 116 0 0.68 0.52 0.04 346.55 0.88 0.63
Hex F4 4F 74 0 44 34 4 15B 58 3F
Octal 364 117 164 0 104 64 4 533 130 77
Binary 11110100 1001111 1110100 0 1000100 110100 100 101011011 1011000 111111

Color Harmonies of #F44F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44F74

Black with #F44F74

Text Example


Text Example

White with #F44F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44F74; }

 p { color: rgb(244,79,116); }

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

background-color css

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

 a { background-color: rgb(244,79,116); }

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

border-color css

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

 span { border-color: rgb(244,79,116); }

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