Html Css Color HEX #F77A75 Salmon

📋 copy color: '#F77A75'

red 247 ◦ green 122 ◦ blue 117

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

Shades of Salmon #F77A75

Tints of Salmon #F77A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.1%

 BLUE value IS 117 (46.09% from 255) = 24.07%

R = 50.82%
G = 25.1%
B = 24.07%

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

#F77A75 (or 0xF77A75) is known color: Salmon. HEX triplet: F7, 7A and 75. RGB value is (247,122,117). Sum of RGB (Red+Green+Blue) = 247+122+117=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77A75 is #08858A. Grayscale: #9E9E9E. Windows color (decimal): -558475 or 7699191. OLE color: 7699191.

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

Color convert

RGB 247 122 117 -
CMYK 0 0.51 0.53 0.03
HSL 2.31º 0.89% 0.71% -
HSV(B) 2.31º 0.53% 0.97% -
XYZ 48.53 34.98 21.02 -
YUV 158.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 247 122 117 0 0.51 0.53 0.03 2.31 0.89 0.71
Hex F7 7A 75 0 33 35 3 2 59 47
Octal 367 172 165 0 63 65 3 2 131 107
Binary 11110111 1111010 1110101 0 110011 110101 11 10 1011001 1000111

Color Harmonies of #F77A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77A75

Black with #F77A75

Text Example


Text Example

White with #F77A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77A75; }

 p { color: rgb(247,122,117); }

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

background-color css

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

 a { background-color: rgb(247,122,117); }

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

border-color css

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

 span { border-color: rgb(247,122,117); }

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