Html Css Color HEX #F98172 Salmon

📋 copy color: '#F98172'

red 249 ◦ green 129 ◦ blue 114

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

Shades of Salmon #F98172

Tints of Salmon #F98172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.17%

R = 50.61%
G = 26.22%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F98172 (or 0xF98172) is known color: Salmon. HEX triplet: F9, 81 and 72. RGB value is (249,129,114). Sum of RGB (Red+Green+Blue) = 249+129+114=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F98172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98172 is #067E8D. Grayscale: #A3A3A3. Windows color (decimal): -425614 or 7504377. OLE color: 7504377.

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

Color convert

RGB 249 129 114 -
CMYK 0 0.48 0.54 0.02
HSL 6.67º 0.92% 0.71% -
HSV(B) 6.67º 0.54% 0.98% -
XYZ 49.95 37.06 20.44 -
YUV 163.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 249 129 114 0 0.48 0.54 0.02 6.67 0.92 0.71
Hex F9 81 72 0 30 36 2 7 5C 47
Octal 371 201 162 0 60 66 2 7 134 107
Binary 11111001 10000001 1110010 0 110000 110110 10 111 1011100 1000111

Color Harmonies of #F98172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98172

Black with #F98172

Text Example


Text Example

White with #F98172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98172; }

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

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

background-color css

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

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

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

border-color css

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

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

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