Html Css Color HEX #F5556A Wild Watermelon

📋 copy color: '#F5556A'

red 245 ◦ green 85 ◦ blue 106

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

Shades of Wild Watermelon #F5556A

Tints of Wild Watermelon #F5556A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 56.19%
G = 19.5%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F5556A (or 0xF5556A) is known color: Wild Watermelon. HEX triplet: F5, 55 and 6A. RGB value is (245,85,106). Sum of RGB (Red+Green+Blue) = 245+85+106=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5556A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5556A is #0AAA95. Grayscale: #878787. Windows color (decimal): -699030 or 6968821. OLE color: 6968821.

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

Color convert

RGB 245 85 106 -
CMYK 0 0.65 0.57 0.04
HSL 352.13º 0.89% 0.65% -
HSV(B) 352.13º 0.65% 0.96% -
XYZ 43.51 26.95 16.54 -
YUV 135.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 245 85 106 0 0.65 0.57 0.04 352.13 0.89 0.65
Hex F5 55 6A 0 41 39 4 160 59 41
Octal 365 125 152 0 101 71 4 540 131 101
Binary 11110101 1010101 1101010 0 1000001 111001 100 101100000 1011001 1000001

Color Harmonies of #F5556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5556A

Black with #F5556A

Text Example


Text Example

White with #F5556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5556A; }

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

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

background-color css

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

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

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

border-color css

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

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

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