Html Css Color HEX #F97F7A Salmon

📋 copy color: '#F97F7A'

red 249 ◦ green 127 ◦ blue 122

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

Shades of Salmon #F97F7A

Tints of Salmon #F97F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.5%

R = 50%
G = 25.5%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F97F7A (or 0xF97F7A) is known color: Salmon. HEX triplet: F9, 7F and 7A. RGB value is (249,127,122). Sum of RGB (Red+Green+Blue) = 249+127+122=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F97F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97F7A is #068085. Grayscale: #A3A3A3. Windows color (decimal): -426118 or 8028153. OLE color: 8028153.

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

Color convert

RGB 249 127 122 -
CMYK 0 0.49 0.51 0.02
HSL 2.36º 0.91% 0.73% -
HSV(B) 2.36º 0.51% 0.98% -
XYZ 50.17 36.72 22.86 -
YUV 162.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 249 127 122 0 0.49 0.51 0.02 2.36 0.91 0.73
Hex F9 7F 7A 0 31 33 2 2 5B 49
Octal 371 177 172 0 61 63 2 2 133 111
Binary 11111001 1111111 1111010 0 110001 110011 10 10 1011011 1001001

Color Harmonies of #F97F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97F7A

Black with #F97F7A

Text Example


Text Example

White with #F97F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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