Html Css Color HEX #F77F69 Salmon

📋 copy color: '#F77F69'

red 247 ◦ green 127 ◦ blue 105

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

Shades of Salmon #F77F69

Tints of Salmon #F77F69

RGB

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

 GREEN value IS 127 (50% from 255) = 26.51%

 BLUE value IS 105 (41.41% from 255) = 21.92%

R = 51.57%
G = 26.51%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F77F69 (or 0xF77F69) is known color: Salmon. HEX triplet: F7, 7F and 69. RGB value is (247,127,105). Sum of RGB (Red+Green+Blue) = 247+127+105=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77F69 is #088096. Grayscale: #A0A0A0. Windows color (decimal): -557207 or 6914039. OLE color: 6914039.

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

Color convert

RGB 247 127 105 -
CMYK 0 0.49 0.57 0.03
HSL 9.3º 0.9% 0.69% -
HSV(B) 9.3º 0.57% 0.97% -
XYZ 48.5 35.97 17.75 -
YUV 160.37 96.76 189.79 -
System Red Green Blue C M Y K H S L
Decimal 247 127 105 0 0.49 0.57 0.03 9.3 0.9 0.69
Hex F7 7F 69 0 31 39 3 9 5A 45
Octal 367 177 151 0 61 71 3 11 132 105
Binary 11110111 1111111 1101001 0 110001 111001 11 1001 1011010 1000101

Color Harmonies of #F77F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F69

Black with #F77F69

Text Example


Text Example

White with #F77F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F69; }

 p { color: rgb(247,127,105); }

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

background-color css

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

 a { background-color: rgb(247,127,105); }

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

border-color css

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

 span { border-color: rgb(247,127,105); }

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