Html Css Color HEX #F77873 Salmon

📋 copy color: '#F77873'

red 247 ◦ green 120 ◦ blue 115

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

Shades of Salmon #F77873

Tints of Salmon #F77873

RGB

 RED value IS 247 (96.88% from 255) = 51.24%

 GREEN value IS 120 (47.27% from 255) = 24.9%

 BLUE value IS 115 (45.31% from 255) = 23.86%

R = 51.24%
G = 24.9%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F77873 (or 0xF77873) is known color: Salmon. HEX triplet: F7, 78 and 73. RGB value is (247,120,115). Sum of RGB (Red+Green+Blue) = 247+120+115=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F77873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77873 is #08878C. Grayscale: #9D9D9D. Windows color (decimal): -558989 or 7567607. OLE color: 7567607.

HSL color Cylindrical-coordinate representation of color #F77873: hue angle of 2.27º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F77873 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 120 115 -
CMYK 0 0.51 0.53 0.03
HSL 2.27º 0.89% 0.71% -
HSV(B) 2.27º 0.53% 0.97% -
XYZ 48.17 34.44 20.33 -
YUV 157.4 104.08 191.91 -
System Red Green Blue C M Y K H S L
Decimal 247 120 115 0 0.51 0.53 0.03 2.27 0.89 0.71
Hex F7 78 73 0 33 35 3 2 59 47
Octal 367 170 163 0 63 65 3 2 131 107
Binary 11110111 1111000 1110011 0 110011 110101 11 10 1011001 1000111

Color Harmonies of #F77873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77873

Black with #F77873

Text Example


Text Example

White with #F77873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77873; }

 p { color: rgb(247,120,115); }

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

background-color css

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

 a { background-color: rgb(247,120,115); }

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

border-color css

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

 span { border-color: rgb(247,120,115); }

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