Html Css Color HEX #F97F68 Salmon

📋 copy color: '#F97F68'

red 249 ◦ green 127 ◦ blue 104

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

Shades of Salmon #F97F68

Tints of Salmon #F97F68

RGB

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

 GREEN value IS 127 (50% from 255) = 26.46%

 BLUE value IS 104 (41.02% from 255) = 21.67%

R = 51.88%
G = 26.46%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F97F68 (or 0xF97F68) is known color: Salmon. HEX triplet: F9, 7F and 68. RGB value is (249,127,104). Sum of RGB (Red+Green+Blue) = 249+127+104=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F97F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97F68 is #068097. Grayscale: #A1A1A1. Windows color (decimal): -426136 or 6848505. OLE color: 6848505.

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

Color convert

RGB 249 127 104 -
CMYK 0 0.49 0.58 0.02
HSL 9.52º 0.92% 0.69% -
HSV(B) 9.52º 0.58% 0.98% -
XYZ 49.15 36.32 17.52 -
YUV 160.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 249 127 104 0 0.49 0.58 0.02 9.52 0.92 0.69
Hex F9 7F 68 0 31 3A 2 A 5C 45
Octal 371 177 150 0 61 72 2 12 134 105
Binary 11111001 1111111 1101000 0 110001 111010 10 1010 1011100 1000101

Color Harmonies of #F97F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97F68

Black with #F97F68

Text Example


Text Example

White with #F97F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97F68; }

 p { color: rgb(249,127,104); }

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

background-color css

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

 a { background-color: rgb(249,127,104); }

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

border-color css

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

 span { border-color: rgb(249,127,104); }

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