Html Css Color HEX #F98079 Salmon

📋 copy color: '#F98079'

red 249 ◦ green 128 ◦ blue 121

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

Shades of Salmon #F98079

Tints of Salmon #F98079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.7%

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

R = 50%
G = 25.7%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F98079 (or 0xF98079) is known color: Salmon. HEX triplet: F9, 80 and 79. RGB value is (249,128,121). Sum of RGB (Red+Green+Blue) = 249+128+121=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F98079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98079 is #067F86. Grayscale: #A3A3A3. Windows color (decimal): -425863 or 7962873. OLE color: 7962873.

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

Color convert

RGB 249 128 121 -
CMYK 0 0.49 0.51 0.02
HSL 3.28º 0.91% 0.73% -
HSV(B) 3.28º 0.51% 0.98% -
XYZ 50.24 36.96 22.58 -
YUV 163.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 249 128 121 0 0.49 0.51 0.02 3.28 0.91 0.73
Hex F9 80 79 0 31 33 2 3 5B 49
Octal 371 200 171 0 61 63 2 3 133 111
Binary 11111001 10000000 1111001 0 110001 110011 10 11 1011011 1001001

Color Harmonies of #F98079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98079

Black with #F98079

Text Example


Text Example

White with #F98079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98079; }

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

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

background-color css

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

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

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

border-color css

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

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

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