Html Css Color HEX #F77F70 Salmon

📋 copy color: '#F77F70'

red 247 ◦ green 127 ◦ blue 112

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

Shades of Salmon #F77F70

Tints of Salmon #F77F70

RGB

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

 GREEN value IS 127 (50% from 255) = 26.13%

 BLUE value IS 112 (44.14% from 255) = 23.05%

R = 50.82%
G = 26.13%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F77F70 (or 0xF77F70) is known color: Salmon. HEX triplet: F7, 7F and 70. RGB value is (247,127,112). Sum of RGB (Red+Green+Blue) = 247+127+112=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77F70 is #08808F. Grayscale: #A1A1A1. Windows color (decimal): -557200 or 7372791. OLE color: 7372791.

HSL color Cylindrical-coordinate representation of color #F77F70: hue angle of 6.67º degrees, saturation: 0.89, 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 #F77F70 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 127 112 -
CMYK 0 0.49 0.55 0.03
HSL 6.67º 0.89% 0.7% -
HSV(B) 6.67º 0.55% 0.97% -
XYZ 48.87 36.12 19.73 -
YUV 161.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 247 127 112 0 0.49 0.55 0.03 6.67 0.89 0.7
Hex F7 7F 70 0 31 37 3 7 59 46
Octal 367 177 160 0 61 67 3 7 131 106
Binary 11110111 1111111 1110000 0 110001 110111 11 111 1011001 1000110

Color Harmonies of #F77F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F70

Black with #F77F70

Text Example


Text Example

White with #F77F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F70; }

 p { color: rgb(247,127,112); }

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

background-color css

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

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

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

border-color css

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

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

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