Html Css Color HEX #F45575 Wild Watermelon

📋 copy color: '#F45575'

red 244 ◦ green 85 ◦ blue 117

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

Shades of Wild Watermelon #F45575

Tints of Wild Watermelon #F45575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.06%

 BLUE value IS 117 (46.09% from 255) = 26.23%

R = 54.71%
G = 19.06%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F45575 (or 0xF45575) is known color: Wild Watermelon. HEX triplet: F4, 55 and 75. RGB value is (244,85,117). Sum of RGB (Red+Green+Blue) = 244+85+117=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F45575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45575 is #0BAA8A. Grayscale: #888888. Windows color (decimal): -764555 or 7689716. OLE color: 7689716.

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

Color convert

RGB 244 85 117 -
CMYK 0 0.65 0.52 0.04
HSL 347.92º 0.88% 0.65% -
HSV(B) 347.92º 0.65% 0.96% -
XYZ 43.77 27.01 19.74 -
YUV 136.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 244 85 117 0 0.65 0.52 0.04 347.92 0.88 0.65
Hex F4 55 75 0 41 34 4 15C 58 41
Octal 364 125 165 0 101 64 4 534 130 101
Binary 11110100 1010101 1110101 0 1000001 110100 100 101011100 1011000 1000001

Color Harmonies of #F45575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45575

Black with #F45575

Text Example


Text Example

White with #F45575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45575; }

 p { color: rgb(244,85,117); }

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

background-color css

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

 a { background-color: rgb(244,85,117); }

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

border-color css

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

 span { border-color: rgb(244,85,117); }

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