Html Css Color HEX #F57776 Salmon

📋 copy color: '#F57776'

red 245 ◦ green 119 ◦ blue 118

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

Shades of Salmon #F57776

Tints of Salmon #F57776

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.69%

 BLUE value IS 118 (46.48% from 255) = 24.48%

R = 50.83%
G = 24.69%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F57776 (or 0xF57776) is known color: Salmon. HEX triplet: F5, 77 and 76. RGB value is (245,119,118). Sum of RGB (Red+Green+Blue) = 245+119+118=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F57776 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57776 is #0A8889. Grayscale: #9C9C9C. Windows color (decimal): -690314 or 7763957. OLE color: 7763957.

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

Color convert

RGB 245 119 118 -
CMYK 0 0.51 0.52 0.04
HSL 0.47º 0.86% 0.71% -
HSV(B) 0.47º 0.52% 0.96% -
XYZ 47.52 33.91 21.18 -
YUV 156.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 245 119 118 0 0.51 0.52 0.04 0.47 0.86 0.71
Hex F5 77 76 0 33 34 4 0 56 47
Octal 365 167 166 0 63 64 4 0 126 107
Binary 11110101 1110111 1110110 0 110011 110100 100 0 1010110 1000111

Color Harmonies of #F57776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57776

Black with #F57776

Text Example


Text Example

White with #F57776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57776; }

 p { color: rgb(245,119,118); }

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

background-color css

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

 a { background-color: rgb(245,119,118); }

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

border-color css

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

 span { border-color: rgb(245,119,118); }

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