Html Css Color HEX #F97370 Salmon

📋 copy color: '#F97370'

red 249 ◦ green 115 ◦ blue 112

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

Shades of Salmon #F97370

Tints of Salmon #F97370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.16%

 BLUE value IS 112 (44.14% from 255) = 23.53%

R = 52.31%
G = 24.16%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F97370 (or 0xF97370) is known color: Salmon. HEX triplet: F9, 73 and 70. RGB value is (249,115,112). Sum of RGB (Red+Green+Blue) = 249+115+112=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F97370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97370 is #068C8F. Grayscale: #9A9A9A. Windows color (decimal): -429200 or 7369721. OLE color: 7369721.

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

Color convert

RGB 249 115 112 -
CMYK 0 0.54 0.55 0.02
HSL 1.31º 0.92% 0.71% -
HSV(B) 1.31º 0.55% 0.98% -
XYZ 48.12 33.57 19.27 -
YUV 154.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 249 115 112 0 0.54 0.55 0.02 1.31 0.92 0.71
Hex F9 73 70 0 36 37 2 1 5C 47
Octal 371 163 160 0 66 67 2 1 134 107
Binary 11111001 1110011 1110000 0 110110 110111 10 1 1011100 1000111

Color Harmonies of #F97370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97370

Black with #F97370

Text Example


Text Example

White with #F97370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97370; }

 p { color: rgb(249,115,112); }

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

background-color css

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

 a { background-color: rgb(249,115,112); }

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

border-color css

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

 span { border-color: rgb(249,115,112); }

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