Html Css Color HEX #F77F68 Salmon

📋 copy color: '#F77F68'

red 247 ◦ green 127 ◦ blue 104

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

Shades of Salmon #F77F68

Tints of Salmon #F77F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.76%

R = 51.67%
G = 26.57%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F77F68 (or 0xF77F68) is known color: Salmon. HEX triplet: F7, 7F and 68. RGB value is (247,127,104). Sum of RGB (Red+Green+Blue) = 247+127+104=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77F68 is #088097. Grayscale: #A0A0A0. Windows color (decimal): -557208 or 6848503. OLE color: 6848503.

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

Color convert

RGB 247 127 104 -
CMYK 0 0.49 0.58 0.03
HSL 9.65º 0.9% 0.69% -
HSV(B) 9.65º 0.58% 0.97% -
XYZ 48.45 35.95 17.48 -
YUV 160.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 247 127 104 0 0.49 0.58 0.03 9.65 0.9 0.69
Hex F7 7F 68 0 31 3A 3 A 5A 45
Octal 367 177 150 0 61 72 3 12 132 105
Binary 11110111 1111111 1101000 0 110001 111010 11 1010 1011010 1000101

Color Harmonies of #F77F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F68

Black with #F77F68

Text Example


Text Example

White with #F77F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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