Html Css Color HEX #F77B6A Salmon

📋 copy color: '#F77B6A'

red 247 ◦ green 123 ◦ blue 106

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

Shades of Salmon #F77B6A

Tints of Salmon #F77B6A

RGB

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

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

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

R = 51.89%
G = 25.84%
B = 22.27%

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

#F77B6A (or 0xF77B6A) is known color: Salmon. HEX triplet: F7, 7B and 6A. RGB value is (247,123,106). Sum of RGB (Red+Green+Blue) = 247+123+106=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77B6A is #088495. Grayscale: #9E9E9E. Windows color (decimal): -558230 or 6978551. OLE color: 6978551.

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

Color convert

RGB 247 123 106 -
CMYK 0 0.50 0.57 0.03
HSL 7.23º 0.9% 0.69% -
HSV(B) 7.23º 0.57% 0.97% -
XYZ 48.04 34.98 17.86 -
YUV 158.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 247 123 106 0 0.50 0.57 0.03 7.23 0.9 0.69
Hex F7 7B 6A 0 32 39 3 7 5A 45
Octal 367 173 152 0 62 71 3 7 132 105
Binary 11110111 1111011 1101010 0 110010 111001 11 111 1011010 1000101

Color Harmonies of #F77B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77B6A

Black with #F77B6A

Text Example


Text Example

White with #F77B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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