Html Css Color HEX #F44C74 Wild Watermelon

📋 copy color: '#F44C74'

red 244 ◦ green 76 ◦ blue 116

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

Shades of Wild Watermelon #F44C74

Tints of Wild Watermelon #F44C74

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.43%

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

R = 55.96%
G = 17.43%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F44C74 (or 0xF44C74) is known color: Wild Watermelon. HEX triplet: F4, 4C and 74. RGB value is (244,76,116). Sum of RGB (Red+Green+Blue) = 244+76+116=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44C74 is #0BB38B. Grayscale: #828282. Windows color (decimal): -766860 or 7621876. OLE color: 7621876.

HSL color Cylindrical-coordinate representation of color #F44C74: hue angle of 345.71º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F44C74 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 76 116 -
CMYK 0 0.69 0.52 0.04
HSL 345.71º 0.88% 0.63% -
HSV(B) 345.71º 0.69% 0.96% -
XYZ 43.05 25.66 19.21 -
YUV 130.79 119.66 208.75 -
System Red Green Blue C M Y K H S L
Decimal 244 76 116 0 0.69 0.52 0.04 345.71 0.88 0.63
Hex F4 4C 74 0 45 34 4 15A 58 3F
Octal 364 114 164 0 105 64 4 532 130 77
Binary 11110100 1001100 1110100 0 1000101 110100 100 101011010 1011000 111111

Color Harmonies of #F44C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44C74

Black with #F44C74

Text Example


Text Example

White with #F44C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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