Html Css Color HEX #F98174 Salmon

📋 copy color: '#F98174'

red 249 ◦ green 129 ◦ blue 116

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

Shades of Salmon #F98174

Tints of Salmon #F98174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.48%

R = 50.4%
G = 26.11%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F98174 (or 0xF98174) is known color: Salmon. HEX triplet: F9, 81 and 74. RGB value is (249,129,116). Sum of RGB (Red+Green+Blue) = 249+129+116=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F98174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98174 is #067E8B. Grayscale: #A3A3A3. Windows color (decimal): -425612 or 7635449. OLE color: 7635449.

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

Color convert

RGB 249 129 116 -
CMYK 0 0.48 0.53 0.02
HSL 5.86º 0.92% 0.72% -
HSV(B) 5.86º 0.53% 0.98% -
XYZ 50.07 37.1 21.05 -
YUV 163.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 249 129 116 0 0.48 0.53 0.02 5.86 0.92 0.72
Hex F9 81 74 0 30 35 2 6 5C 48
Octal 371 201 164 0 60 65 2 6 134 110
Binary 11111001 10000001 1110100 0 110000 110101 10 110 1011100 1001000

Color Harmonies of #F98174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98174

Black with #F98174

Text Example


Text Example

White with #F98174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98174; }

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

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

background-color css

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

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

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

border-color css

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

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

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