Html Css Color HEX #F97373 Salmon

📋 copy color: '#F97373'

red 249 ◦ green 115 ◦ blue 115

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

Shades of Salmon #F97373

Tints of Salmon #F97373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.01%

R = 51.98%
G = 24.01%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F97373 (or 0xF97373) is known color: Salmon. HEX triplet: F9, 73 and 73. RGB value is (249,115,115). Sum of RGB (Red+Green+Blue) = 249+115+115=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F97373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97373 is #068C8C. Grayscale: #9B9B9B. Windows color (decimal): -429197 or 7566329. OLE color: 7566329.

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

Color convert

RGB 249 115 115 -
CMYK 0 0.54 0.54 0.02
HSL 0.92% 0.71% -
HSV(B) 0.54% 0.98% -
XYZ 48.29 33.64 20.17 -
YUV 155.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 249 115 115 0 0.54 0.54 0.02 0 0.92 0.71
Hex F9 73 73 0 36 36 2 0 5C 47
Octal 371 163 163 0 66 66 2 0 134 107
Binary 11111001 1110011 1110011 0 110110 110110 10 0 1011100 1000111

Color Harmonies of #F97373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97373

Black with #F97373

Text Example


Text Example

White with #F97373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97373; }

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

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

background-color css

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

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

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

border-color css

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

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

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