Html Css Color HEX #F77B6F Salmon

📋 copy color: '#F77B6F'

red 247 ◦ green 123 ◦ blue 111

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

Shades of Salmon #F77B6F

Tints of Salmon #F77B6F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.57%

 BLUE value IS 111 (43.75% from 255) = 23.08%

R = 51.35%
G = 25.57%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F77B6F (or 0xF77B6F) is known color: Salmon. HEX triplet: F7, 7B and 6F. RGB value is (247,123,111). Sum of RGB (Red+Green+Blue) = 247+123+111=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77B6F is #088490. Grayscale: #9E9E9E. Windows color (decimal): -558225 or 7306231. OLE color: 7306231.

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

Color convert

RGB 247 123 111 -
CMYK 0 0.50 0.55 0.03
HSL 5.29º 0.89% 0.7% -
HSV(B) 5.29º 0.55% 0.97% -
XYZ 48.31 35.09 19.27 -
YUV 158.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 247 123 111 0 0.50 0.55 0.03 5.29 0.89 0.7
Hex F7 7B 6F 0 32 37 3 5 59 46
Octal 367 173 157 0 62 67 3 5 131 106
Binary 11110111 1111011 1101111 0 110010 110111 11 101 1011001 1000110

Color Harmonies of #F77B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77B6F

Black with #F77B6F

Text Example


Text Example

White with #F77B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77B6F; }

 p { color: rgb(247,123,111); }

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

background-color css

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

 a { background-color: rgb(247,123,111); }

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

border-color css

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

 span { border-color: rgb(247,123,111); }

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