Html Css Color HEX #F78272 Salmon

📋 copy color: '#F78272'

red 247 ◦ green 130 ◦ blue 114

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

Shades of Salmon #F78272

Tints of Salmon #F78272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.22%

R = 50.31%
G = 26.48%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F78272 (or 0xF78272) is known color: Salmon. HEX triplet: F7, 82 and 72. RGB value is (247,130,114). Sum of RGB (Red+Green+Blue) = 247+130+114=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F78272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78272 is #087D8D. Grayscale: #A3A3A3. Windows color (decimal): -556430 or 7504631. OLE color: 7504631.

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

Color convert

RGB 247 130 114 -
CMYK 0 0.47 0.54 0.03
HSL 7.22º 0.89% 0.71% -
HSV(B) 7.22º 0.54% 0.97% -
XYZ 49.38 36.95 20.45 -
YUV 163.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 247 130 114 0 0.47 0.54 0.03 7.22 0.89 0.71
Hex F7 82 72 0 2F 36 3 7 59 47
Octal 367 202 162 0 57 66 3 7 131 107
Binary 11110111 10000010 1110010 0 101111 110110 11 111 1011001 1000111

Color Harmonies of #F78272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78272

Black with #F78272

Text Example


Text Example

White with #F78272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78272; }

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

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

background-color css

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

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

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

border-color css

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

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

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