Html Css Color HEX #F45072 Wild Watermelon

📋 copy color: '#F45072'

red 244 ◦ green 80 ◦ blue 114

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

Shades of Wild Watermelon #F45072

Tints of Wild Watermelon #F45072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.03%

R = 55.71%
G = 18.26%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F45072 (or 0xF45072) is known color: Wild Watermelon. HEX triplet: F4, 50 and 72. RGB value is (244,80,114). Sum of RGB (Red+Green+Blue) = 244+80+114=438 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.71% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 244 - color contains mainly: red. Hex color #F45072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45072 is #0BAF8D. Grayscale: #848484. Windows color (decimal): -765838 or 7491828. OLE color: 7491828.

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

Color convert

RGB 244 80 114 -
CMYK 0 0.67 0.53 0.04
HSL 347.56º 0.88% 0.64% -
HSV(B) 347.56º 0.67% 0.96% -
XYZ 43.21 26.19 18.7 -
YUV 132.91 117.33 207.24 -
System Red Green Blue C M Y K H S L
Decimal 244 80 114 0 0.67 0.53 0.04 347.56 0.88 0.64
Hex F4 50 72 0 43 35 4 15C 58 40
Octal 364 120 162 0 103 65 4 534 130 100
Binary 11110100 1010000 1110010 0 1000011 110101 100 101011100 1011000 1000000

Color Harmonies of #F45072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45072

Black with #F45072

Text Example


Text Example

White with #F45072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45072; }

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

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

background-color css

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

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

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

border-color css

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

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

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