Html Css Color HEX #F97C77 Salmon

📋 copy color: '#F97C77'

red 249 ◦ green 124 ◦ blue 119

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

Shades of Salmon #F97C77

Tints of Salmon #F97C77

RGB

 RED value IS 249 (97.66% from 255) = 50.61%

 GREEN value IS 124 (48.83% from 255) = 25.2%

 BLUE value IS 119 (46.88% from 255) = 24.19%

R = 50.61%
G = 25.2%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F97C77 (or 0xF97C77) is known color: Salmon. HEX triplet: F9, 7C and 77. RGB value is (249,124,119). Sum of RGB (Red+Green+Blue) = 249+124+119=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97C77 is #068388. Grayscale: #A0A0A0. Windows color (decimal): -426889 or 7830777. OLE color: 7830777.

HSL color Cylindrical-coordinate representation of color #F97C77: hue angle of 2.31º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F97C77 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 124 119 -
CMYK 0 0.50 0.52 0.02
HSL 2.31º 0.92% 0.72% -
HSV(B) 2.31º 0.52% 0.98% -
XYZ 49.6 35.89 21.77 -
YUV 160.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 249 124 119 0 0.50 0.52 0.02 2.31 0.92 0.72
Hex F9 7C 77 0 32 34 2 2 5C 48
Octal 371 174 167 0 62 64 2 2 134 110
Binary 11111001 1111100 1110111 0 110010 110100 10 10 1011100 1001000

Color Harmonies of #F97C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97C77

Black with #F97C77

Text Example


Text Example

White with #F97C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97C77; }

 p { color: rgb(249,124,119); }

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

background-color css

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

 a { background-color: rgb(249,124,119); }

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

border-color css

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

 span { border-color: rgb(249,124,119); }

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