Html Css Color HEX #F78277 Salmon

📋 copy color: '#F78277'

red 247 ◦ green 130 ◦ blue 119

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

Shades of Salmon #F78277

Tints of Salmon #F78277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.21%

 BLUE value IS 119 (46.88% from 255) = 23.99%

R = 49.8%
G = 26.21%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F78277 (or 0xF78277) is known color: Salmon. HEX triplet: F7, 82 and 77. RGB value is (247,130,119). Sum of RGB (Red+Green+Blue) = 247+130+119=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F78277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78277 is #087D88. Grayscale: #A3A3A3. Windows color (decimal): -556425 or 7832311. OLE color: 7832311.

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

Color convert

RGB 247 130 119 -
CMYK 0 0.47 0.52 0.03
HSL 5.16º 0.89% 0.72% -
HSV(B) 5.16º 0.52% 0.97% -
XYZ 49.67 37.07 21.99 -
YUV 163.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 247 130 119 0 0.47 0.52 0.03 5.16 0.89 0.72
Hex F7 82 77 0 2F 34 3 5 59 48
Octal 367 202 167 0 57 64 3 5 131 110
Binary 11110111 10000010 1110111 0 101111 110100 11 101 1011001 1001000

Color Harmonies of #F78277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78277

Black with #F78277

Text Example


Text Example

White with #F78277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78277; }

 p { color: rgb(247,130,119); }

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

background-color css

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

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

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

border-color css

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

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

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