Html Css Color HEX #F98175 Salmon

📋 copy color: '#F98175'

red 249 ◦ green 129 ◦ blue 117

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

Shades of Salmon #F98175

Tints of Salmon #F98175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.64%

R = 50.3%
G = 26.06%
B = 23.64%

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

#F98175 (or 0xF98175) is known color: Salmon. HEX triplet: F9, 81 and 75. RGB value is (249,129,117). Sum of RGB (Red+Green+Blue) = 249+129+117=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F98175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98175 is #067E8A. Grayscale: #A3A3A3. Windows color (decimal): -425611 or 7700985. OLE color: 7700985.

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

Color convert

RGB 249 129 117 -
CMYK 0 0.48 0.53 0.02
HSL 5.45º 0.92% 0.72% -
HSV(B) 5.45º 0.53% 0.98% -
XYZ 50.13 37.12 21.35 -
YUV 163.51 101.76 188.98 -
System Red Green Blue C M Y K H S L
Decimal 249 129 117 0 0.48 0.53 0.02 5.45 0.92 0.72
Hex F9 81 75 0 30 35 2 5 5C 48
Octal 371 201 165 0 60 65 2 5 134 110
Binary 11111001 10000001 1110101 0 110000 110101 10 101 1011100 1001000

Color Harmonies of #F98175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98175

Black with #F98175

Text Example


Text Example

White with #F98175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98175; }

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

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

background-color css

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

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

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

border-color css

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

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

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