Html Css Color HEX #F77373 Salmon

📋 copy color: '#F77373'

red 247 ◦ green 115 ◦ blue 115

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

Shades of Salmon #F77373

Tints of Salmon #F77373

RGB

 RED value IS 247 (96.88% from 255) = 51.78%

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

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

R = 51.78%
G = 24.11%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F77373 (or 0xF77373) is known color: Salmon. HEX triplet: F7, 73 and 73. RGB value is (247,115,115). Sum of RGB (Red+Green+Blue) = 247+115+115=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F77373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77373 is #088C8C. Grayscale: #9A9A9A. Windows color (decimal): -560269 or 7566327. OLE color: 7566327.

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

Color convert

RGB 247 115 115 -
CMYK 0 0.53 0.53 0.03
HSL 0.89% 0.71% -
HSV(B) 0.53% 0.97% -
XYZ 47.58 33.27 20.13 -
YUV 154.47 105.73 194 -
System Red Green Blue C M Y K H S L
Decimal 247 115 115 0 0.53 0.53 0.03 0 0.89 0.71
Hex F7 73 73 0 35 35 3 0 59 47
Octal 367 163 163 0 65 65 3 0 131 107
Binary 11110111 1110011 1110011 0 110101 110101 11 0 1011001 1000111

Color Harmonies of #F77373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77373

Black with #F77373

Text Example


Text Example

White with #F77373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77373; }

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

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

background-color css

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

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

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

border-color css

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

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

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