Html Css Color HEX #F45077 Wild Watermelon

📋 copy color: '#F45077'

red 244 ◦ green 80 ◦ blue 119

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

Shades of Wild Watermelon #F45077

Tints of Wild Watermelon #F45077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.06%

 BLUE value IS 119 (46.88% from 255) = 26.86%

R = 55.08%
G = 18.06%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F45077 (or 0xF45077) is known color: Wild Watermelon. HEX triplet: F4, 50 and 77. RGB value is (244,80,119). Sum of RGB (Red+Green+Blue) = 244+80+119=443 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.08% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 244 - color contains mainly: red. Hex color #F45077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45077 is #0BAF88. Grayscale: #858585. Windows color (decimal): -765833 or 7819508. OLE color: 7819508.

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

Color convert

RGB 244 80 119 -
CMYK 0 0.67 0.51 0.04
HSL 345.73º 0.88% 0.64% -
HSV(B) 345.73º 0.67% 0.96% -
XYZ 43.51 26.3 20.24 -
YUV 133.48 119.83 206.83 -
System Red Green Blue C M Y K H S L
Decimal 244 80 119 0 0.67 0.51 0.04 345.73 0.88 0.64
Hex F4 50 77 0 43 33 4 15A 58 40
Octal 364 120 167 0 103 63 4 532 130 100
Binary 11110100 1010000 1110111 0 1000011 110011 100 101011010 1011000 1000000

Color Harmonies of #F45077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45077

Black with #F45077

Text Example


Text Example

White with #F45077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45077; }

 p { color: rgb(244,80,119); }

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

background-color css

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

 a { background-color: rgb(244,80,119); }

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

border-color css

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

 span { border-color: rgb(244,80,119); }

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