Html Css Color HEX #F45074 Wild Watermelon

📋 copy color: '#F45074'

red 244 ◦ green 80 ◦ blue 116

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

Shades of Wild Watermelon #F45074

Tints of Wild Watermelon #F45074

RGB

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

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

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

R = 55.45%
G = 18.18%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F45074 (or 0xF45074) is known color: Wild Watermelon. HEX triplet: F4, 50 and 74. RGB value is (244,80,116). Sum of RGB (Red+Green+Blue) = 244+80+116=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F45074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45074 is #0BAF8B. Grayscale: #858585. Windows color (decimal): -765836 or 7622900. OLE color: 7622900.

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

Color convert

RGB 244 80 116 -
CMYK 0 0.67 0.52 0.04
HSL 346.83º 0.88% 0.64% -
HSV(B) 346.83º 0.67% 0.96% -
XYZ 43.33 26.23 19.3 -
YUV 133.14 118.33 207.07 -
System Red Green Blue C M Y K H S L
Decimal 244 80 116 0 0.67 0.52 0.04 346.83 0.88 0.64
Hex F4 50 74 0 43 34 4 15B 58 40
Octal 364 120 164 0 103 64 4 533 130 100
Binary 11110100 1010000 1110100 0 1000011 110100 100 101011011 1011000 1000000

Color Harmonies of #F45074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45074

Black with #F45074

Text Example


Text Example

White with #F45074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45074; }

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

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

background-color css

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

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

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

border-color css

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

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

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