Html Css Color HEX #F77B6B Salmon

📋 copy color: '#F77B6B'

red 247 ◦ green 123 ◦ blue 107

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

Shades of Salmon #F77B6B

Tints of Salmon #F77B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.43%

R = 51.78%
G = 25.79%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F77B6B (or 0xF77B6B) is known color: Salmon. HEX triplet: F7, 7B and 6B. RGB value is (247,123,107). Sum of RGB (Red+Green+Blue) = 247+123+107=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77B6B is #088494. Grayscale: #9E9E9E. Windows color (decimal): -558229 or 7044087. OLE color: 7044087.

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

Color convert

RGB 247 123 107 -
CMYK 0 0.50 0.57 0.03
HSL 6.86º 0.9% 0.69% -
HSV(B) 6.86º 0.57% 0.97% -
XYZ 48.09 35 18.13 -
YUV 158.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 247 123 107 0 0.50 0.57 0.03 6.86 0.9 0.69
Hex F7 7B 6B 0 32 39 3 7 5A 45
Octal 367 173 153 0 62 71 3 7 132 105
Binary 11110111 1111011 1101011 0 110010 111001 11 111 1011010 1000101

Color Harmonies of #F77B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77B6B

Black with #F77B6B

Text Example


Text Example

White with #F77B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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