Html Css Color HEX #F98170 Salmon

📋 copy color: '#F98170'

red 249 ◦ green 129 ◦ blue 112

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

Shades of Salmon #F98170

Tints of Salmon #F98170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.33%

 BLUE value IS 112 (44.14% from 255) = 22.86%

R = 50.82%
G = 26.33%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F98170 (or 0xF98170) is known color: Salmon. HEX triplet: F9, 81 and 70. RGB value is (249,129,112). Sum of RGB (Red+Green+Blue) = 249+129+112=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F98170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98170 is #067E8F. Grayscale: #A3A3A3. Windows color (decimal): -425616 or 7373305. OLE color: 7373305.

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

Color convert

RGB 249 129 112 -
CMYK 0 0.48 0.55 0.02
HSL 7.45º 0.92% 0.71% -
HSV(B) 7.45º 0.55% 0.98% -
XYZ 49.84 37.01 19.85 -
YUV 162.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 249 129 112 0 0.48 0.55 0.02 7.45 0.92 0.71
Hex F9 81 70 0 30 37 2 7 5C 47
Octal 371 201 160 0 60 67 2 7 134 107
Binary 11111001 10000001 1110000 0 110000 110111 10 111 1011100 1000111

Color Harmonies of #F98170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98170

Black with #F98170

Text Example


Text Example

White with #F98170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98170; }

 p { color: rgb(249,129,112); }

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

background-color css

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

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

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

border-color css

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

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

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