Html Css Color HEX #F67C77 Salmon

📋 copy color: '#F67C77'

red 246 ◦ green 124 ◦ blue 119

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

Shades of Salmon #F67C77

Tints of Salmon #F67C77

RGB

 RED value IS 246 (96.48% from 255) = 50.31%

 GREEN value IS 124 (48.83% from 255) = 25.36%

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

R = 50.31%
G = 25.36%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F67C77 (or 0xF67C77) is known color: Salmon. HEX triplet: F6, 7C and 77. RGB value is (246,124,119). Sum of RGB (Red+Green+Blue) = 246+124+119=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C77 is #098388. Grayscale: #A0A0A0. Windows color (decimal): -623497 or 7830774. OLE color: 7830774.

HSL color Cylindrical-coordinate representation of color #F67C77: hue angle of 2.36º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F67C77 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 124 119 -
CMYK 0 0.50 0.52 0.04
HSL 2.36º 0.88% 0.72% -
HSV(B) 2.36º 0.52% 0.96% -
XYZ 48.54 35.34 21.72 -
YUV 159.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 246 124 119 0 0.50 0.52 0.04 2.36 0.88 0.72
Hex F6 7C 77 0 32 34 4 2 58 48
Octal 366 174 167 0 62 64 4 2 130 110
Binary 11110110 1111100 1110111 0 110010 110100 100 10 1011000 1001000

Color Harmonies of #F67C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67C77

Black with #F67C77

Text Example


Text Example

White with #F67C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67C77; }

 p { color: rgb(246,124,119); }

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

background-color css

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

 a { background-color: rgb(246,124,119); }

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

border-color css

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

 span { border-color: rgb(246,124,119); }

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