Html Css Color HEX #F77575 Salmon

📋 copy color: '#F77575'

red 247 ◦ green 117 ◦ blue 117

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

Shades of Salmon #F77575

Tints of Salmon #F77575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.32%

 BLUE value IS 117 (46.09% from 255) = 24.32%

R = 51.35%
G = 24.32%
B = 24.32%

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

#F77575 (or 0xF77575) is known color: Salmon. HEX triplet: F7, 75 and 75. RGB value is (247,117,117). Sum of RGB (Red+Green+Blue) = 247+117+117=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F77575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77575 is #088A8A. Grayscale: #9C9C9C. Windows color (decimal): -559755 or 7697911. OLE color: 7697911.

HSL color Cylindrical-coordinate representation of color #F77575: 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 #F77575 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 117 117 -
CMYK 0 0.53 0.53 0.03
HSL 0.89% 0.71% -
HSV(B) 0.53% 0.97% -
XYZ 47.93 33.78 20.82 -
YUV 155.87 106.07 193 -
System Red Green Blue C M Y K H S L
Decimal 247 117 117 0 0.53 0.53 0.03 0 0.89 0.71
Hex F7 75 75 0 35 35 3 0 59 47
Octal 367 165 165 0 65 65 3 0 131 107
Binary 11110111 1110101 1110101 0 110101 110101 11 0 1011001 1000111

Color Harmonies of #F77575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77575

Black with #F77575

Text Example


Text Example

White with #F77575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77575; }

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

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

background-color css

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

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

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

border-color css

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

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

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