Html Css Color HEX #F7716E Salmon

📋 copy color: '#F7716E'

red 247 ◦ green 113 ◦ blue 110

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

Shades of Salmon #F7716E

Tints of Salmon #F7716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.04%

 BLUE value IS 110 (43.36% from 255) = 23.4%

R = 52.55%
G = 24.04%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7716E (or 0xF7716E) is known color: Salmon. HEX triplet: F7, 71 and 6E. RGB value is (247,113,110). Sum of RGB (Red+Green+Blue) = 247+113+110=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7716E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7716E is #088E91. Grayscale: #989898. Windows color (decimal): -560786 or 7238135. OLE color: 7238135.

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

Color convert

RGB 247 113 110 -
CMYK 0 0.54 0.55 0.03
HSL 1.31º 0.9% 0.7% -
HSV(B) 1.31º 0.55% 0.97% -
XYZ 47.08 32.71 18.58 -
YUV 152.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 247 113 110 0 0.54 0.55 0.03 1.31 0.9 0.7
Hex F7 71 6E 0 36 37 3 1 5A 46
Octal 367 161 156 0 66 67 3 1 132 106
Binary 11110111 1110001 1101110 0 110110 110111 11 1 1011010 1000110

Color Harmonies of #F7716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7716E

Black with #F7716E

Text Example


Text Example

White with #F7716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7716E; }

 p { color: rgb(247,113,110); }

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

background-color css

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

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

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

border-color css

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

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

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