Html Css Color HEX #F44770 Wild Watermelon

📋 copy color: '#F44770'

red 244 ◦ green 71 ◦ blue 112

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

Shades of Wild Watermelon #F44770

Tints of Wild Watermelon #F44770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.63%

 BLUE value IS 112 (44.14% from 255) = 26.23%

R = 57.14%
G = 16.63%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F44770 (or 0xF44770) is known color: Wild Watermelon. HEX triplet: F4, 47 and 70. RGB value is (244,71,112). Sum of RGB (Red+Green+Blue) = 244+71+112=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F44770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44770 is #0BB88F. Grayscale: #7F7F7F. Windows color (decimal): -768144 or 7358452. OLE color: 7358452.

HSL color Cylindrical-coordinate representation of color #F44770: hue angle of 345.78º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F44770 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 71 112 -
CMYK 0 0.71 0.54 0.04
HSL 345.78º 0.89% 0.62% -
HSV(B) 345.78º 0.71% 0.96% -
XYZ 42.49 24.91 17.9 -
YUV 127.4 119.31 211.17 -
System Red Green Blue C M Y K H S L
Decimal 244 71 112 0 0.71 0.54 0.04 345.78 0.89 0.62
Hex F4 47 70 0 47 36 4 15A 59 3E
Octal 364 107 160 0 107 66 4 532 131 76
Binary 11110100 1000111 1110000 0 1000111 110110 100 101011010 1011001 111110

Color Harmonies of #F44770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44770

Black with #F44770

Text Example


Text Example

White with #F44770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44770; }

 p { color: rgb(244,71,112); }

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

background-color css

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

 a { background-color: rgb(244,71,112); }

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

border-color css

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

 span { border-color: rgb(244,71,112); }

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