Html Css Color HEX #F45574 Wild Watermelon

📋 copy color: '#F45574'

red 244 ◦ green 85 ◦ blue 116

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

Shades of Wild Watermelon #F45574

Tints of Wild Watermelon #F45574

RGB

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

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

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

R = 54.83%
G = 19.1%
B = 26.07%

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

#F45574 (or 0xF45574) is known color: Wild Watermelon. HEX triplet: F4, 55 and 74. RGB value is (244,85,116). Sum of RGB (Red+Green+Blue) = 244+85+116=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F45574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45574 is #0BAA8B. Grayscale: #888888. Windows color (decimal): -764556 or 7624180. OLE color: 7624180.

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

Color convert

RGB 244 85 116 -
CMYK 0 0.65 0.52 0.04
HSL 348.3º 0.88% 0.65% -
HSV(B) 348.3º 0.65% 0.96% -
XYZ 43.71 26.99 19.43 -
YUV 136.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 244 85 116 0 0.65 0.52 0.04 348.3 0.88 0.65
Hex F4 55 74 0 41 34 4 15C 58 41
Octal 364 125 164 0 101 64 4 534 130 101
Binary 11110100 1010101 1110100 0 1000001 110100 100 101011100 1011000 1000001

Color Harmonies of #F45574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45574

Black with #F45574

Text Example


Text Example

White with #F45574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45574; }

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

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

background-color css

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

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

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

border-color css

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

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

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