Html Css Color HEX #F97979 Salmon

📋 copy color: '#F97979'

red 249 ◦ green 121 ◦ blue 121

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

Shades of Salmon #F97979

Tints of Salmon #F97979

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.64%

 BLUE value IS 121 (47.66% from 255) = 24.64%

R = 50.71%
G = 24.64%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F97979 (or 0xF97979) is known color: Salmon. HEX triplet: F9, 79 and 79. RGB value is (249,121,121). Sum of RGB (Red+Green+Blue) = 249+121+121=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F97979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97979 is #068686. Grayscale: #9F9F9F. Windows color (decimal): -427655 or 7961081. OLE color: 7961081.

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

Color convert

RGB 249 121 121 -
CMYK 0 0.51 0.51 0.02
HSL 0.91% 0.73% -
HSV(B) 0.51% 0.98% -
XYZ 49.36 35.19 22.28 -
YUV 159.27 106.41 192 -
System Red Green Blue C M Y K H S L
Decimal 249 121 121 0 0.51 0.51 0.02 0 0.91 0.73
Hex F9 79 79 0 33 33 2 0 5B 49
Octal 371 171 171 0 63 63 2 0 133 111
Binary 11111001 1111001 1111001 0 110011 110011 10 0 1011011 1001001

Color Harmonies of #F97979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97979

Black with #F97979

Text Example


Text Example

White with #F97979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97979; }

 p { color: rgb(249,121,121); }

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

background-color css

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

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

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

border-color css

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

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

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