Html Css Color HEX #F98178 Salmon

📋 copy color: '#F98178'

red 249 ◦ green 129 ◦ blue 120

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

Shades of Salmon #F98178

Tints of Salmon #F98178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.1%

R = 50%
G = 25.9%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F98178 (or 0xF98178) is known color: Salmon. HEX triplet: F9, 81 and 78. RGB value is (249,129,120). Sum of RGB (Red+Green+Blue) = 249+129+120=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F98178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98178 is #067E87. Grayscale: #A4A4A4. Windows color (decimal): -425608 or 7897593. OLE color: 7897593.

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

Color convert

RGB 249 129 120 -
CMYK 0 0.48 0.52 0.02
HSL 4.19º 0.91% 0.72% -
HSV(B) 4.19º 0.52% 0.98% -
XYZ 50.31 37.2 22.3 -
YUV 163.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 249 129 120 0 0.48 0.52 0.02 4.19 0.91 0.72
Hex F9 81 78 0 30 34 2 4 5B 48
Octal 371 201 170 0 60 64 2 4 133 110
Binary 11111001 10000001 1111000 0 110000 110100 10 100 1011011 1001000

Color Harmonies of #F98178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98178

Black with #F98178

Text Example


Text Example

White with #F98178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98178; }

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

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

background-color css

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

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

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

border-color css

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

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

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