Html Css Color HEX #F5557D Wild Watermelon

📋 copy color: '#F5557D'

red 245 ◦ green 85 ◦ blue 125

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

Shades of Wild Watermelon #F5557D

Tints of Wild Watermelon #F5557D

RGB

 RED value IS 245 (96.09% from 255) = 53.85%

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

 BLUE value IS 125 (49.22% from 255) = 27.47%

R = 53.85%
G = 18.68%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5557D (or 0xF5557D) is known color: Wild Watermelon. HEX triplet: F5, 55 and 7D. RGB value is (245,85,125). Sum of RGB (Red+Green+Blue) = 245+85+125=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F5557D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5557D is #0AAA82. Grayscale: #898989. Windows color (decimal): -699011 or 8214005. OLE color: 8214005.

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

Color convert

RGB 245 85 125 -
CMYK 0 0.65 0.49 0.04
HSL 345º 0.89% 0.65% -
HSV(B) 345º 0.65% 0.96% -
XYZ 44.61 27.39 22.34 -
YUV 137.4 121.01 204.75 -
System Red Green Blue C M Y K H S L
Decimal 245 85 125 0 0.65 0.49 0.04 345 0.89 0.65
Hex F5 55 7D 0 41 31 4 159 59 41
Octal 365 125 175 0 101 61 4 531 131 101
Binary 11110101 1010101 1111101 0 1000001 110001 100 101011001 1011001 1000001

Color Harmonies of #F5557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5557D

Black with #F5557D

Text Example


Text Example

White with #F5557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5557D; }

 p { color: rgb(245,85,125); }

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

background-color css

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

 a { background-color: rgb(245,85,125); }

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

border-color css

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

 span { border-color: rgb(245,85,125); }

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